Home
last modified time | relevance | path

Searched refs:TEE_CipherUpdate (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libutee/include/
H A Dtee_api_compat.h62 #define TEE_CipherUpdate __GP11_TEE_CipherUpdate macro
H A Dtee_internal_api.h353 TEE_Result TEE_CipherUpdate(TEE_OperationHandle operation, const void *srcData,
/optee_os/ta/pkcs11/src/
H A Dprocessing_symm.c845 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 Dtee_api_operations.c1182 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