Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutee/include/
A Dtee_internal_api.h215 void TEE_FreeOperation(TEE_OperationHandle operation);
217 void TEE_GetOperationInfo(TEE_OperationHandle operation,
221 TEE_GetOperationInfoMultiple(TEE_OperationHandle operation,
225 void TEE_ResetOperation(TEE_OperationHandle operation);
233 void TEE_CopyOperation(TEE_OperationHandle dstOperation,
234 TEE_OperationHandle srcOperation);
240 void TEE_DigestUpdate(TEE_OperationHandle operation,
254 TEE_Result TEE_CipherDoFinal(TEE_OperationHandle operation,
286 TEE_Result TEE_AEEncryptFinal(TEE_OperationHandle operation,
291 TEE_Result TEE_AEDecryptFinal(TEE_OperationHandle operation,
[all …]
A Dtee_api_types.h75 typedef struct __TEE_OperationHandle *TEE_OperationHandle; typedef
/optee_os-3.20.0/lib/libutee/
A Dtee_api_operations.c32 TEE_Result TEE_AllocateOperation(TEE_OperationHandle *operation, in TEE_AllocateOperation()
37 TEE_OperationHandle op = TEE_HANDLE_NULL; in TEE_AllocateOperation()
378 void TEE_FreeOperation(TEE_OperationHandle operation) in TEE_FreeOperation()
398 void TEE_GetOperationInfo(TEE_OperationHandle operation, in TEE_GetOperationInfo()
501 void TEE_ResetOperation(TEE_OperationHandle operation) in TEE_ResetOperation()
523 TEE_Result TEE_SetOperationKey(TEE_OperationHandle operation, in TEE_SetOperationKey()
723 void TEE_CopyOperation(TEE_OperationHandle dst_op, TEE_OperationHandle src_op) in TEE_CopyOperation()
791 void TEE_DigestUpdate(TEE_OperationHandle operation, in TEE_DigestUpdate()
879 TEE_OperationHandle op, in tee_buffer_update()
1057 TEE_Result TEE_CipherDoFinal(TEE_OperationHandle operation, in TEE_CipherDoFinal()
[all …]
/optee_os-3.20.0/
A Dtypedefs.checkpatch21 TEE_OperationHandle
/optee_os-3.20.0/ta/trusted_keys/
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-3.20.0/ta/pkcs11/src/
A Dprocessing.h215 size_t ecdsa_get_input_max_byte_size(TEE_OperationHandle op);
257 size_t rsa_get_input_max_byte_size(TEE_OperationHandle op);
A Dpkcs11_token.h151 TEE_OperationHandle tee_op_handle;
153 TEE_OperationHandle tee_hash_op_handle;
A Dprocessing_ec.c827 size_t ecdsa_get_input_max_byte_size(TEE_OperationHandle op) in ecdsa_get_input_max_byte_size()
A Dpersistent_token.c79 TEE_OperationHandle oh = TEE_HANDLE_NULL; in do_hash()
A Dpkcs11_helpers.c658 TEE_OperationHandle handle = TEE_HANDLE_NULL; in pkcs2tee_load_hashed_attr()
A Dprocessing_rsa.c770 size_t rsa_get_input_max_byte_size(TEE_OperationHandle op) in rsa_get_input_max_byte_size()

Completed in 17 milliseconds