Searched refs:okm (Results 1 – 2 of 2) sorted by relevance
/hostap-3.6.0/src/crypto/ |
D | crypto_module_tests.c | 2067 u8 okm[82]; in test_extract_expand_hkdf() local 2165 okm, sizeof(okm1)) < 0) in test_extract_expand_hkdf() 2167 if (os_memcmp(okm, okm1, sizeof(okm1)) != 0) { in test_extract_expand_hkdf() 2180 okm, sizeof(okm2)) < 0) in test_extract_expand_hkdf() 2182 if (os_memcmp(okm, okm2, sizeof(okm2)) != 0) { in test_extract_expand_hkdf()
|
/hostap-3.6.0/src/common/ |
D | sae.c | 555 const char *info, u8 *okm, size_t okm_len) in hkdf_expand() argument 562 okm, okm_len); in hkdf_expand() 567 okm, okm_len); in hkdf_expand() 573 okm, okm_len); in hkdf_expand()
|