Searched refs:hash384 (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_module_tests.c | 1304 u8 hash384[48]; /* HMAC-SHA-384 */ member 1839 if (t->hash384[0] == 0 && t->hash384[1] == 0 && in test_sha384() 1840 t->hash384[2] == 0 && t->hash384[3] == 0) in test_sha384() 1846 os_memcmp(hash, t->hash384, 48) != 0) { in test_sha384() 1856 os_memcmp(hash, t->hash384, 48) != 0) { in test_sha384() 1869 os_memcmp(hash, t->hash384, 48) != 0) { in test_sha384()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_module_tests.c | 1453 u8 hash384[48]; /* HMAC-SHA-384 */ member 1988 if (t->hash384[0] == 0 && t->hash384[1] == 0 && in test_sha384() 1989 t->hash384[2] == 0 && t->hash384[3] == 0) in test_sha384() 1995 os_memcmp(hash, t->hash384, 48) != 0) { in test_sha384() 2005 os_memcmp(hash, t->hash384, 48) != 0) { in test_sha384() 2018 os_memcmp(hash, t->hash384, 48) != 0) { in test_sha384()
|
Completed in 6 milliseconds