Searched refs:psa_export_key (Results 1 – 7 of 7) sorted by relevance
/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/ |
D | crypto_spe.h | 85 #define psa_export_key \ macro 86 PSA_FUNCTION_NAME(psa_export_key)
|
D | crypto_key_management.c | 111 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/ |
D | attest_symmetric_key.c | 94 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/ |
D | crypto_keys.c | 244 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/ |
D | crypto.h | 736 psa_status_t psa_export_key(mbedtls_svc_key_id_t key,
|
/trusted-firmware-m-3.4.0/docs/security/security_advisories/ |
D | profile_small_key_id_encoding_vulnerability.rst | 62 ``psa_open_key()``/``psa_export_key()`` to access secure clients' keys stored
|
/trusted-firmware-m-3.4.0/interface/src/ |
D | tfm_crypto_api.c | 126 psa_status_t psa_export_key(psa_key_id_t key, in psa_export_key() function
|