Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_main.h329 SCENE_NOTHING = 0x0, enumerator
H A Dsec_hash.c114 sqe->sds_sa_type = SHIFT_U32(SCENE_NOTHING, SEC_SCENE_OFFSET); in sec_digest_fill_sqe()
284 hash_ctx->scene = SCENE_NOTHING; in hisi_sec_digest_ctx_init()
H A Dsec_cipher.c351 scene = SHIFT_U32(SCENE_NOTHING, SEC_SCENE_OFFSET); in sec_cipher_bd_fill()
395 sqe->bd_param = BD_TYPE3 | SHIFT_U32(SCENE_NOTHING, in sec_cipher_bd3_fill()
H A Dsec_authenc.c28 scene = SHIFT_U32(SCENE_NOTHING, SEC_SCENE_OFFSET); in sec_aead_bd_fill()
81 sqe->bd_param = BD_TYPE3 | SHIFT_U32(SCENE_NOTHING, in sec_aead_bd3_fill()