Searched refs:tee_op_handle (Results 1 – 7 of 7) sorted by relevance
/optee_os/ta/pkcs11/src/ |
A D | processing_symm.c | 470 TEE_CipherInit(processing->tee_op_handle, NULL, 0); in tee_init_derive_symm() 477 TEE_CipherInit(processing->tee_op_handle, iv, 16); in tee_init_derive_symm() 592 TEE_CipherInit(session->processing->tee_op_handle, in init_tee_operation() 800 TEE_MACUpdate(proc->tee_op_handle, in_buf, in_size); in step_symm_operation() 826 res = TEE_CipherUpdate(proc->tee_op_handle, in step_symm_operation() 859 res = TEE_MACComputeFinal(proc->tee_op_handle, in step_symm_operation() 869 res = TEE_MACCompareFinal(proc->tee_op_handle, in step_symm_operation() 901 res = TEE_MACComputeFinal(proc->tee_op_handle, in step_symm_operation() 917 res = TEE_MACComputeFinal(proc->tee_op_handle, in_buf, in step_symm_operation() 961 res = TEE_CipherDoFinal(proc->tee_op_handle, in step_symm_operation() [all …]
|
A D | processing_digest.c | 72 assert(session->processing->tee_op_handle == TEE_HANDLE_NULL); in allocate_tee_operation() 77 res = TEE_AllocateOperation(&session->processing->tee_op_handle, in allocate_tee_operation() 147 assert(proc->tee_op_handle != TEE_HANDLE_NULL); in step_digest_operation() 175 TEE_DigestUpdate(proc->tee_op_handle, secret_value, in step_digest_operation() 183 TEE_DigestUpdate(proc->tee_op_handle, in_buf, in_size); in step_digest_operation() 204 res = TEE_DigestDoFinal(proc->tee_op_handle, in step_digest_operation()
|
A D | processing_asymm.c | 199 assert(processing->tee_op_handle == TEE_HANDLE_NULL); in allocate_tee_operation() 223 res = TEE_AllocateOperation(&processing->tee_op_handle, in allocate_tee_operation() 592 sz = ecdsa_get_input_max_byte_size(proc->tee_op_handle); in step_asymm_operation() 616 sz = ecdsa_get_input_max_byte_size(proc->tee_op_handle); in step_asymm_operation() 642 sz = rsa_get_input_max_byte_size(proc->tee_op_handle); in step_asymm_operation() 666 res = TEE_AsymmetricEncrypt(proc->tee_op_handle, in step_asymm_operation() 677 res = TEE_AsymmetricDecrypt(proc->tee_op_handle, in step_asymm_operation() 688 res = TEE_AsymmetricSignDigest(proc->tee_op_handle, in step_asymm_operation() 698 res = TEE_AsymmetricVerifyDigest(proc->tee_op_handle, in step_asymm_operation() 730 res = TEE_AsymmetricSignDigest(proc->tee_op_handle, in step_asymm_operation() [all …]
|
A D | processing_aes.c | 49 TEE_CipherInit(processing->tee_op_handle, counter_bits, 16); in tee_init_ctr_operation()
|
A D | pkcs11_token.h | 151 TEE_OperationHandle tee_op_handle; member
|
A D | processing.c | 113 if (session->processing->tee_op_handle != TEE_HANDLE_NULL) { in release_active_processing() 114 TEE_FreeOperation(session->processing->tee_op_handle); in release_active_processing() 115 session->processing->tee_op_handle = TEE_HANDLE_NULL; in release_active_processing()
|
A D | pkcs11_token.c | 219 proc->tee_op_handle = TEE_HANDLE_NULL; in set_processing_state()
|
Completed in 12 milliseconds