Home
last modified time | relevance | path

Searched defs:param_count (Results 1 – 4 of 4) sorted by relevance

/base/tee/tee_os_framework/lib/teelib/libcrypto/src/
Dtee_crypto_api_derive_key.c30 uint32_t param_count, struct ecc_pub_key_t *client_key) in get_ecdh_public_key_hal()
82 uint32_t param_count, TEE_ObjectHandle derived_key, uint32_t engine) in tee_derive_key_ecdh_hal()
125 …e_derive_key_ecdh(TEE_OperationHandle operation, const TEE_Attribute *params, uint32_t param_count, in tee_derive_key_ecdh()
166 uint32_t param_count, struct dh_key_t *dh_derive_key_data) in get_private_key()
184 static TEE_Result get_public_key(const TEE_Attribute *params, uint32_t param_count, in get_public_key()
206 uint32_t param_count, TEE_ObjectHandle derived_key, uint32_t engine) in tee_derive_key_dh_hal()
264 …tee_derive_key_dh(TEE_OperationHandle operation, const TEE_Attribute *params, uint32_t param_count, in tee_derive_key_dh()
305 static bool dh_param_check(const TEE_Attribute *params, uint32_t param_count) in dh_param_check()
323 static bool ecdh_param_check(const TEE_Attribute *params, uint32_t param_count) in ecdh_param_check()
Dtee_crypto_api_asymmetric.c203 uint32_t param_count, operation_src_dest *data, in asymmetric_process_hal()
494 uint32_t param_count, uint32_t api_level) in check_pss_param()
/base/tee/tee_os_framework/lib/teelib/libssa/src/
Dtee_transient_obj_api.c1310 uint32_t param_count) in builed_dh_generator()
1361 const struct memref_t *priv_key, const TEE_Attribute *params, uint32_t param_count) in convert_dh_keypair_to_object()
1412 …generate_dh_keypair_hal(TEE_ObjectHandle object, const TEE_Attribute *params, uint32_t param_count) in generate_dh_keypair_hal()
1551 uint32_t param_count) in tee_gen_rsa_key_pair_2()
1565 uint32_t param_count, uint32_t api_level) in tee_gen_rsa_key_pair()
1718 uint32_t param_count, uint32_t *ecc_curve, uint32_t api_level) in tee_gen_ecdsa_keypair_2()
1755 uint32_t param_count, uint32_t api_level) in tee_gen_ecdsa_keypair()
1768 uint32_t param_count, uint32_t api_level) in generate_sm2_keypair()
1799 static TEE_Result get_pbkdf2_buffer_attribute(const TEE_Attribute *params, uint32_t param_count, in get_pbkdf2_buffer_attribute()
1839 static TEE_Result get_pbkdf2_value_attribute(const TEE_Attribute *params, uint32_t param_count, in get_pbkdf2_value_attribute()
[all …]
/base/tee/tee_os_framework/lib/teelib/libcrypto_hal/include/
Dcrypto_driver_adaptor.h271 uint32_t param_count; member