Home
last modified time | relevance | path

Searched refs:type_auth_cipher (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_pbkdf2.c33 sqe->type_auth_cipher = BD_TYPE2; in sec_pbkdf2_fill_sqe()
34 sqe->type_auth_cipher |= SHIFT_U32(AUTH_MAC_CALCULATE, SEC_AUTH_OFFSET); in sec_pbkdf2_fill_sqe()
H A Dsec_main.h144 uint8_t type_auth_cipher; member
H A Dsec_authenc.c27 sqe->type_auth_cipher = BD_TYPE2 | SHIFT_U32(NO_AUTH, SEC_AUTH_OFFSET); in sec_aead_bd_fill()
40 sqe->type_auth_cipher |= SHIFT_U32(CIPHER_ENCRYPT, in sec_aead_bd_fill()
44 sqe->type_auth_cipher |= SHIFT_U32(CIPHER_DECRYPT, in sec_aead_bd_fill()
H A Dsec_hash.c113 sqe->type_auth_cipher = BD_TYPE2; in sec_digest_fill_sqe()
115 sqe->type_auth_cipher |= SHIFT_U32(AUTH_MAC_CALCULATE, SEC_AUTH_OFFSET); in sec_digest_fill_sqe()
H A Dsec_cipher.c350 sqe->type_auth_cipher = BD_TYPE2; in sec_cipher_bd_fill()
365 sqe->type_auth_cipher |= cipher; in sec_cipher_bd_fill()