Searched refs:old_key_id (Results 1 – 2 of 2) sorted by relevance
/openthread-3.7.0/third_party/mbedtls/repo/library/ |
D | pk.c | 592 static psa_status_t export_import_into_psa(mbedtls_svc_key_id_t old_key_id, in export_import_into_psa() argument 598 psa_status_t status = psa_export_key(old_key_id, in export_import_into_psa() 609 static int copy_into_psa(mbedtls_svc_key_id_t old_key_id, in copy_into_psa() argument 615 psa_status_t status = psa_copy_key(old_key_id, attributes, new_key_id); in copy_into_psa() 630 status = psa_get_key_attributes(old_key_id, &old_attributes); in copy_into_psa() 639 status = export_import_into_psa(old_key_id, attributes, new_key_id); in copy_into_psa()
|
/openthread-3.7.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_pk.function | 2274 mbedtls_svc_key_id_t old_key_id = MBEDTLS_SVC_KEY_ID_INIT; 2295 PSA_ASSERT(psa_generate_key(&attributes, &old_key_id)); 2296 TEST_EQUAL(mbedtls_pk_setup_opaque(&pk, old_key_id), 0); 2344 psa_destroy_key(old_key_id); 2360 mbedtls_svc_key_id_t old_key_id = MBEDTLS_SVC_KEY_ID_INIT; 2376 PSA_ASSERT(psa_generate_key(&attributes, &old_key_id)); 2377 TEST_EQUAL(mbedtls_pk_setup_opaque(&pk, old_key_id), 0); 2411 psa_destroy_key(old_key_id);
|