Home
last modified time | relevance | path

Searched defs:hash_ctx (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/drivers/drivers/driver/security_unified/kapi/source/
Dkapi_hash_simple.c62 static int inner_kapi_alloc_hash_ctx(td_handle *hash_handle, kapi_hash_context **hash_ctx) in inner_kapi_alloc_hash_ctx()
118 static td_s32 inner_drv_lock_start(kapi_hash_context *hash_ctx, const crypto_hash_attr *hash_attr) in inner_drv_lock_start()
197 kapi_hash_context *hash_ctx = NULL; in kapi_cipher_hash_start() local
241 kapi_hash_context *hash_ctx = NULL; in kapi_cipher_hash_update() local
284 kapi_hash_context *hash_ctx = NULL; in kapi_cipher_hash_finish() local
329 kapi_hash_context *hash_ctx = NULL; in kapi_cipher_hash_get() local
351 kapi_hash_context *hash_ctx = NULL; in kapi_cipher_hash_set() local
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/include/psa/
Dcrypto_builtin_composites.h53 struct psa_hash_operation_s hash_ctx; member
/device/soc/hisilicon/ws63v100/sdk/drivers/drivers/driver/security_unified/drv_cipher/drv_code/
Ddrv_hash.c56 crypto_hash_ctx hash_ctx; member
622 td_s32 drv_cipher_hash_get(td_handle drv_hash_handle, crypto_hash_clone_ctx *hash_ctx) in drv_cipher_hash_get()
680 td_s32 drv_cipher_hash_set(td_handle drv_hash_handle, const crypto_hash_clone_ctx *hash_ctx) in drv_cipher_hash_set()