Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dtee_api.h229 TEE_Result TEE_AllocateOperation(TEE_OperationHandle *operation,
233 void TEE_FreeOperation(TEE_OperationHandle operation);
235 void TEE_GetOperationInfo(TEE_OperationHandle operation,
238 TEE_Result TEE_GetOperationInfoMultiple(TEE_OperationHandle operation,
242 void TEE_ResetOperation(TEE_OperationHandle operation);
244 TEE_Result TEE_SetOperationKey(TEE_OperationHandle operation,
247 TEE_Result TEE_SetOperationKey2(TEE_OperationHandle operation,
250 void TEE_CopyOperation(TEE_OperationHandle dstOperation,
251 TEE_OperationHandle srcOperation);
255 void TEE_DigestUpdate(TEE_OperationHandle operation,
[all …]
H A Dtee_api_types.h97 typedef struct __TEE_OperationHandle *TEE_OperationHandle; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dtee_api.h205 TEE_Result TEE_AllocateOperation(TEE_OperationHandle *operation,
209 void TEE_FreeOperation(TEE_OperationHandle operation);
211 void TEE_GetOperationInfo(TEE_OperationHandle operation,
214 TEE_Result TEE_GetOperationInfoMultiple(TEE_OperationHandle operation,
218 void TEE_ResetOperation(TEE_OperationHandle operation);
220 TEE_Result TEE_SetOperationKey(TEE_OperationHandle operation,
223 TEE_Result TEE_SetOperationKey2(TEE_OperationHandle operation,
226 void TEE_CopyOperation(TEE_OperationHandle dstOperation,
227 TEE_OperationHandle srcOperation);
233 void TEE_DigestUpdate(TEE_OperationHandle operation,
[all …]
H A Dtee_api_types.h75 typedef struct __TEE_OperationHandle *TEE_OperationHandle; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dtee_api.h205 TEE_Result TEE_AllocateOperation(TEE_OperationHandle *operation,
209 void TEE_FreeOperation(TEE_OperationHandle operation);
211 void TEE_GetOperationInfo(TEE_OperationHandle operation,
214 TEE_Result TEE_GetOperationInfoMultiple(TEE_OperationHandle operation,
218 void TEE_ResetOperation(TEE_OperationHandle operation);
220 TEE_Result TEE_SetOperationKey(TEE_OperationHandle operation,
223 TEE_Result TEE_SetOperationKey2(TEE_OperationHandle operation,
226 void TEE_CopyOperation(TEE_OperationHandle dstOperation,
227 TEE_OperationHandle srcOperation);
233 void TEE_DigestUpdate(TEE_OperationHandle operation,
[all …]
H A Dtee_api_types.h75 typedef struct __TEE_OperationHandle *TEE_OperationHandle; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dtee_api.h205 TEE_Result TEE_AllocateOperation(TEE_OperationHandle *operation,
209 void TEE_FreeOperation(TEE_OperationHandle operation);
211 void TEE_GetOperationInfo(TEE_OperationHandle operation,
214 TEE_Result TEE_GetOperationInfoMultiple(TEE_OperationHandle operation,
218 void TEE_ResetOperation(TEE_OperationHandle operation);
220 TEE_Result TEE_SetOperationKey(TEE_OperationHandle operation,
223 TEE_Result TEE_SetOperationKey2(TEE_OperationHandle operation,
226 void TEE_CopyOperation(TEE_OperationHandle dstOperation,
227 TEE_OperationHandle srcOperation);
233 void TEE_DigestUpdate(TEE_OperationHandle operation,
[all …]
H A Dtee_api_types.h75 typedef struct __TEE_OperationHandle *TEE_OperationHandle; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dtee_api.h205 TEE_Result TEE_AllocateOperation(TEE_OperationHandle *operation,
209 void TEE_FreeOperation(TEE_OperationHandle operation);
211 void TEE_GetOperationInfo(TEE_OperationHandle operation,
214 TEE_Result TEE_GetOperationInfoMultiple(TEE_OperationHandle operation,
218 void TEE_ResetOperation(TEE_OperationHandle operation);
220 TEE_Result TEE_SetOperationKey(TEE_OperationHandle operation,
223 TEE_Result TEE_SetOperationKey2(TEE_OperationHandle operation,
226 void TEE_CopyOperation(TEE_OperationHandle dstOperation,
227 TEE_OperationHandle srcOperation);
233 void TEE_DigestUpdate(TEE_OperationHandle operation,
[all …]
H A Dtee_api_types.h75 typedef struct __TEE_OperationHandle *TEE_OperationHandle; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dtee_api.h229 TEE_Result TEE_AllocateOperation(TEE_OperationHandle *operation,
233 void TEE_FreeOperation(TEE_OperationHandle operation);
235 void TEE_GetOperationInfo(TEE_OperationHandle operation,
238 TEE_Result TEE_GetOperationInfoMultiple(TEE_OperationHandle operation,
242 void TEE_ResetOperation(TEE_OperationHandle operation);
244 TEE_Result TEE_SetOperationKey(TEE_OperationHandle operation,
247 TEE_Result TEE_SetOperationKey2(TEE_OperationHandle operation,
250 void TEE_CopyOperation(TEE_OperationHandle dstOperation,
251 TEE_OperationHandle srcOperation);
255 void TEE_DigestUpdate(TEE_OperationHandle operation,
[all …]
H A Dtee_api_types.h97 typedef struct __TEE_OperationHandle *TEE_OperationHandle; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Dcryp_taf.c24 TEE_OperationHandle op = TEE_HANDLE_NULL; in ta_entry_allocate_operation()
40 TEE_OperationHandle op = VAL2HANDLE(params[0].value.a); in ta_entry_free_operation()
52 TEE_OperationHandle op = VAL2HANDLE(params[0].value.a); in ta_entry_get_operation_info()
69 TEE_OperationHandle op = VAL2HANDLE(params[0].value.a); in ta_entry_reset_operation()
81 TEE_OperationHandle op = VAL2HANDLE(params[0].value.a); in ta_entry_set_operation_key()
93 TEE_OperationHandle op = VAL2HANDLE(params[0].value.a); in ta_entry_set_operation_key2()
107 TEE_OperationHandle dst = VAL2HANDLE(params[0].value.a); in ta_entry_copy_operation()
108 TEE_OperationHandle src = VAL2HANDLE(params[0].value.b); in ta_entry_copy_operation()
121 TEE_OperationHandle op = VAL2HANDLE(params[0].value.a); in ta_entry_digest_update()
134 TEE_OperationHandle op = VAL2HANDLE(params[0].value.a); in ta_entry_digest_do_final()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dxtest_helpers.h46 TEE_OperationHandle *oph,
64 TEE_OperationHandle oph,
73 TEE_OperationHandle oph,
87 TEE_OperationHandle oph);
H A Dxtest_helpers.c43 TEE_OperationHandle *oph, in ta_crypt_cmd_allocate_operation()
68 *oph = (TEE_OperationHandle)(uintptr_t)op.params[0].value.a; in ta_crypt_cmd_allocate_operation()
231 TEE_OperationHandle oph, in ta_crypt_cmd_set_operation_key()
282 TEE_OperationHandle oph, TEE_ObjectHandle o, in ta_crypt_cmd_derive_key()
357 TEE_OperationHandle oph) in ta_crypt_cmd_free_operation()
H A Dregression_4000.c28 TEE_OperationHandle oph) in ta_crypt_cmd_reset_operation()
49 TEE_OperationHandle dst_oph, in ta_crypt_cmd_copy_operation()
50 TEE_OperationHandle src_oph) in ta_crypt_cmd_copy_operation()
75 TEE_OperationHandle oph, in ta_crypt_cmd_digest_update()
103 TEE_OperationHandle oph, in ta_crypt_cmd_digest_do_final()
141 TEE_OperationHandle oph, in ta_crypt_cmd_set_operation_key2()
172 TEE_OperationHandle oph, in ta_crypt_cmd_mac_init()
204 TEE_OperationHandle oph, in ta_crypt_cmd_mac_update()
233 TEE_OperationHandle oph, in ta_crypt_cmd_mac_final_compute()
271 TEE_OperationHandle oph, in ta_crypt_cmd_cipher_init()
[all …]
H A Dregression_8000.c360 TEE_OperationHandle op = TEE_HANDLE_NULL; in xtest_test_derivation_hkdf()
480 TEE_OperationHandle op = TEE_HANDLE_NULL; in xtest_test_derivation_concat_kdf()
604 TEE_OperationHandle op = TEE_HANDLE_NULL; in xtest_test_derivation_pbkdf2()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_public_api/
H A Drk_crypto_api.c245 TEE_OperationHandle crypto_op = NULL; in rk_cipher_crypto()
493 TEE_OperationHandle crypto_op = NULL; in rk_cipher_begin()
869 TEE_OperationHandle crypto_op = NULL; in rk_ae_begin()
1046 TEE_OperationHandle hash_op = NULL; in rk_hash_begin()
1153 TEE_OperationHandle mac_op; in rk_mac_crypto()
1259 TEE_OperationHandle mac_op = NULL; in rk_mac_begin()
1512 TEE_OperationHandle rsa_op = NULL; in rk_rsa_begin()
1675 TEE_OperationHandle rsa_op; in rk_rsa_crypto()
1758 TEE_OperationHandle rsa_op; in rk_rsa_sign()
1844 TEE_OperationHandle ecdsa_op; in rk_ecdsa_sign()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_public_api/
H A Drk_crypto_api.c245 TEE_OperationHandle crypto_op = NULL; in rk_cipher_crypto()
477 TEE_OperationHandle crypto_op = NULL; in rk_cipher_begin()
839 TEE_OperationHandle crypto_op = NULL; in rk_ae_begin()
1008 TEE_OperationHandle hash_op = NULL; in rk_hash_begin()
1109 TEE_OperationHandle mac_op; in rk_mac_crypto()
1209 TEE_OperationHandle mac_op = NULL; in rk_mac_begin()
1456 TEE_OperationHandle rsa_op = NULL; in rk_rsa_begin()
1619 TEE_OperationHandle rsa_op; in rk_rsa_crypto()
1700 TEE_OperationHandle rsa_op; in rk_rsa_sign()
1777 TEE_OperationHandle ecdsa_op; in rk_ecdsa_sign()
[all …]
H A Drk_crypto_api.h43 TEE_OperationHandle op;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/aes_perf/
H A Dta_aes_perf.c29 static TEE_OperationHandle crypto_op = NULL;
100 TEE_Result (*do_update)(TEE_OperationHandle, const void *, uint32_t, in cmd_process()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/sha_perf/
H A Dta_sha_perf.c22 static TEE_OperationHandle digest_op = NULL;
/OK3568_Linux_fs/u-boot/include/optee_include/
H A Dtee_api_types.h75 typedef struct __TEE_OperationHandle *TEE_OperationHandle; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/concurrent/
H A Dta_entry.c84 TEE_OperationHandle op = TEE_HANDLE_NULL; in ta_entry_sha256()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/concurrent_large/
H A Dta_entry.c84 TEE_OperationHandle op = TEE_HANDLE_NULL; in ta_entry_sha256()

12