Searched refs:TEE_OperationHandle (Results 1 – 14 of 14) sorted by relevance
| /optee_os/lib/libutee/include/ |
| H A D | tee_internal_api.h | 293 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 D | tee_api_types.h | 86 typedef struct __TEE_OperationHandle *TEE_OperationHandle; typedef
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_operations.c | 38 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 D | typedefs.checkpatch | 21 TEE_OperationHandle
|
| /optee_os/ta/trusted_keys/ |
| H A D | entry.c | 95 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 D | processing.h | 231 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 D | pkcs11_token.h | 150 TEE_OperationHandle tee_op_handle; 151 TEE_OperationHandle tee_op_handle2;
|
| H A D | processing_ec.c | 844 size_t ecdsa_get_input_max_byte_size(TEE_OperationHandle op) in ecdsa_get_input_max_byte_size()
|
| H A D | pkcs11_helpers.c | 670 TEE_OperationHandle handle = TEE_HANDLE_NULL; in pkcs2tee_load_hashed_attr()
|
| H A D | persistent_token.c | 79 TEE_OperationHandle oh = TEE_HANDLE_NULL; in do_hash()
|
| H A D | processing_rsa.c | 801 size_t rsa_get_input_max_byte_size(TEE_OperationHandle op) in rsa_get_input_max_byte_size()
|
| H A D | processing_symm.c | 278 TEE_OperationHandle *hdl = &session->processing->tee_op_handle2; in allocate_tee_operation()
|
| H A D | pkcs11_attributes.c | 2867 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 D | remoteproc_core.c | 390 TEE_OperationHandle op = TEE_HANDLE_NULL; in remoteproc_verify_signature()
|