Searched refs:psa_export_public_key (Results 1 – 6 of 6) sorted by relevance
| /trusted-firmware-m-latest/secure_fw/partitions/crypto/ |
| D | crypto_spe.h | 89 #define psa_export_public_key \ macro 90 PSA_FUNCTION_NAME(psa_export_public_key)
|
| D | crypto_key_management.c | 125 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/ |
| D | cpak_generator.c | 191 status = psa_export_public_key(cpak_handle, cpak_buf, sizeof(cpak_buf), in export_pubkey()
|
| /trusted-firmware-m-latest/secure_fw/partitions/initial_attestation/ |
| D | attest_asymmetric_key.c | 59 crypto_res = psa_export_public_key(handle, attestation_public_key, in attest_load_public_key()
|
| /trusted-firmware-m-latest/interface/include/psa/ |
| D | crypto.h | 819 psa_status_t psa_export_public_key(mbedtls_svc_key_id_t key,
|
| /trusted-firmware-m-latest/interface/src/ |
| D | tfm_crypto_api.c | 170 TFM_CRYPTO_API(psa_status_t, psa_export_public_key)(psa_key_id_t key, in TFM_CRYPTO_API() argument
|