Home
last modified time | relevance | path

Searched refs:to_type (Results 1 – 2 of 2) sorted by relevance

/mbedtls-latest/library/
Dpk.c680 psa_key_type_t to_type = psa_get_key_type(attributes); in import_pair_into_psa() local
689 if (to_type != PSA_KEY_TYPE_ECC_KEY_PAIR(from_family)) { in import_pair_into_psa()
/mbedtls-latest/tests/suites/
Dtest_suite_pk.function2434 int to_type, int to_bits,
2452 psa_set_key_type(&to_attributes, to_type);
2462 TEST_EQUAL(to_type, psa_get_key_type(&actual_attributes));