Searched refs:psa_get_key_attributes (Results 1 – 8 of 8) sorted by relevance
83 #define psa_get_key_attributes \ macro84 PSA_FUNCTION_NAME(psa_get_key_attributes)
84 status = psa_get_key_attributes(library_key, &srv_key_attr); in tfm_crypto_key_management_interface()
52 crypto_res = psa_get_key_attributes(handle, &attr); in attest_load_public_key()
548 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()
279 psa_status_t psa_get_key_attributes(psa_key_id_t key, in psa_get_key_attributes() function
378 psa_status_t psa_get_key_attributes(mbedtls_svc_key_id_t key,
129 TFM_CRYPTO_API(psa_status_t, psa_get_key_attributes)(psa_key_id_t key, in TFM_CRYPTO_API() argument