Home
last modified time | relevance | path

Searched refs:TEE_OperationHandle (Results 1 – 14 of 14) sorted by relevance

/optee_os/lib/libutee/include/
H A Dtee_internal_api.h293 TEE_Result TEE_AllocateOperation(TEE_OperationHandle *operation,
297 void TEE_FreeOperation(TEE_OperationHandle operation);
298 void __GP11_TEE_FreeOperation(TEE_OperationHandle operation);
300 void TEE_GetOperationInfo(TEE_OperationHandle operation,
304 TEE_GetOperationInfoMultiple(TEE_OperationHandle operation,
308 __GP11_TEE_GetOperationInfoMultiple(TEE_OperationHandle operation,
312 void TEE_ResetOperation(TEE_OperationHandle operation);
314 TEE_Result TEE_SetOperationKey(TEE_OperationHandle operation,
316 TEE_Result __GP11_TEE_SetOperationKey(TEE_OperationHandle operation,
319 TEE_Result TEE_SetOperationKey2(TEE_OperationHandle operation,
[all …]
H A Dtee_api_types.h86 typedef struct __TEE_OperationHandle *TEE_OperationHandle; typedef
/optee_os/lib/libutee/
H A Dtee_api_operations.c38 TEE_Result TEE_AllocateOperation(TEE_OperationHandle *operation, in TEE_AllocateOperation()
43 TEE_OperationHandle op = TEE_HANDLE_NULL; in TEE_AllocateOperation()
418 void TEE_FreeOperation(TEE_OperationHandle operation) in TEE_FreeOperation()
438 void __GP11_TEE_FreeOperation(TEE_OperationHandle operation) in __GP11_TEE_FreeOperation()
445 void TEE_GetOperationInfo(TEE_OperationHandle operation, in TEE_GetOperationInfo()
460 TEE_Result TEE_GetOperationInfoMultiple(TEE_OperationHandle op, in TEE_GetOperationInfoMultiple()
549 __GP11_TEE_GetOperationInfoMultiple(TEE_OperationHandle operation, in __GP11_TEE_GetOperationInfoMultiple()
563 static void reset_operation_state(TEE_OperationHandle op) in reset_operation_state()
578 void TEE_ResetOperation(TEE_OperationHandle operation) in TEE_ResetOperation()
589 static TEE_Result set_operation_key(TEE_OperationHandle operation, in set_operation_key()
[all …]
/optee_os/
H A Dtypedefs.checkpatch21 TEE_OperationHandle
/optee_os/ta/trusted_keys/
H A Dentry.c95 static TEE_Result huk_ae_encrypt(TEE_OperationHandle crypto_op, uint8_t *in, in huk_ae_encrypt()
123 static TEE_Result huk_ae_decrypt(TEE_OperationHandle crypto_op, uint8_t *in, in huk_ae_decrypt()
151 TEE_OperationHandle crypto_op = TEE_HANDLE_NULL; in huk_crypt()
/optee_os/ta/pkcs11/src/
H A Dprocessing.h231 size_t ecdsa_get_input_max_byte_size(TEE_OperationHandle op);
273 size_t rsa_get_input_max_byte_size(TEE_OperationHandle op);
H A Dpkcs11_token.h150 TEE_OperationHandle tee_op_handle;
151 TEE_OperationHandle tee_op_handle2;
H A Dprocessing_ec.c844 size_t ecdsa_get_input_max_byte_size(TEE_OperationHandle op) in ecdsa_get_input_max_byte_size()
H A Dpkcs11_helpers.c670 TEE_OperationHandle handle = TEE_HANDLE_NULL; in pkcs2tee_load_hashed_attr()
H A Dpersistent_token.c79 TEE_OperationHandle oh = TEE_HANDLE_NULL; in do_hash()
H A Dprocessing_rsa.c801 size_t rsa_get_input_max_byte_size(TEE_OperationHandle op) in rsa_get_input_max_byte_size()
H A Dprocessing_symm.c278 TEE_OperationHandle *hdl = &session->processing->tee_op_handle2; in allocate_tee_operation()
H A Dpkcs11_attributes.c2867 TEE_OperationHandle op = TEE_HANDLE_NULL; in compute_check_value_with_sha1()
2909 TEE_OperationHandle op = TEE_HANDLE_NULL; in compute_check_value_with_ecb()
/optee_os/ta/remoteproc/src/
H A Dremoteproc_core.c390 TEE_OperationHandle op = TEE_HANDLE_NULL; in remoteproc_verify_signature()