Home
last modified time | relevance | path

Searched refs:TEE_DigestUpdate (Results 1 – 7 of 7) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dprocessing_digest.c181 TEE_DigestUpdate(proc->tee_op_handle, secret_value, in step_digest_operation()
189 TEE_DigestUpdate(proc->tee_op_handle, in_buf, in_size); in step_digest_operation()
H A Dpersistent_token.c86 TEE_DigestUpdate(oh, &user, sizeof(user)); in do_hash()
87 TEE_DigestUpdate(oh, &salt, sizeof(salt)); in do_hash()
H A Dprocessing_asymm.c644 TEE_DigestUpdate(proc->tee_op_handle2, in_buf, in_size); in step_asymm_operation()
/optee_os/lib/libutee/include/
H A Dtee_api_compat.h66 #define TEE_DigestUpdate __GP11_TEE_DigestUpdate macro
H A Dtee_internal_api.h332 void TEE_DigestUpdate(TEE_OperationHandle operation,
/optee_os/ta/remoteproc/src/
H A Dremoteproc_core.c422 TEE_DigestUpdate(op, hdr, sizeof(*hdr)); in remoteproc_verify_signature()
/optee_os/lib/libutee/
H A Dtee_api_operations.c900 void TEE_DigestUpdate(TEE_OperationHandle operation, in TEE_DigestUpdate()
919 return TEE_DigestUpdate(operation, chunk, chunkSize); in TEE_DigestDoFinal()
891 void TEE_DigestUpdate(TEE_OperationHandle operation, TEE_DigestUpdate() function