Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dprocessing.h127 bool processing_is_tee_asymm(uint32_t proc_id);
H A Dprocessing.c674 else if (processing_is_tee_asymm(proc_params->id)) in entry_processing_init()
769 else if (processing_is_tee_asymm(mecha_type)) in entry_processing_step()
998 } else if (processing_is_tee_asymm(proc_params->id)) { in entry_processing_key()
H A Dprocessing_asymm.c20 bool processing_is_tee_asymm(uint32_t proc_id) in processing_is_tee_asymm() function
450 assert(processing_is_tee_asymm(proc_params->id)); in init_asymm_operation()