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/ |
D | crypto_spe.h | 67 #define psa_export_public_key \ macro 68 PSA_FUNCTION_NAME(psa_export_public_key)
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 524 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/ |
D | crypto.h | 828 psa_status_t psa_export_public_key(mbedtls_svc_key_id_t key,
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_se_driver_hal.function | 385 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,
|
D | test_suite_psa_crypto_se_driver_hal_mocks.function | 553 TEST_ASSERT( psa_export_public_key( id, exported, sizeof(exported),
|
D | test_suite_psa_crypto_driver_wrappers.function | 401 …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 );
|
D | test_suite_psa_crypto.function | 229 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/ |
D | pkwrite.c | 207 if ( psa_export_public_key( *key_id, start, buffer_size, &len ) in mbedtls_pk_write_pubkey()
|
D | ssl_cli.c | 3760 status = psa_export_public_key( handshake->ecdh_psa_privkey, in ssl_write_client_key_exchange()
|
D | psa_crypto.c | 1476 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/ |
D | psa-driver-interface.md | 186 …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/ |
D | getting_started.md | 842 1. Export the generated public key by calling `psa_export_public_key()`: 877 status = psa_export_public_key(key_id, exported, sizeof(exported),
|