Searched refs:prk2 (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 | 1986 u8 prk2[32] = { in test_extract_expand_hkdf() local 2026 if (os_memcmp(prk, prk2, SHA256_MAC_LEN) != 0) { in test_extract_expand_hkdf() 2030 if (hmac_sha256_kdf(prk2, sizeof(prk2), NULL, info2, sizeof(info2), in test_extract_expand_hkdf()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_module_tests.c | 2135 u8 prk2[32] = { in test_extract_expand_hkdf() local 2175 if (os_memcmp(prk, prk2, SHA256_MAC_LEN) != 0) { in test_extract_expand_hkdf() 2179 if (hmac_sha256_kdf(prk2, sizeof(prk2), NULL, info2, sizeof(info2), in test_extract_expand_hkdf()
|
Completed in 6 milliseconds