Home
last modified time | relevance | path

Searched refs:scene (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_hash.h32 uint32_t scene; member
H A Dsec_hash.c197 sqe->bd_param = BD_TYPE3 | SHIFT_U32(ctx->scene, SEC_SCENE_OFFSET_V3); in sec_digest_fill_bd3_sqe()
284 hash_ctx->scene = SCENE_NOTHING; in hisi_sec_digest_ctx_init()
353 hash_ctx->scene = SCENE_STREAM; in hisi_sec_digest_do_update()
H A Dsec_cipher.c347 uint8_t scene = 0; in sec_cipher_bd_fill() local
351 scene = SHIFT_U32(SCENE_NOTHING, SEC_SCENE_OFFSET); in sec_cipher_bd_fill()
353 sqe->sds_sa_type = de | scene; in sec_cipher_bd_fill()
H A Dsec_authenc.c24 uint8_t scene = 0; in sec_aead_bd_fill() local
28 scene = SHIFT_U32(SCENE_NOTHING, SEC_SCENE_OFFSET); in sec_aead_bd_fill()
30 sqe->sds_sa_type = de | scene; in sec_aead_bd_fill()