Home
last modified time | relevance | path

Searched refs:hmac_sha2_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.c26 unsigned char *hmac_sha2_key = NULL; variable
458 hmac_sha2_key[i] = key[i]; in rtl_crypto_hmac_sha2_start()
488 if (hmac_sha2_key == NULL) return _ERRNO_CRYPTO_NULL_POINTER; in rtl_crypto_hmac_sha2_init()
489 memcpy(pAuthKey, hmac_sha2_key, hmac_sha2_keylen); in rtl_crypto_hmac_sha2_init()

Completed in 2 milliseconds