Searched defs:ivlen (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/ |
A D | rtl8721dhp_des_rom.c | 56 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_cbc_encrypt() 83 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_cbc_decrypt() 130 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_ecb_encrypt() 154 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_ecb_decrypt() 198 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_cfb_encrypt() 222 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_cfb_decrypt() 266 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_ofb_encrypt() 290 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_ofb_decrypt() 334 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_ctr_encrypt() 358 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_ctr_decrypt() [all …]
|
A D | rtl8721dhp_aes_rom.c | 59 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_cbc_encrypt() 87 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_cbc_decrypt() 134 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_ecb_encrypt() 159 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_ecb_decrypt() 203 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_ctr_encrypt() 229 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_ctr_decrypt() 275 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_cfb_encrypt() 301 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_cfb_decrypt() 347 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_ofb_encrypt() 373 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_ofb_decrypt()
|
A D | rtl8721dhp_crypto_ram.c | 47 const u32 ivlen = 0; in CRYPTO_SendSeqBuf() local 776 IN const u8 *pIv, IN const u32 ivlen, in CRYPTO_ProcessAD() 1075 IN const u8* piv, IN const u32 ivlen, in CRYPTO_CipherEncryptAD() 1107 IN const u8* piv, IN const u32 ivlen, in CRYPTO_CipherDecryptAD()
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | pkcs12.c | 92 unsigned char *iv, size_t ivlen ) in pkcs12_pbe_derive_key_iv()
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | ssl_internal.h | 431 size_t ivlen; /*!< IV length */ member
|
Completed in 14 milliseconds