Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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,