Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/
Dkapi_hash.c43 hi_u32 hmac; /* HMAC or not */ member
180 static hi_s32 kpai_hash_mode_transform(hi_cipher_hash_type type, hash_mode *mode, hi_u32 *hmac) in kpai_hash_mode_transform()
408 static hi_s32 kapi_hash_set_ctx(kapi_hash_ctx *ctx, hash_mode mode, hi_u32 hmac) in kapi_hash_set_ctx()
434 hash_mode mode, hi_u32 hmac, const hi_u8 *key, hi_u32 keylen) in kapi_hash_create_calc()
487 hi_u32 hmac = 0; in kapi_hash_start() local