Searched refs:TEE_CipherUpdate (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libutee/include/ |
| H A D | tee_api_compat.h | 62 #define TEE_CipherUpdate __GP11_TEE_CipherUpdate macro
|
| H A D | tee_internal_api.h | 353 TEE_Result TEE_CipherUpdate(TEE_OperationHandle operation, const void *srcData,
|
| /optee_os/ta/pkcs11/src/ |
| H A D | processing_symm.c | 845 res = TEE_CipherUpdate(proc->tee_op_handle, in step_symm_operation() 1158 res = TEE_CipherUpdate(proc->tee_op_handle, in wrap_data_by_symm_enc()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_operations.c | 1182 TEE_Result TEE_CipherUpdate(TEE_OperationHandle operation, const void *srcData, in TEE_CipherUpdate() 1276 res = TEE_CipherUpdate(operation, srcData, srcLen, destData, &dl); in TEE_CipherDoFinal() 1173 TEE_Result TEE_CipherUpdate(TEE_OperationHandle operation, const void *srcData, TEE_CipherUpdate() function
|