Searched defs:info_len (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | hkdf.c | 30 const unsigned char *info, size_t info_len, in mbedtls_hkdf() 81 size_t info_len, unsigned char *okm, size_t okm_len ) in mbedtls_hkdf_expand()
|
/optee_os-3.20.0/core/tee/ |
A D | tee_cryp_hkdf.c | 67 size_t info_len, uint8_t *okm, size_t okm_len) in hkdf_expand() 146 const uint8_t *info, size_t info_len, uint8_t *okm, in tee_cryp_hkdf()
|
A D | tee_svc_cryp.c | 3119 size_t *info_len, size_t *okm_len) in get_hkdf_params() 3515 size_t salt_len, info_len, okm_len; in syscall_cryp_derive_key() local 3544 size_t info_len, derived_key_len; in syscall_cryp_derive_key() local
|
Completed in 9 milliseconds