Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_module_tests.c42 u8 iv_c[] = { in test_siv() local
101 if (os_memcmp(out, iv_c, sizeof(iv_c)) != 0) { in test_siv()
107 if (aes_siv_decrypt(key, sizeof(key), iv_c, sizeof(iv_c), in test_siv()