Searched refs:TEE_DigestUpdate (Results 1 – 7 of 7) sorted by relevance
| /optee_os/ta/pkcs11/src/ |
| H A D | processing_digest.c | 181 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 D | persistent_token.c | 86 TEE_DigestUpdate(oh, &user, sizeof(user)); in do_hash() 87 TEE_DigestUpdate(oh, &salt, sizeof(salt)); in do_hash()
|
| H A D | processing_asymm.c | 644 TEE_DigestUpdate(proc->tee_op_handle2, in_buf, in_size); in step_asymm_operation()
|
| /optee_os/lib/libutee/include/ |
| H A D | tee_api_compat.h | 66 #define TEE_DigestUpdate __GP11_TEE_DigestUpdate macro
|
| H A D | tee_internal_api.h | 332 void TEE_DigestUpdate(TEE_OperationHandle operation,
|
| /optee_os/ta/remoteproc/src/ |
| H A D | remoteproc_core.c | 422 TEE_DigestUpdate(op, hdr, sizeof(*hdr)); in remoteproc_verify_signature()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_operations.c | 900 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
|