Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_main.h151 uint8_t sds_sa_type; member
H A Dsec_authenc.c30 sqe->sds_sa_type = de | scene; in sec_aead_bd_fill()
42 sqe->sds_sa_type |= SEC_CIPHER_THEN_DIGEST; in sec_aead_bd_fill()
46 sqe->sds_sa_type |= SEC_DIGEST_THEN_CIPHER; in sec_aead_bd_fill()
H A Dsec_pbkdf2.c35 sqe->sds_sa_type = SHIFT_U32(SCENE_PBKDF2, SEC_SCENE_OFFSET); in sec_pbkdf2_fill_sqe()
H A Dsec_hash.c114 sqe->sds_sa_type = SHIFT_U32(SCENE_NOTHING, SEC_SCENE_OFFSET); in sec_digest_fill_sqe()
H A Dsec_cipher.c353 sqe->sds_sa_type = de | scene; in sec_cipher_bd_fill()