Home
last modified time | relevance | path

Searched refs:TEE_DigestDoFinal (Results 1 – 9 of 9) sorted by relevance

/optee_os/lib/libutee/include/
H A Dtee_api_compat.h65 #define TEE_DigestDoFinal __GP11_TEE_DigestDoFinal macro
H A Dtee_internal_api.h337 TEE_Result TEE_DigestDoFinal(TEE_OperationHandle operation, const void *chunk,
/optee_os/ta/pkcs11/src/
H A Dprocessing_digest.c210 res = TEE_DigestDoFinal(proc->tee_op_handle, in step_digest_operation()
H A Dpkcs11_helpers.c688 res = TEE_DigestDoFinal(handle, a_ptr, a_size, hash_ptr, &tmp_sz); in pkcs2tee_load_hashed_attr()
H A Dpersistent_token.c88 res = TEE_DigestDoFinal(oh, pin, pin_size, hash, &sz); in do_hash()
H A Dprocessing_asymm.c687 res = TEE_DigestDoFinal(proc->tee_op_handle2, in_buf, in_size, in step_asymm_operation()
H A Dpkcs11_attributes.c2884 res = TEE_DigestDoFinal(op, key, key_size, buf, &buf_size); in compute_check_value_with_sha1()
/optee_os/ta/remoteproc/src/
H A Dremoteproc_core.c423 res = TEE_DigestDoFinal(op, ctx->tlvs, ROUNDUP_64(hdr->tlv_len), in remoteproc_verify_signature()
/optee_os/lib/libutee/
H A Dtee_api_operations.c922 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