Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h71 #define psa_copy_key \ macro
72 PSA_FUNCTION_NAME(psa_copy_key)
/openthread-3.6.0/third_party/mbedtls/repo/include/psa/
Dcrypto.h527 psa_status_t psa_copy_key(mbedtls_svc_key_id_t source_key,
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_slot_management.function543 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 );
Dtest_suite_psa_crypto_se_driver_hal.function680 SMOKE_ASSERT( psa_copy_key( key, &attributes, &key2 ) );
Dtest_suite_psa_crypto.function1402 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/
Dpsa-crypto-implementation-structure.md60 …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/
Dpsa-driver-interface.md660 * `"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/
Dpsa_crypto.c2070 psa_status_t psa_copy_key( mbedtls_svc_key_id_t source_key, in psa_copy_key() function