Home
last modified time | relevance | path

Searched refs:iv_crypt (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
191 os_memcpy(iv, iv_crypt, AES_BLOCK_SIZE); in aes_siv_decrypt()
192 os_memcpy(out, iv_crypt + AES_BLOCK_SIZE, crypt_len); in aes_siv_decrypt()
204 if (os_memcmp(check, iv_crypt, AES_BLOCK_SIZE) == 0) 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
191 os_memcpy(iv, iv_crypt, AES_BLOCK_SIZE); in aes_siv_decrypt()
192 os_memcpy(out, iv_crypt + AES_BLOCK_SIZE, crypt_len); in aes_siv_decrypt()
204 if (os_memcmp(check, iv_crypt, AES_BLOCK_SIZE) == 0) in aes_siv_decrypt()
Daes_siv.h17 const u8 *iv_crypt, size_t iv_c_len,