Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dpk.c684 psa_key_type_t to_type = psa_get_key_type(attributes); in import_pair_into_psa() local
693 if (to_type != PSA_KEY_TYPE_ECC_KEY_PAIR(from_family)) { in import_pair_into_psa()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_pk.function2454 int to_type, int to_bits,
2475 psa_set_key_type(&to_attributes, to_type);
2485 TEST_EQUAL(to_type, psa_get_key_type(&actual_attributes));