Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/
A Drtl8721dhp_sha.c39 const u32 lenAuthKey = 0; in rtl_crypto_sha1_init() local
48 pCipherKey, lenCipherKey, pAuthKey, lenAuthKey); in rtl_crypto_sha1_init()
163 const u32 lenAuthKey = 0; in rtl_crypto_sha2_init() local
185 pCipherKey, lenCipherKey, pAuthKey, lenAuthKey); in rtl_crypto_sha2_init()
316 u32 lenAuthKey = 0; in rtl_crypto_hmac_sha1_init() local
321 lenAuthKey = hmac_sha1_keylen; in rtl_crypto_hmac_sha1_init()
324 lenAuthKey = keylen; in rtl_crypto_hmac_sha1_init()
336 pCipherKey, lenCipherKey, pAuthKey, lenAuthKey); in rtl_crypto_hmac_sha1_init()
485 u32 lenAuthKey = 0; in rtl_crypto_hmac_sha2_init() local
490 lenAuthKey = hmac_sha2_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
566 if ( lenAuthKey > 0 ) { // Authentication in CRYPTO_SetSecurityModeAD()
568 assert_param(lenAuthKey <= CRYPTO_AUTH_PADDING); in CRYPTO_SetSecurityModeAD()
649 pIE->lenAuthKey = lenAuthKey; in CRYPTO_SetSecurityModeAD()
652 if ( lenAuthKey > 0 ) { in CRYPTO_SetSecurityModeAD()
661 for (i=0; i< lenAuthKey; i++) { in CRYPTO_SetSecurityModeAD()
1051 u32 lenAuthKey = 0; in CRYPTO_CipherInit() local
1055 key, keylen, pAuthKey, lenAuthKey); in CRYPTO_CipherInit()
A Drtl8721dhp_md5.c41 const u32 lenAuthKey = 0; 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.h238 u32 lenAuthKey; /*Auth key length */ member
398 …nst void* pCipherKey, IN const u32 lenCipherKey, IN const void* pAuthKey, IN const u32 lenAuthKey);

Completed in 7 milliseconds