Searched refs:psa_copy_key (Results 1 – 8 of 8) sorted by relevance
/mbedtls-3.4.0/tests/include/spe/ |
D | crypto_spe.h | 82 #define psa_copy_key \ macro 83 PSA_FUNCTION_NAME(psa_copy_key)
|
/mbedtls-3.4.0/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 | 688 SMOKE_ASSERT( psa_copy_key( key, &attributes, &key2 ) );
|
D | test_suite_psa_crypto.function | 2516 PSA_ASSERT( psa_copy_key( source_key, 2604 TEST_EQUAL( psa_copy_key( source_key,
|
/mbedtls-3.4.0/include/psa/ |
D | crypto.h | 522 psa_status_t psa_copy_key(mbedtls_svc_key_id_t source_key,
|
/mbedtls-3.4.0/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…
|
/mbedtls-3.4.0/docs/proposed/ |
D | psa-driver-interface.md | 667 * `"export_key"`: called by `psa_export_key()`, or by `psa_copy_key()` when copying a key from or t… 669 * `"import_key"`: called by `psa_import_key()`, or by `psa_copy_key()` when copying a key from anot… 672 * `"copy_key"`: called by `psa_copy_key()` when copying a key within the same [location](#lifetimes… 677 …t_key()`, `psa_generate_key()`, `psa_key_derivation_output_key()` or `psa_copy_key()` before creat…
|
/mbedtls-3.4.0/library/ |
D | psa_crypto.c | 2000 psa_status_t psa_copy_key( mbedtls_svc_key_id_t source_key, in psa_copy_key() function
|