Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_cryp_concat_kdf.c16 size_t other_info_len, uint8_t *derived_key, in tee_cryp_concat_kdf() argument
50 if (other_info && other_info_len) { in tee_cryp_concat_kdf()
52 other_info_len); in tee_cryp_concat_kdf()
H A Dtee_svc_cryp.c3418 size_t *other_info_len, in get_concat_kdf_params() argument
3426 *other_info_len = *derived_key_len = 0; in get_concat_kdf_params()
3436 *other_info_len = p->content.ref.length; in get_concat_kdf_params()
3438 *other_info_len, in get_concat_kdf_params()
/optee_os/core/include/tee/
H A Dtee_cryp_concat_kdf.h14 size_t other_info_len, uint8_t *derived_key,