Searched refs:okm_len (Results 1 – 2 of 2) sorted by relevance
/hostap-latest/src/crypto/ |
D | crypto_mbedtls_alt.c | 487 size_t okm_len, in hmac_kdf_expand() argument 495 return mbedtls_hkdf_expand(md_info, prk, prk_len, info, info_len, okm, okm_len) ? -1 : 0; in hmac_kdf_expand() 499 if (okm_len > ((mac_len << 8) - mac_len)) in hmac_kdf_expand() 515 for (; okm_len >= mac_len; okm_len -= mac_len, ++iter) in hmac_kdf_expand() 526 if (okm_len) in hmac_kdf_expand() 532 os_memcpy(okm, hash, okm_len); in hmac_kdf_expand()
|
/hostap-latest/src/common/ |
D | sae.c | 564 const char *info, u8 *okm, size_t okm_len) in hkdf_expand() argument 571 okm, okm_len); in hkdf_expand() 576 okm, okm_len); in hkdf_expand() 582 okm, okm_len); in hkdf_expand()
|