Home
last modified time | relevance | path

Searched refs:TEE_AllocateOperation (Results 1 – 10 of 10) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dprocessing_digest.c77 res = TEE_AllocateOperation(&session->processing->tee_op_handle, in allocate_tee_operation()
H A Dprocessing_asymm.c259 res = TEE_AllocateOperation(&processing->tee_op_handle2, in allocate_tee_operation()
272 res = TEE_AllocateOperation(&processing->tee_op_handle, in allocate_tee_operation()
H A Dprocessing_symm.c260 res = TEE_AllocateOperation(&session->processing->tee_op_handle, in allocate_tee_operation()
280 res = TEE_AllocateOperation(hdl, algo, mode, size); in allocate_tee_operation()
H A Dpkcs11_helpers.c681 res = TEE_AllocateOperation(&handle, tee_algo, TEE_MODE_DIGEST, 0); in pkcs2tee_load_hashed_attr()
H A Dpersistent_token.c82 res = TEE_AllocateOperation(&oh, TEE_ALG_SHA256, TEE_MODE_DIGEST, 0); in do_hash()
H A Dpkcs11_attributes.c2873 res = TEE_AllocateOperation(&op, TEE_ALG_SHA1, TEE_MODE_DIGEST, 0); in compute_check_value_with_sha1()
2917 res = TEE_AllocateOperation(&op, TEE_ALG_AES_ECB_NOPAD, in compute_check_value_with_ecb()
/optee_os/ta/trusted_keys/
H A Dentry.c156 res = TEE_AllocateOperation(&crypto_op, TEE_ALG_AES_GCM, mode, in huk_crypt()
/optee_os/lib/libutee/include/
H A Dtee_internal_api.h293 TEE_Result TEE_AllocateOperation(TEE_OperationHandle *operation,
/optee_os/ta/remoteproc/src/
H A Dremoteproc_core.c418 res = TEE_AllocateOperation(&op, TEE_ALG_SHA256, TEE_MODE_DIGEST, 0); in remoteproc_verify_signature()
/optee_os/lib/libutee/
H A Dtee_api_operations.c38 TEE_Result TEE_AllocateOperation(TEE_OperationHandle *operation, in TEE_AllocateOperation() function