Home
last modified time | relevance | path

Searched refs:public_type (Results 1 – 3 of 3) sorted by relevance

/mbedtls-3.4.0/tests/suites/
Dtest_suite_psa_crypto_metadata.function649 psa_key_type_t public_type = PSA_KEY_TYPE_PUBLIC_KEY_OF_KEY_PAIR( type );
650 TEST_EQUAL( PSA_KEY_TYPE_KEY_PAIR_OF_PUBLIC_KEY( public_type ), type );
651 key_type_classification( public_type,
695 psa_key_type_t public_type = PSA_KEY_TYPE_ECC_PUBLIC_KEY( curve );
700 test_key_type( public_type, KEY_TYPE_IS_ECC | KEY_TYPE_IS_PUBLIC_KEY );
703 TEST_EQUAL( PSA_KEY_TYPE_ECC_GET_FAMILY( public_type ), curve );
712 psa_key_type_t public_type = PSA_KEY_TYPE_DH_PUBLIC_KEY( group );
717 test_key_type( public_type, KEY_TYPE_IS_DH | KEY_TYPE_IS_PUBLIC_KEY );
720 TEST_EQUAL( PSA_KEY_TYPE_DH_GET_FAMILY( public_type ), group );
Dtest_suite_psa_crypto.function1696 psa_key_type_t public_type = PSA_KEY_TYPE_PUBLIC_KEY_OF_KEY_PAIR( type );
1701 PSA_EXPORT_KEY_OUTPUT_SIZE( public_type, bits ) );
1703 PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE( public_type, bits ) );
/mbedtls-3.4.0/tests/src/
Dpsa_exercise_key.c903 psa_key_type_t public_type; in exercise_export_public_key() local
924 public_type = PSA_KEY_TYPE_PUBLIC_KEY_OF_KEY_PAIR( in exercise_export_public_key()
926 exported_size = PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE( public_type, in exercise_export_public_key()
934 public_type, psa_get_key_bits( &attributes ), in exercise_export_public_key()