Searched refs:psa_get_key_attributes (Results 1 – 7 of 7) sorted by relevance
81 #define psa_get_key_attributes \ macro82 PSA_FUNCTION_NAME(psa_get_key_attributes)
81 status = psa_get_key_attributes(*encoded_key, &key_attributes); in tfm_crypto_key_management_interface()
52 crypto_res = psa_get_key_attributes(handle, &attr); in attest_load_public_key()
636 status = psa_get_key_attributes(handle, &attr); in attest_get_t_cose_algorithm()
271 psa_status_t status = psa_get_key_attributes(signing_key_psa, &key_attributes); in t_cose_crypto_sig_size()
378 psa_status_t psa_get_key_attributes(mbedtls_svc_key_id_t key,
93 psa_status_t psa_get_key_attributes(psa_key_id_t key, in psa_get_key_attributes() function