Searched refs:psa_copy_key (Results 1 – 8 of 8) sorted by relevance
/openthread-3.6.0/third_party/mbedtls/repo/tests/include/spe/ |
D | crypto_spe.h | 71 #define psa_copy_key \ macro 72 PSA_FUNCTION_NAME(psa_copy_key)
|
/openthread-3.6.0/third_party/mbedtls/repo/include/psa/ |
D | crypto.h | 527 psa_status_t psa_copy_key(mbedtls_svc_key_id_t source_key,
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_slot_management.function | 543 PSA_ASSERT( psa_copy_key( returned_source_id, 685 TEST_EQUAL( psa_copy_key( returned_source_id, 1024 status = psa_copy_key( persistent_key, &attributes, &returned_key_id );
|
D | test_suite_psa_crypto_se_driver_hal.function | 680 SMOKE_ASSERT( psa_copy_key( key, &attributes, &key2 ) );
|
D | test_suite_psa_crypto.function | 1402 PSA_ASSERT( psa_copy_key( source_key, 1485 TEST_EQUAL( psa_copy_key( source_key,
|
/openthread-3.6.0/third_party/mbedtls/repo/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 60 …import_key(), psa_generate_key(), psa_key_derivation_output_key() and psa_copy_key() go by the fol…
|
/openthread-3.6.0/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 660 * `"export_key"`: called by `psa_export_key()`, or by `psa_copy_key()` when copying a key from or t… 662 * `"import_key"`: called by `psa_import_key()`, or by `psa_copy_key()` when copying a key from anot… 665 * `"copy_key"`: called by `psa_copy_key()` when copying a key within the same [location](#lifetimes… 670 …t_key()`, `psa_generate_key()`, `psa_key_derivation_output_key()` or `psa_copy_key()` before creat…
|
/openthread-3.6.0/third_party/mbedtls/repo/library/ |
D | psa_crypto.c | 2070 psa_status_t psa_copy_key( mbedtls_svc_key_id_t source_key, in psa_copy_key() function
|