Searched refs:mecha_type (Results 1 – 5 of 5) sorted by relevance
651 session->processing->mecha_type = proc_params->id; in init_symm_operation()661 switch (proc->mecha_type) { in input_data_size_is_valid()692 switch (proc->mecha_type) { in input_sign_size_is_valid()793 switch (proc->mecha_type) { in step_symm_operation()895 TEE_Panic(proc->mecha_type); in step_symm_operation()905 switch (proc->mecha_type) { in step_symm_operation()1065 TEE_Panic(proc->mecha_type); in step_symm_operation()1098 switch (proc->mecha_type) { in derive_key_by_symm_enc()1143 switch (proc->mecha_type) { in wrap_data_by_symm_enc()1213 switch (proc->mecha_type) { in unwrap_key_by_symm()
97 session->processing->mecha_type = proc_params->id; in init_digest_operation()155 assert(processing_is_tee_digest(proc->mecha_type)); in step_digest_operation()
468 session->processing->mecha_type = proc_params->id; in init_asymm_operation()540 switch (proc->mecha_type) { in step_asymm_operation()631 switch (proc->mecha_type) { in step_asymm_operation()669 switch (proc->mecha_type) { in step_asymm_operation()711 switch (proc->mecha_type) { in step_asymm_operation()780 switch (proc->mecha_type) { in step_asymm_operation()1006 TEE_Panic(proc->mecha_type); in step_asymm_operation()1248 switch (proc->mecha_type) { in wrap_data_by_asymm_enc()1266 switch (proc->mecha_type) { in unwrap_key_by_asymm()
107 switch (session->processing->mecha_type) { in release_active_processing()714 enum pkcs11_mechanism_id mecha_type = PKCS11_CKM_UNDEFINED_ID; in entry_processing_step() local760 mecha_type = session->processing->mecha_type; in entry_processing_step()761 rc = check_mechanism_against_processing(session, mecha_type, in entry_processing_step()766 if (processing_is_tee_symm(mecha_type)) in entry_processing_step()769 else if (processing_is_tee_asymm(mecha_type)) in entry_processing_step()772 else if (processing_is_tee_digest(mecha_type)) in entry_processing_step()781 session->handle, id2str_proc(mecha_type), in entry_processing_step()
146 uint32_t mecha_type; member