| /base/tee/tee_os_framework/lib/teelib/libssa/src/ |
| D | tee_transient_obj_api.c | 107 uint32_t api_level = tee_get_ta_api_level(); in object_max_size_of_object_type() local 125 static uint32_t get_attribute_length(uint32_t api_level, uint32_t object_type, uint32_t para, uint3… in get_attribute_length() 180 …c void get_max_key_size(uint32_t *max_key_size, const TEE_ObjectHandle *object, uint32_t api_level) in get_max_key_size() 191 static TEE_Result allocate_attribute(uint32_t api_level, TEE_ObjectHandle *object, uint32_t count, … in allocate_attribute() 263 uint32_t api_level = tee_get_ta_api_level(); in free_attribute() local 450 const TEE_ObjectHandle *object, uint32_t *api_level) in check_param_allocatetransientobject() 487 static TEE_Result ae_attribute_alloc(uint32_t api_level, TEE_ObjectHandle *object, uint32_t attrc) in ae_attribute_alloc() 492 static TEE_Result rsa_pub_key_alloc(uint32_t api_level, TEE_ObjectHandle *object, uint32_t attrc) in rsa_pub_key_alloc() 497 static TEE_Result rsa_keypair_alloc(uint32_t api_level, TEE_ObjectHandle *object, uint32_t attrc) in rsa_keypair_alloc() 510 static TEE_Result dh_keypair_alloc(uint32_t api_level, TEE_ObjectHandle *object, uint32_t attrc) in dh_keypair_alloc() [all …]
|
| D | tee_ss_agent_api.c | 283 uint32_t api_level = tee_get_ta_api_level(); in get_object_key_size() local
|
| /base/tee/tee_os_framework/lib/teelib/libcrypto/src/ |
| D | tee_crypto_api_ae.c | 156 uint32_t api_level = tee_get_ta_api_level(); in ae_init_operation_state_check() local 213 uint32_t api_level = tee_get_ta_api_level(); in TEE_AEInit() local 283 static TEE_Result ae_update_aad_check(TEE_OperationHandle operation, uint32_t api_level) in ae_update_aad_check() 331 uint32_t api_level = tee_get_ta_api_level(); in TEE_AEUpdateAAD() local 414 uint32_t api_level = tee_get_ta_api_level(); in TEE_AEUpdate() local 487 uint32_t api_level, bool *flag) in ae_encrypt_check_dest_data() 599 uint32_t api_level = tee_get_ta_api_level(); in TEE_AEEncryptFinal() local 701 uint32_t api_level = tee_get_ta_api_level(); in TEE_AEDecryptFinal() local
|
| D | tee_crypto_api.c | 140 uint32_t api_level = tee_get_ta_api_level(); in check_valid_key_size_for_algorithm() local 214 uint32_t api_level = tee_get_ta_api_level(); in check_allocate_param() local 542 uint32_t api_level = tee_get_ta_api_level(); in TEE_ResetOperation() local 1268 …_get_asymmetric_keys(TEE_OperationHandle operation, const TEE_ObjectHandle key, uint32_t api_level) in tee_get_asymmetric_keys() 1312 …tic TEE_Result set_operation_key_com_check(const TEE_OperationHandle operation, uint32_t api_level) in set_operation_key_com_check() 1330 …c TEE_Result set_operation_key_state_check(const TEE_OperationHandle operation, uint32_t api_level) in set_operation_key_state_check() 1407 uint32_t api_level) in set_asymmetric_operation_key() 1612 const TEE_ObjectHandle key, uint32_t api_level, uint32_t type) in set_operation_key_compatible_check() 1670 uint32_t api_level = tee_get_ta_api_level(); in TEE_SetOperationKey() local 1723 uint32_t api_level = tee_get_ta_api_level(); in check_operation_key_equal() local [all …]
|
| D | tee_crypto_api_asymmetric.c | 73 uint32_t api_level = tee_get_ta_api_level(); in asymmetric_cipher_operation_state_check() local 430 static uint32_t get_expect_digest_len_from_algorithm(uint32_t algorithm, uint32_t api_level) in get_expect_digest_len_from_algorithm() 472 uint32_t api_level) in pre_proc_digest_len() 494 uint32_t param_count, uint32_t api_level) in check_pss_param() 583 uint32_t api_level = tee_get_ta_api_level(); in TEE_AsymmetricSignDigest() local 671 uint32_t api_level = tee_get_ta_api_level(); in TEE_AsymmetricVerifyDigest() local
|
| D | tee_crypto_common_hash.c | 46 uint32_t api_level = tee_get_ta_api_level(); in digest_operation_state_check() local
|
| D | tee_crypto_api_derive_key.c | 168 uint32_t api_level = tee_get_ta_api_level(); in get_private_key() local 222 uint32_t api_level = tee_get_ta_api_level(); in tee_derive_key_dh_hal() local
|
| D | tee_crypto_api_hmac.c | 74 uint32_t api_level = tee_get_ta_api_level(); in mac_init_operation_state_check() local 209 uint32_t api_level = tee_get_ta_api_level(); in mac_update_final_operation_state_check() local
|
| D | tee_crypto_api_cipher.c | 94 uint32_t api_level = tee_get_ta_api_level(); in cipher_init_operation_state_check() local 292 uint32_t api_level = tee_get_ta_api_level(); in cipher_update_final_operation_state_check() local
|
| /base/tee/tee_os_framework/lib/teelib/libcrypto_hal/src/boringssl/ |
| D | soft_gmssl_asym.c | 182 uint32_t api_level = tee_get_ta_api_level(); in tee_sm2_sign() local 289 uint32_t api_level = tee_get_ta_api_level(); in tee_sm2_verify() local 659 uint32_t api_level = tee_get_ta_api_level(); in get_sm2_pub_key() local 687 uint32_t api_level = tee_get_ta_api_level(); in get_sm2_priv_key() local 1017 uint32_t api_level = tee_get_ta_api_level(); in do_sm2_encrypt() local 1183 uint32_t api_level = tee_get_ta_api_level(); in do_sm2_decrypt() local
|
| /base/tee/tee_os_framework/lib/teelib/libteeos/src/tee/ |
| D | tee_mem_mgmt_api.c | 172 uint32_t api_level; in TEE_Malloc() local
|
| /base/tee/tee_os_framework/lib/syslib/libelf_verify/include/ |
| D | ta_lib_img_unpack.h | 167 uint16_t api_level; member
|