Searched refs:TEE_OperationHandle (Results 1 – 11 of 11) sorted by relevance
/optee_os-3.20.0/lib/libutee/include/ |
A D | tee_internal_api.h | 215 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 D | tee_api_types.h | 75 typedef struct __TEE_OperationHandle *TEE_OperationHandle; typedef
|
/optee_os-3.20.0/lib/libutee/ |
A D | tee_api_operations.c | 32 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 D | typedefs.checkpatch | 21 TEE_OperationHandle
|
/optee_os-3.20.0/ta/trusted_keys/ |
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-3.20.0/ta/pkcs11/src/ |
A D | processing.h | 215 size_t ecdsa_get_input_max_byte_size(TEE_OperationHandle op); 257 size_t rsa_get_input_max_byte_size(TEE_OperationHandle op);
|
A D | pkcs11_token.h | 151 TEE_OperationHandle tee_op_handle; 153 TEE_OperationHandle tee_hash_op_handle;
|
A D | processing_ec.c | 827 size_t ecdsa_get_input_max_byte_size(TEE_OperationHandle op) in ecdsa_get_input_max_byte_size()
|
A D | persistent_token.c | 79 TEE_OperationHandle oh = TEE_HANDLE_NULL; in do_hash()
|
A D | pkcs11_helpers.c | 658 TEE_OperationHandle handle = TEE_HANDLE_NULL; in pkcs2tee_load_hashed_attr()
|
A D | processing_rsa.c | 770 size_t rsa_get_input_max_byte_size(TEE_OperationHandle op) in rsa_get_input_max_byte_size()
|
Completed in 16 milliseconds