Home
last modified time | relevance | path

Searched refs:source_key (Results 1 – 4 of 4) sorted by relevance

/openthread-3.6.0/third_party/mbedtls/repo/include/psa/
Dcrypto_se_driver.h1204 psa_key_slot_number_t source_key);
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.function1370 mbedtls_svc_key_id_t source_key = MBEDTLS_SVC_KEY_ID_INIT;
1383 &source_key ) );
1384 PSA_ASSERT( psa_get_key_attributes( source_key, &source_attributes ) );
1402 PSA_ASSERT( psa_copy_key( source_key,
1406 PSA_ASSERT( psa_destroy_key( source_key ) );
1460 mbedtls_svc_key_id_t source_key = MBEDTLS_SVC_KEY_ID_INIT;
1473 &source_key ) );
1485 TEST_EQUAL( psa_copy_key( source_key,
1489 PSA_ASSERT( psa_destroy_key( source_key ) );
/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() argument
2084 source_key, &source_slot, PSA_KEY_USAGE_COPY, 0 ); in psa_copy_key()