Searched refs:TEE_DigestDoFinal (Results 1 – 9 of 9) sorted by relevance
| /optee_os/lib/libutee/include/ |
| H A D | tee_api_compat.h | 65 #define TEE_DigestDoFinal __GP11_TEE_DigestDoFinal macro
|
| H A D | tee_internal_api.h | 337 TEE_Result TEE_DigestDoFinal(TEE_OperationHandle operation, const void *chunk,
|
| /optee_os/ta/pkcs11/src/ |
| H A D | processing_digest.c | 210 res = TEE_DigestDoFinal(proc->tee_op_handle, in step_digest_operation()
|
| H A D | pkcs11_helpers.c | 688 res = TEE_DigestDoFinal(handle, a_ptr, a_size, hash_ptr, &tmp_sz); in pkcs2tee_load_hashed_attr()
|
| H A D | persistent_token.c | 88 res = TEE_DigestDoFinal(oh, pin, pin_size, hash, &sz); in do_hash()
|
| H A D | processing_asymm.c | 687 res = TEE_DigestDoFinal(proc->tee_op_handle2, in_buf, in_size, in step_asymm_operation()
|
| H A D | pkcs11_attributes.c | 2884 res = TEE_DigestDoFinal(op, key, key_size, buf, &buf_size); in compute_check_value_with_sha1()
|
| /optee_os/ta/remoteproc/src/ |
| H A D | remoteproc_core.c | 423 res = TEE_DigestDoFinal(op, ctx->tlvs, ROUNDUP_64(hdr->tlv_len), in remoteproc_verify_signature()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_operations.c | 922 TEE_Result TEE_DigestDoFinal(TEE_OperationHandle operation, const void *chunk, in TEE_DigestDoFinal() 983 res = TEE_DigestDoFinal(operation, chunk, chunkLen, hash, &l); in TEE_DigestExtract() 913 TEE_Result TEE_DigestDoFinal(TEE_OperationHandle operation, const void *chunk, TEE_DigestDoFinal() function
|