Searched defs:hash_handle (Results 1 – 9 of 9) sorted by relevance
| /device/soc/hisilicon/ws63v100/sdk/drivers/drivers/driver/security_unified/service_layer/ |
| D | security_sha256.c | 24 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
|
| D | cipher.c | 160 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/ |
| D | kapi_hash_simple.c | 62 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
|
| D | kapi_hash.c | 99 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/ |
| D | hash_harden.h | 26 unsigned int hash_handle; member
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/harden/src/ |
| D | hash_harden_common.c | 116 unsigned int hash_handle; in get_hmac_hashed_key() local
|
| D | hash_harden.c | 168 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/ |
| D | diag_cmd_password.c | 421 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/ |
| D | drv_hash.c | 817 td_s32 inner_hash_drv_handle_chk(td_handle hash_handle) in inner_hash_drv_handle_chk()
|