Home
last modified time | relevance | path

Searched defs:hash_handle (Results 1 – 9 of 9) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/drivers/drivers/driver/security_unified/service_layer/
Dsecurity_sha256.c24 errcode_t uapi_drv_cipher_sha256_start(uint32_t *hash_handle) in uapi_drv_cipher_sha256_start()
30 errcode_t uapi_drv_cipher_sha256_update(uint32_t hash_handle, const uint8_t *buf, uint32_t len) in uapi_drv_cipher_sha256_update()
40 errcode_t uapi_drv_cipher_sha256_finish(uint32_t hash_handle, uint8_t *out, uint32_t *out_len) in uapi_drv_cipher_sha256_finish()
47 uint32_t hash_handle; in uapi_drv_cipher_sha256() local
Dcipher.c160 errcode_t uapi_drv_cipher_hash_start(uint32_t *hash_handle, const uapi_drv_cipher_hash_attr_t *hash… in uapi_drv_cipher_hash_start()
182 errcode_t uapi_drv_cipher_hash_update(uint32_t hash_handle, const uapi_drv_cipher_buf_attr_t *src_… in uapi_drv_cipher_hash_update()
193 errcode_t uapi_drv_cipher_hash_finish(uint32_t hash_handle, uint8_t *out, uint32_t *out_len) in uapi_drv_cipher_hash_finish()
204 errcode_t uapi_drv_cipher_hash_get(uint32_t hash_handle, uapi_drv_cipher_hash_clone_ctx_t *hash_clo… in uapi_drv_cipher_hash_get()
210 errcode_t uapi_drv_cipher_hash_set(uint32_t hash_handle, const uapi_drv_cipher_hash_clone_ctx_t *ha… in uapi_drv_cipher_hash_set()
216 errcode_t uapi_drv_cipher_hash_destroy(uint32_t hash_handle) in uapi_drv_cipher_hash_destroy()
/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()
93 static int inner_kapi_free_hash_ctx(td_handle hash_handle) in inner_kapi_free_hash_ctx()
109 static kapi_hash_context *inner_kapi_get_hash_ctx(td_handle hash_handle) in inner_kapi_get_hash_ctx()
239 td_handle hash_handle = INVALID_HANDLE; in kapi_cipher_hash_update() local
282 td_handle hash_handle = INVALID_HANDLE; in kapi_cipher_hash_finish() local
Dkapi_hash.c99 td_handle hash_handle = 0; in inner_hkdf_hash() local
183 td_handle hash_handle = 0; in inner_hkdf_hmac() local
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/harden/src/internal_include/
Dhash_harden.h26 unsigned int hash_handle; member
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/harden/src/
Dhash_harden_common.c116 unsigned int hash_handle; in get_hmac_hashed_key() local
Dhash_harden.c168 unsigned int hash_handle; in hash_starts_harden() local
431 unsigned int hash_handle; in hmac_starts_harden() local
/device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/zdiag/diag_system_cmd/
Ddiag_cmd_password.c421 uint32_t hash_handle = 0; in diag_host_hash_update() local
536 uint32_t hash_handle = 0; in diag_host_conn_check_req_m() local
/device/soc/hisilicon/ws63v100/sdk/drivers/drivers/driver/security_unified/drv_cipher/drv_code/
Ddrv_hash.c817 td_s32 inner_hash_drv_handle_chk(td_handle hash_handle) in inner_hash_drv_handle_chk()