Searched refs:psa_get_key_algorithm (Results 1 – 7 of 7) sorted by relevance
27 proto_attributes->policy.alg = psa_get_key_algorithm(psa_attributes); in packedc_crypto_caller_translate_key_attributes_to_proto()
41 proto_attributes->policy.alg = psa_get_key_algorithm(psa_attributes); in packedc_crypto_provider_translate_key_attributes_to_proto()
186 static inline psa_algorithm_t psa_get_key_algorithm( in psa_get_key_algorithm() function
254 static psa_algorithm_t psa_get_key_algorithm(const psa_key_attributes_t *attributes);
129 psa_get_key_algorithm(&attributes), psa_get_key_algorithm(©_attributes)); in copyKey()
53 proto_attributes.policy.alg = psa_get_key_algorithm(&psa_attributes); in translate_key_attributes()
Completed in 23 milliseconds