Searched refs:prk1 (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 | 1934 u8 prk1[32] = { in test_extract_expand_hkdf() local 2011 if (os_memcmp(prk, prk1, SHA256_MAC_LEN) != 0) { in test_extract_expand_hkdf() 2015 if (hmac_sha256_kdf(prk1, sizeof(prk1), NULL, info1, sizeof(info1), in test_extract_expand_hkdf()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_module_tests.c | 2083 u8 prk1[32] = { in test_extract_expand_hkdf() local 2160 if (os_memcmp(prk, prk1, SHA256_MAC_LEN) != 0) { in test_extract_expand_hkdf() 2164 if (hmac_sha256_kdf(prk1, sizeof(prk1), NULL, info1, sizeof(info1), in test_extract_expand_hkdf()
|
Completed in 5 milliseconds