Home
last modified time | relevance | path

Searched refs:psa_copy_key (Results 1 – 15 of 15) sorted by relevance

/mbedtls-latest/tests/include/spe/
Dcrypto_spe.h70 #define psa_copy_key \ macro
71 PSA_FUNCTION_NAME(psa_copy_key)
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_slot_management.function563 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);
Dtest_suite_psa_crypto_se_driver_hal.function693 SMOKE_ASSERT(psa_copy_key(key, &attributes, &key2));
Dtest_suite_pk.function631 PSA_ASSERT(psa_copy_key(orig_key_id, &new_attr, &new_key_id));
Dtest_suite_psa_crypto.function2811 PSA_ASSERT(psa_copy_key(source_key,
2899 TEST_EQUAL(psa_copy_key(source_key,
/mbedtls-latest/include/psa/
Dcrypto.h515 psa_status_t psa_copy_key(mbedtls_svc_key_id_t source_key,
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h261 #define psa_copy_key(arg0_source_key, arg1_attributes, arg2_target_key) \ macro
/mbedtls-latest/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md256 …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/
Dpk.c611 psa_status_t status = psa_copy_key(old_key_id, attributes, new_key_id); in copy_into_psa()
Dpsa_crypto.c2224 psa_status_t psa_copy_key(mbedtls_svc_key_id_t source_key, function
/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c462 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/
Dpsa-crypto-implementation-structure.md60 …import_key(), psa_generate_key(), psa_key_derivation_output_key() and psa_copy_key() go by the fol…
/mbedtls-latest/docs/proposed/
Dpsa-driver-interface.md1100 * `"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/
Dpsa-thread-safety.md243 * Key creation functions (including `psa_copy_key`) - The linearization point for a successful call…
/mbedtls-latest/docs/
Dpsa-transition.md1302 …o need for an equivalent of `mbedtls_rsa_copy`. (There is a function `psa_copy_key`, but it is onl…