Searched refs:derived_key (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/core/tee/ |
A D | tee_cryp_concat_kdf.c | 16 size_t other_info_len, uint8_t *derived_key, in tee_cryp_concat_kdf() argument 24 uint8_t *out = derived_key; in tee_cryp_concat_kdf()
|
A D | tee_cryp_pbkdf2.c | 74 uint8_t *derived_key, size_t derived_key_len) in tee_cryp_pbkdf2() argument 78 uint8_t *out = derived_key; in tee_cryp_pbkdf2()
|
A D | tee_svc_cryp.c | 3366 unsigned long param_count, unsigned long derived_key) in syscall_cryp_derive_key() argument 3398 res = tee_obj_get(utc, uref_to_vaddr(derived_key), &so); in syscall_cryp_derive_key()
|
/optee_os-3.20.0/core/include/tee/ |
A D | tee_cryp_concat_kdf.h | 14 size_t other_info_len, uint8_t *derived_key,
|
A D | tee_cryp_pbkdf2.h | 14 uint8_t *derived_key, size_t derived_key_len);
|
A D | tee_svc_cryp.h | 57 unsigned long param_count, unsigned long derived_key);
|
/optee_os-3.20.0/lib/libutee/include/ |
A D | utee_syscalls.h | 131 unsigned long derived_key);
|
Completed in 11 milliseconds