Home
last modified time | relevance | path

Searched refs:info_len (Results 1 – 6 of 6) sorted by relevance

/hypervisor/lib/crypto/mbedtls/
A Dhkdf.h65 const uint8_t *info, size_t info_len,
115 size_t info_len, uint8_t *okm, size_t okm_len );
A Dhkdf.c26 const uint8_t *info, size_t info_len, in mbedtls_hkdf() argument
36 info, info_len, okm, okm_len); in mbedtls_hkdf()
81 size_t info_len, uint8_t *okm, size_t okm_len) in mbedtls_hkdf_expand() argument
87 size_t tmp_info_len = info_len; in mbedtls_hkdf_expand()
/hypervisor/lib/crypto/
A Dcrypto_api.c14 const uint8_t *info, size_t info_len) in hkdf_sha256() argument
24 info, info_len, out_key, out_len) == 0) { in hkdf_sha256()
/hypervisor/include/lib/crypto/
A Dcrypto_api.h40 const uint8_t *info, size_t info_len);
/hypervisor/include/arch/x86/asm/
A Dseed.h34 const uint8_t *salt, size_t salt_len, const uint8_t *info, size_t info_len);
/hypervisor/arch/x86/seed/
A Dseed.c137 const uint8_t *salt, size_t salt_len, const uint8_t *info, size_t info_len) in derive_virtual_seed() argument
151 info, info_len) == 0) { in derive_virtual_seed()

Completed in 23 milliseconds