Home
last modified time | relevance | path

Searched refs:psa_get_key_attributes (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/
Dcrypto_spe.h81 #define psa_get_key_attributes \ macro
82 PSA_FUNCTION_NAME(psa_get_key_attributes)
Dcrypto_key_management.c81 status = psa_get_key_attributes(*encoded_key, &key_attributes); in tfm_crypto_key_management_interface()
/trusted-firmware-m-3.4.0/secure_fw/partitions/initial_attestation/
Dattest_asymmetric_key.c52 crypto_res = psa_get_key_attributes(handle, &attr); in attest_load_public_key()
Dattest_core.c636 status = psa_get_key_attributes(handle, &attr); in attest_get_t_cose_algorithm()
/trusted-firmware-m-3.4.0/lib/ext/t_cose/crypto_adapters/
Dt_cose_psa_crypto.c271 psa_status_t status = psa_get_key_attributes(signing_key_psa, &key_attributes); in t_cose_crypto_sig_size()
/trusted-firmware-m-3.4.0/interface/include/psa/
Dcrypto.h378 psa_status_t psa_get_key_attributes(mbedtls_svc_key_id_t key,
/trusted-firmware-m-3.4.0/interface/src/
Dtfm_crypto_api.c93 psa_status_t psa_get_key_attributes(psa_key_id_t key, in psa_get_key_attributes() function