Searched refs:info_len (Results 1 – 6 of 6) sorted by relevance
| /hypervisor/lib/crypto/mbedtls/ |
| A D | hkdf.h | 65 const uint8_t *info, size_t info_len, 115 size_t info_len, uint8_t *okm, size_t okm_len );
|
| A D | hkdf.c | 26 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 D | crypto_api.c | 14 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 D | crypto_api.h | 40 const uint8_t *info, size_t info_len);
|
| /hypervisor/include/arch/x86/asm/ |
| A D | seed.h | 34 const uint8_t *salt, size_t salt_len, const uint8_t *info, size_t info_len);
|
| /hypervisor/arch/x86/seed/ |
| A D | seed.c | 137 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