Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/
A Drtl8721dhp_sha.c24 unsigned char *hmac_sha1_key = NULL; variable
297 hmac_sha1_key[i] = key[i]; in rtl_crypto_hmac_sha1_start()
319 if (hmac_sha1_key == NULL) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_hmac_sha1_init()
320 memcpy(pAuthKey, hmac_sha1_key, hmac_sha1_keylen); in rtl_crypto_hmac_sha1_init()

Completed in 2 milliseconds