Searched refs:source_key (Results 1 – 4 of 4) sorted by relevance
1204 psa_key_slot_number_t source_key);
527 psa_status_t psa_copy_key(mbedtls_svc_key_id_t source_key,
1370 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 ) );
2070 psa_status_t psa_copy_key( mbedtls_svc_key_id_t source_key, in psa_copy_key() argument2084 source_key, &source_slot, PSA_KEY_USAGE_COPY, 0 ); in psa_copy_key()