Home
last modified time | relevance | path

Searched refs:prk_len (Results 1 – 2 of 2) sorted by relevance

/hypervisor/lib/crypto/mbedtls/
A Dhkdf.c80 size_t prk_len, const uint8_t *info, in mbedtls_hkdf_expand() argument
96 if ((okm == NULL) || (prk_len < hash_len) || (hash_len == 0U)) { in mbedtls_hkdf_expand()
131 ret = mbedtls_md_hmac_starts(&ctx, prk, prk_len); in mbedtls_hkdf_expand()
A Dhkdf.h114 size_t prk_len, const uint8_t *info,

Completed in 5 milliseconds