Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/
Dcrypto_spe.h85 #define psa_export_key \ macro
86 PSA_FUNCTION_NAME(psa_export_key)
Dcrypto_key_management.c111 status = psa_export_key(*encoded_key, data, data_size, in tfm_crypto_key_management_interface()
/trusted-firmware-m-3.4.0/secure_fw/partitions/initial_attestation/
Dattest_symmetric_key.c94 status = psa_export_key(TFM_BUILTIN_KEY_ID_IAK, iak_buf, sizeof(iak_buf), in attest_calc_instance_id()
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/
Dcrypto_keys.c244 status = psa_export_key(transient_key, buf, buf_len, key_len); in tfm_plat_get_iak()
/trusted-firmware-m-3.4.0/interface/include/psa/
Dcrypto.h736 psa_status_t psa_export_key(mbedtls_svc_key_id_t key,
/trusted-firmware-m-3.4.0/docs/security/security_advisories/
Dprofile_small_key_id_encoding_vulnerability.rst62 ``psa_open_key()``/``psa_export_key()`` to access secure clients' keys stored
/trusted-firmware-m-3.4.0/interface/src/
Dtfm_crypto_api.c126 psa_status_t psa_export_key(psa_key_id_t key, in psa_export_key() function