Home
last modified time | relevance | path

Searched refs:iv_crypt (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
171 os_memcpy(iv, iv_crypt, AES_BLOCK_SIZE); in aes_siv_decrypt()
172 os_memcpy(out, iv_crypt + AES_BLOCK_SIZE, crypt_len); in aes_siv_decrypt()
184 if (os_memcmp(check, iv_crypt, AES_BLOCK_SIZE) == 0) in aes_siv_decrypt()
Daes_siv.h15 int aes_siv_decrypt(const u8 *key, const u8 *iv_crypt, size_t iv_c_len,