Searched refs:psa_copy_key (Results 1 – 8 of 8) sorted by relevance
/mbedtls-3.5.0/tests/include/spe/ |
D | crypto_spe.h | 82 #define psa_copy_key \ macro 83 PSA_FUNCTION_NAME(psa_copy_key)
|
/mbedtls-3.5.0/tests/suites/ |
D | test_suite_psa_crypto_slot_management.function | 539 PSA_ASSERT(psa_copy_key(returned_source_id, 670 TEST_EQUAL(psa_copy_key(returned_source_id, 1008 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 | 2463 PSA_ASSERT(psa_copy_key(source_key, 2551 TEST_EQUAL(psa_copy_key(source_key,
|
/mbedtls-3.5.0/include/psa/ |
D | crypto.h | 522 psa_status_t psa_copy_key(mbedtls_svc_key_id_t source_key,
|
/mbedtls-3.5.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.5.0/docs/proposed/ |
D | psa-driver-interface.md | 836 * `"export_key"`: called by `psa_export_key()`, or by `psa_copy_key()` when copying a key from or t… 838 * `"import_key"`: called by `psa_import_key()`, or by `psa_copy_key()` when copying a key from anot… 841 * `"copy_key"`: called by `psa_copy_key()` when copying a key within the same [location](#lifetimes… 846 …t_key()`, `psa_generate_key()`, `psa_key_derivation_output_key()` or `psa_copy_key()` before creat…
|
/mbedtls-3.5.0/library/ |
D | psa_crypto.c | 2073 psa_status_t psa_copy_key(mbedtls_svc_key_id_t source_key, function
|