Home
last modified time | relevance | path

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

/mbedtls-development/tests/include/spe/
A Dcrypto_spe.h67 #define psa_export_public_key \ macro
68 PSA_FUNCTION_NAME(psa_export_public_key)
/mbedtls-development/tests/src/
A Dpsa_exercise_key.c523 PSA_ASSERT( psa_export_public_key( key, public_key, public_key_length, in mbedtls_test_psa_key_agreement_with_self()
565 PSA_ASSERT( psa_export_public_key( key, in mbedtls_test_psa_raw_key_agreement_with_self()
855 TEST_EQUAL( psa_export_public_key( key, exported, in exercise_export_public_key()
868 PSA_ASSERT( psa_export_public_key( key, in exercise_export_public_key()
/mbedtls-development/include/psa/
A Dcrypto.h822 psa_status_t psa_export_public_key(mbedtls_svc_key_id_t key,
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_se_driver_hal.function385 status = psa_export_public_key( key, data, data_size, data_length );
677 SMOKE_ASSERT( psa_export_public_key( key,
736 if( psa_export_public_key( key, buffer, sizeof( buffer ), &length ) ==
1366 PSA_ASSERT( psa_export_public_key( id,
A Dtest_suite_psa_crypto_se_driver_hal_mocks.function553 TEST_ASSERT( psa_export_public_key( id, exported, sizeof(exported),
A Dtest_suite_psa_crypto_driver_wrappers.function401 …actual_status = psa_export_public_key( handle, actual_output, sizeof(actual_output), &actual_outpu…
1461 actual_status = psa_export_public_key( key, output_buffer, expected_output->len, &output_size );
A Dtest_suite_psa_crypto.function235 TEST_EQUAL( psa_export_public_key( key,
941 status = psa_export_public_key( key,
6806 PSA_ASSERT( psa_export_public_key( key,
/mbedtls-development/library/
A Dpkwrite.c207 if ( psa_export_public_key( *key_id, start, buffer_size, &len ) in mbedtls_pk_write_pubkey()
A Dssl_cli.c3567 status = psa_export_public_key( handshake->ecdh_psa_privkey, in ssl_write_client_key_exchange()
A Dpsa_crypto.c1403 psa_status_t psa_export_public_key( mbedtls_svc_key_id_t key, in psa_export_public_key() function
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md186 …terial, in the same format as defined for `psa_export_key()` and `psa_export_public_key()` in the …
444 …export_key) and [`psa_export_public_key()`](https://armmbed.github.io/mbed-crypto/html/api/keys/ma…
453 … function at any time to obtain the public key, which can be for `psa_export_public_key()` but als…
475 …_export_key) or [`psa_export_public_key()`](https://armmbed.github.io/mbed-crypto/html/api/keys/ma…
664 …try point at any time to obtain the public key, which can be for `psa_export_public_key()` but als…
/mbedtls-development/docs/
A Dgetting_started.md842 1. Export the generated public key by calling `psa_export_public_key()`:
877 status = psa_export_public_key(key, exported, sizeof(exported),

Completed in 43 milliseconds