Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/
A Drtl8721dhp_sha.c38 const u8* pAuthKey = NULL; in rtl_crypto_sha1_init() local
48 pCipherKey, lenCipherKey, pAuthKey, lenAuthKey); in rtl_crypto_sha1_init()
162 const u8* pAuthKey = NULL; in rtl_crypto_sha2_init() local
185 pCipherKey, lenCipherKey, pAuthKey, lenAuthKey); in rtl_crypto_sha2_init()
315 u8* pAuthKey = NULL; in rtl_crypto_hmac_sha1_init() local
320 memcpy(pAuthKey, hmac_sha1_key, hmac_sha1_keylen); in rtl_crypto_hmac_sha1_init()
323 memcpy(pAuthKey, key, keylen); in rtl_crypto_hmac_sha1_init()
336 pCipherKey, lenCipherKey, pAuthKey, lenAuthKey); in rtl_crypto_hmac_sha1_init()
484 u8* pAuthKey = NULL; in rtl_crypto_hmac_sha2_init() local
492 memcpy(pAuthKey, key, keylen); in rtl_crypto_hmac_sha2_init()
[all …]
A Drtl8721dhp_crypto_ram.c561 IN const void* pAuthKey, IN const u32 lenAuthKey) in CRYPTO_SetSecurityModeAD() argument
567 assert_param(pAuthKey != NULL); in CRYPTO_SetSecurityModeAD()
648 pIE->pAuthKey = pAuthKey; in CRYPTO_SetSecurityModeAD()
662 pIE->ipad[i] ^= ((u8*) pIE->pAuthKey)[i]; in CRYPTO_SetSecurityModeAD()
663 pIE->opad[i] ^= ((u8*) pIE->pAuthKey)[i]; in CRYPTO_SetSecurityModeAD()
1050 u8* pAuthKey = NULL; in CRYPTO_CipherInit() local
1055 key, keylen, pAuthKey, lenAuthKey); in CRYPTO_CipherInit()
A Drtl8721dhp_md5.c40 const u8* pAuthKey = NULL; in rtl_crypto_md5_init() local
50 pCipherKey, lenCipherKey, pAuthKey, lenAuthKey); in rtl_crypto_md5_init()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_crypto.h239 const u8* pAuthKey; /*Auth key */ member
398 …pe,IN const void* pCipherKey, IN const u32 lenCipherKey, IN const void* pAuthKey, IN const u32 len…

Completed in 7 milliseconds