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.c147 int aes_siv_decrypt(const u8 *key, const u8 *iv_crypt, size_t iv_c_len, in aes_siv_decrypt() argument
160 if (iv_c_len < AES_BLOCK_SIZE || num_elem > ARRAY_SIZE(_addr) - 1) in aes_siv_decrypt()
162 crypt_len = iv_c_len - AES_BLOCK_SIZE; in aes_siv_decrypt()
Daes_siv.h15 int aes_siv_decrypt(const u8 *key, const u8 *iv_crypt, size_t iv_c_len,