Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h67 #define psa_export_public_key \ macro
68 PSA_FUNCTION_NAME(psa_export_public_key)
/openthread-3.4.0/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c524 PSA_ASSERT( psa_export_public_key( key, public_key, public_key_length, in mbedtls_test_psa_key_agreement_with_self()
566 PSA_ASSERT( psa_export_public_key( key, in mbedtls_test_psa_raw_key_agreement_with_self()
856 TEST_EQUAL( psa_export_public_key( key, exported, in exercise_export_public_key()
869 PSA_ASSERT( psa_export_public_key( key, in exercise_export_public_key()
/openthread-3.4.0/third_party/mbedtls/repo/include/psa/
Dcrypto.h828 psa_status_t psa_export_public_key(mbedtls_svc_key_id_t key,
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
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,
Dtest_suite_psa_crypto_se_driver_hal_mocks.function553 TEST_ASSERT( psa_export_public_key( id, exported, sizeof(exported),
Dtest_suite_psa_crypto_driver_wrappers.function401 …actual_status = psa_export_public_key( handle, actual_output, sizeof(actual_output), &actual_outpu…
1507 actual_status = psa_export_public_key( key, output_buffer, expected_output->len, &output_size );
Dtest_suite_psa_crypto.function229 TEST_EQUAL( psa_export_public_key( key,
677 status = psa_export_public_key( key,
5347 PSA_ASSERT( psa_export_public_key( key,
/openthread-3.4.0/third_party/mbedtls/repo/library/
Dpkwrite.c207 if ( psa_export_public_key( *key_id, start, buffer_size, &len ) in mbedtls_pk_write_pubkey()
Dssl_cli.c3760 status = psa_export_public_key( handshake->ecdh_psa_privkey, in ssl_write_client_key_exchange()
Dpsa_crypto.c1476 psa_status_t psa_export_public_key( mbedtls_svc_key_id_t key, in psa_export_public_key() function
/openthread-3.4.0/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md186 …terial, in the same format as defined for `psa_export_key()` and `psa_export_public_key()` in the …
441 …export_key) and [`psa_export_public_key()`](https://armmbed.github.io/mbed-crypto/html/api/keys/ma…
450 … function at any time to obtain the public key, which can be for `psa_export_public_key()` but als…
472 …_export_key) or [`psa_export_public_key()`](https://armmbed.github.io/mbed-crypto/html/api/keys/ma…
661 …try point at any time to obtain the public key, which can be for `psa_export_public_key()` but als…
/openthread-3.4.0/third_party/mbedtls/repo/docs/
Dgetting_started.md842 1. Export the generated public key by calling `psa_export_public_key()`:
877 status = psa_export_public_key(key_id, exported, sizeof(exported),