Home
last modified time | relevance | path

Searched refs:other_info (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/tee/
H A Dtee_cryp_concat_kdf.c15 const uint8_t *other_info, in tee_cryp_concat_kdf() argument
50 if (other_info && other_info_len) { in tee_cryp_concat_kdf()
51 res = crypto_hash_update(ctx, other_info, in tee_cryp_concat_kdf()
H A Dtee_svc_cryp.c3417 void **other_info, in get_concat_kdf_params() argument
3425 *other_info = NULL; in get_concat_kdf_params()
3439 other_info); in get_concat_kdf_params()
/optee_os/core/include/tee/
H A Dtee_cryp_concat_kdf.h13 const uint8_t *other_info,