Searched refs:psa_copy_key (Results 1 – 15 of 15) sorted by relevance
/mbedtls-latest/tests/include/spe/ |
D | crypto_spe.h | 70 #define psa_copy_key \ macro 71 PSA_FUNCTION_NAME(psa_copy_key)
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_slot_management.function | 563 PSA_ASSERT(psa_copy_key(returned_source_id, 694 TEST_EQUAL(psa_copy_key(returned_source_id, 1148 status = psa_copy_key(persistent_key, &attributes, &returned_key_id);
|
D | test_suite_psa_crypto_se_driver_hal.function | 693 SMOKE_ASSERT(psa_copy_key(key, &attributes, &key2));
|
D | test_suite_pk.function | 631 PSA_ASSERT(psa_copy_key(orig_key_id, &new_attr, &new_key_id));
|
D | test_suite_psa_crypto.function | 2811 PSA_ASSERT(psa_copy_key(source_key, 2899 TEST_EQUAL(psa_copy_key(source_key,
|
/mbedtls-latest/include/psa/ |
D | crypto.h | 515 psa_status_t psa_copy_key(mbedtls_svc_key_id_t source_key,
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 261 #define psa_copy_key(arg0_source_key, arg1_attributes, arg2_target_key) \ macro
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | psa-legacy-bridges.md | 256 …levant usage flags. Users who want a more restrictive usage can call `psa_copy_key` and `psa_destr… 257 … If it doesn't, users can call the conversion function and then call `psa_copy_key` and `psa_destr…
|
/mbedtls-latest/library/ |
D | pk.c | 611 psa_status_t status = psa_copy_key(old_key_id, attributes, new_key_id); in copy_into_psa()
|
D | psa_crypto.c | 2224 psa_status_t psa_copy_key(mbedtls_svc_key_id_t source_key, function
|
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 462 psa_status_t status = (psa_copy_key)(arg0_source_key, arg1_attributes, arg2_target_key); in mbedtls_test_wrap_psa_copy_key()
|
/mbedtls-latest/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-latest/docs/proposed/ |
D | psa-driver-interface.md | 1100 * `"export_key"`: called by `psa_export_key()`, or by `psa_copy_key()` when copying a key from or t… 1102 * `"import_key"`: called by `psa_import_key()`, or by `psa_copy_key()` when copying a key from anot… 1105 * `"copy_key"`: called by `psa_copy_key()` when copying a key within the same [location](#lifetimes… 1110 …t_key()`, `psa_generate_key()`, `psa_key_derivation_output_key()` or `psa_copy_key()` before creat…
|
/mbedtls-latest/docs/architecture/psa-thread-safety/ |
D | psa-thread-safety.md | 243 * Key creation functions (including `psa_copy_key`) - The linearization point for a successful call…
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 1302 …o need for an equivalent of `mbedtls_rsa_copy`. (There is a function `psa_copy_key`, but it is onl…
|