Home
last modified time | relevance | path

Searched refs:tee_op_handle2 (Results 1 – 6 of 6) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dprocessing_asymm.c228 assert(processing->tee_op_handle2 == TEE_HANDLE_NULL); in allocate_tee_operation()
259 res = TEE_AllocateOperation(&processing->tee_op_handle2, in allocate_tee_operation()
282 processing->tee_op_handle2 != TEE_HANDLE_NULL) { in allocate_tee_operation()
283 TEE_FreeOperation(session->processing->tee_op_handle2); in allocate_tee_operation()
284 processing->tee_op_handle2 = TEE_HANDLE_NULL; in allocate_tee_operation()
642 assert(proc->tee_op_handle2 != TEE_HANDLE_NULL); in step_asymm_operation()
644 TEE_DigestUpdate(proc->tee_op_handle2, in_buf, in_size); in step_asymm_operation()
680 assert(proc->tee_op_handle2 != TEE_HANDLE_NULL); in step_asymm_operation()
687 res = TEE_DigestDoFinal(proc->tee_op_handle2, in_buf, in_size, in step_asymm_operation()
H A Dprocessing_aes.c532 TEE_CopyOperation(session->processing->tee_op_handle2, in tee_init_gcm_operation()
562 session->processing->tee_op_handle2); in tee_ae_reinit_gcm_operation()
H A Dpkcs11_token.h151 TEE_OperationHandle tee_op_handle2; member
H A Dprocessing.c120 if (session->processing->tee_op_handle2 != TEE_HANDLE_NULL) { in release_active_processing()
121 TEE_FreeOperation(session->processing->tee_op_handle2); in release_active_processing()
122 session->processing->tee_op_handle2 = TEE_HANDLE_NULL; in release_active_processing()
H A Dprocessing_symm.c213 session->processing->tee_op_handle2 == TEE_HANDLE_NULL); in allocate_tee_operation()
278 TEE_OperationHandle *hdl = &session->processing->tee_op_handle2; in allocate_tee_operation()
H A Dpkcs11_token.c233 proc->tee_op_handle2 = TEE_HANDLE_NULL; in set_processing_state()