Searched refs:lenCipherKey (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/ |
A D | rtl8721dhp_sha.c | 37 const u32 lenCipherKey = 0; in rtl_crypto_sha1_init() local 48 pCipherKey, lenCipherKey, pAuthKey, lenAuthKey); in rtl_crypto_sha1_init() 161 const u32 lenCipherKey = 0; in rtl_crypto_sha2_init() local 185 pCipherKey, lenCipherKey, pAuthKey, lenAuthKey); in rtl_crypto_sha2_init() 314 u32 lenCipherKey = 0; in rtl_crypto_hmac_sha1_init() local 336 pCipherKey, lenCipherKey, pAuthKey, lenAuthKey); in rtl_crypto_hmac_sha1_init() 483 u32 lenCipherKey = 0; in rtl_crypto_hmac_sha2_init() local 519 pCipherKey, lenCipherKey, pAuthKey, lenAuthKey); in rtl_crypto_hmac_sha2_init()
|
A D | rtl8721dhp_md5.c | 39 const u32 lenCipherKey = 0; in rtl_crypto_md5_init() local 50 pCipherKey, lenCipherKey, pAuthKey, lenAuthKey); in rtl_crypto_md5_init() 166 u32 lenCipherKey = 0; in rtl_crypto_hmac_md5_init() local 179 pCipherKey, lenCipherKey, key, keylen); in rtl_crypto_hmac_md5_init()
|
A D | rtl8721dhp_crypto_ram.c | 367 switch ( pIE->lenCipherKey ) { in CRYPTO_SetCmdBuf() 457 u32 lenCipherKey; in CRYPTO_SrcDescKeyIv() local 460 lenCipherKey = (u32) pIE->lenCipherKey; in CRYPTO_SrcDescKeyIv() 466 src_desc.b.key_len = lenCipherKey/4; in CRYPTO_SrcDescKeyIv() 467 DCache_CleanInvalidate((u32)(pCipherKey), lenCipherKey); in CRYPTO_SrcDescKeyIv() 468 crypto_dbg_mem_dump((u32)(pCipherKey), lenCipherKey, "KEY: "); in CRYPTO_SrcDescKeyIv() 560 IN const void* pCipherKey, IN const u32 lenCipherKey, in CRYPTO_SetSecurityModeAD() argument 645 pIE->lenCipherKey = lenCipherKey; in CRYPTO_SetSecurityModeAD()
|
A D | rtl8721dhp_des_rom.c | 410 if ( ivlen != pIE->lenCipherKey ) return _ERRNO_CRYPTO_KEY_IV_LEN_DIFF; in rtl_crypto_des_cbc_encrypt() 438 if ( ivlen != pIE->lenCipherKey ) return _ERRNO_CRYPTO_KEY_IV_LEN_DIFF; in rtl_crypto_des_cbc_decrypt()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/ |
A D | rtl8721d_crypto.h | 251 u32 lenCipherKey; /*Cipher key length */ member 398 …_type, IN const u32 auth_type,IN const void* pCipherKey, IN const u32 lenCipherKey, IN const void*…
|
Completed in 10 milliseconds