Home
last modified time | relevance | path

Searched defs:cbc_test_vector (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_module_tests.c350 struct cbc_test_vector { in test_cbc() struct
351 u8 key[16]; in test_cbc()
352 u8 iv[16]; in test_cbc()
353 u8 plain[32]; in test_cbc()
354 u8 cipher[32]; in test_cbc()
355 size_t len; in test_cbc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_module_tests.c350 struct cbc_test_vector { in test_cbc() struct
351 u8 key[16]; in test_cbc()
352 u8 iv[16]; in test_cbc()
353 u8 plain[32]; in test_cbc()
354 u8 cipher[32]; in test_cbc()
355 size_t len; in test_cbc()