Home
last modified time | relevance | path

Searched refs:TEE_OperationHandle (Results 1 - 3 of 3) sorted by relevance

/interface/sdk_c/tee/include/
H A Dtee_crypto_api.h562 typedef struct __TEE_OperationHandle *TEE_OperationHandle; typedef
596 TEE_Result TEE_AllocateOperation(TEE_OperationHandle *operation, uint32_t algorithm, uint32_t mode,
607 void TEE_FreeOperation(TEE_OperationHandle operation);
618 void TEE_GetOperationInfo(const TEE_OperationHandle operation, TEE_OperationInfo *operationInfo);
628 void TEE_ResetOperation(TEE_OperationHandle operation);
643 TEE_Result TEE_SetOperationKey(TEE_OperationHandle operation, const TEE_ObjectHandle key);
658 TEE_Result TEE_SetOperationKey2(TEE_OperationHandle operation, const TEE_ObjectHandle key1,
670 void TEE_CopyOperation(TEE_OperationHandle dstOperation, const TEE_OperationHandle srcOperation);
683 void TEE_CipherInit(TEE_OperationHandle operatio
[all...]
H A Dtee_crypto_hal.h72 TEE_Result TEE_SetCryptoFlag(TEE_OperationHandle operation, uint32_t crypto);
H A Dtee_defines.h562 typedef struct __TEE_OperationHandle *TEE_OperationHandle; typedef

Completed in 4 milliseconds