Searched refs:info_len (Results 1 – 9 of 9) sorted by relevance
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | hkdf.c | 30 const unsigned char *info, size_t info_len, in mbedtls_hkdf() argument 41 info, info_len, okm, okm_len ); in mbedtls_hkdf() 81 size_t info_len, unsigned char *okm, size_t okm_len ) in mbedtls_hkdf_expand() argument 107 info_len = 0; in mbedtls_hkdf_expand() 156 ret = mbedtls_md_hmac_update( &ctx, info, info_len ); in mbedtls_hkdf_expand()
|
/optee_os/core/tee/ |
A D | tee_cryp_hkdf.c | 67 size_t info_len, uint8_t *okm, size_t okm_len) in hkdf_expand() argument 86 info_len = 0; in hkdf_expand() 124 res = crypto_mac_update(ctx, info, info_len); in hkdf_expand() 146 const uint8_t *info, size_t info_len, uint8_t *okm, in tee_cryp_hkdf() argument 157 res = hkdf_expand(hash_id, prk, prk_len, info, info_len, okm, in tee_cryp_hkdf()
|
A D | tee_svc_cryp.c | 2675 size_t *info_len, size_t *okm_len) in get_hkdf_params() argument 2682 *salt_len = *info_len = *okm_len = 0; in get_hkdf_params() 2702 *info_len = params[n].content.ref.length; in get_hkdf_params() 3069 size_t salt_len, info_len, okm_len; in syscall_cryp_derive_key() local 3075 &info, &info_len, &okm_len); in syscall_cryp_derive_key() 3086 info, info_len, (uint8_t *)(sk + 1), in syscall_cryp_derive_key() 3098 size_t info_len, derived_key_len; in syscall_cryp_derive_key() local 3104 &info_len, &derived_key_len); in syscall_cryp_derive_key() 3115 info, info_len, (uint8_t *)(sk + 1), in syscall_cryp_derive_key()
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | hkdf.h | 73 const unsigned char *info, size_t info_len, 133 size_t info_len, unsigned char *okm, size_t okm_len );
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | hkdf.h | 73 const unsigned char *info, size_t info_len, 133 size_t info_len, unsigned char *okm, size_t okm_len );
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | hkdf.h | 73 const unsigned char *info, size_t info_len, 133 size_t info_len, unsigned char *okm, size_t okm_len );
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | hkdf.h | 73 const unsigned char *info, size_t info_len, 133 size_t info_len, unsigned char *okm, size_t okm_len );
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | hkdf.h | 73 const unsigned char *info, size_t info_len, 133 size_t info_len, unsigned char *okm, size_t okm_len );
|
/optee_os/core/include/tee/ |
A D | tee_cryp_hkdf.h | 13 const uint8_t *info, size_t info_len, uint8_t *okm,
|
Completed in 18 milliseconds