Home
last modified time | relevance | path

Searched refs:psa_export_public_key (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-latest/secure_fw/partitions/crypto/
Dcrypto_spe.h89 #define psa_export_public_key \ macro
90 PSA_FUNCTION_NAME(psa_export_public_key)
Dcrypto_key_management.c125 status = psa_export_public_key(library_key, data, data_size, in tfm_crypto_key_management_interface()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/cpak_generator/
Dcpak_generator.c191 status = psa_export_public_key(cpak_handle, cpak_buf, sizeof(cpak_buf), in export_pubkey()
/trusted-firmware-m-latest/secure_fw/partitions/initial_attestation/
Dattest_asymmetric_key.c59 crypto_res = psa_export_public_key(handle, attestation_public_key, in attest_load_public_key()
/trusted-firmware-m-latest/interface/include/psa/
Dcrypto.h819 psa_status_t psa_export_public_key(mbedtls_svc_key_id_t key,
/trusted-firmware-m-latest/interface/src/
Dtfm_crypto_api.c170 TFM_CRYPTO_API(psa_status_t, psa_export_public_key)(psa_key_id_t key, in TFM_CRYPTO_API() argument