Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Daes-siv.c163 const u8 *iv_crypt, size_t iv_c_len, in aes_siv_decrypt() argument
176 if (iv_c_len < AES_BLOCK_SIZE || num_elem > ARRAY_SIZE(_addr) - 1 || in aes_siv_decrypt()
179 crypt_len = iv_c_len - AES_BLOCK_SIZE; in aes_siv_decrypt()
Daes_siv.h17 const u8 *iv_crypt, size_t iv_c_len,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Daes-siv.c163 const u8 *iv_crypt, size_t iv_c_len, in aes_siv_decrypt() argument
176 if (iv_c_len < AES_BLOCK_SIZE || num_elem > ARRAY_SIZE(_addr) - 1 || in aes_siv_decrypt()
179 crypt_len = iv_c_len - AES_BLOCK_SIZE; in aes_siv_decrypt()
Daes_siv.h17 const u8 *iv_crypt, size_t iv_c_len,