Searched refs:TEE_AllocateOperation (Results 1 – 10 of 10) sorted by relevance
| /optee_os/ta/pkcs11/src/ |
| H A D | processing_digest.c | 77 res = TEE_AllocateOperation(&session->processing->tee_op_handle, in allocate_tee_operation()
|
| H A D | processing_asymm.c | 259 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 D | processing_symm.c | 260 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 D | pkcs11_helpers.c | 681 res = TEE_AllocateOperation(&handle, tee_algo, TEE_MODE_DIGEST, 0); in pkcs2tee_load_hashed_attr()
|
| H A D | persistent_token.c | 82 res = TEE_AllocateOperation(&oh, TEE_ALG_SHA256, TEE_MODE_DIGEST, 0); in do_hash()
|
| H A D | pkcs11_attributes.c | 2873 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 D | entry.c | 156 res = TEE_AllocateOperation(&crypto_op, TEE_ALG_AES_GCM, mode, in huk_crypt()
|
| /optee_os/lib/libutee/include/ |
| H A D | tee_internal_api.h | 293 TEE_Result TEE_AllocateOperation(TEE_OperationHandle *operation,
|
| /optee_os/ta/remoteproc/src/ |
| H A D | remoteproc_core.c | 418 res = TEE_AllocateOperation(&op, TEE_ALG_SHA256, TEE_MODE_DIGEST, 0); in remoteproc_verify_signature()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_operations.c | 38 TEE_Result TEE_AllocateOperation(TEE_OperationHandle *operation, in TEE_AllocateOperation() function
|