Searched refs:public_type (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_metadata.function | 643 psa_key_type_t public_type = PSA_KEY_TYPE_PUBLIC_KEY_OF_KEY_PAIR(type); 644 TEST_EQUAL(PSA_KEY_TYPE_KEY_PAIR_OF_PUBLIC_KEY(public_type), type); 645 key_type_classification(public_type, 689 psa_key_type_t public_type = PSA_KEY_TYPE_ECC_PUBLIC_KEY(curve); 694 test_key_type(public_type, KEY_TYPE_IS_ECC | KEY_TYPE_IS_PUBLIC_KEY); 697 TEST_EQUAL(PSA_KEY_TYPE_ECC_GET_FAMILY(public_type), curve); 706 psa_key_type_t public_type = PSA_KEY_TYPE_DH_PUBLIC_KEY(group); 711 test_key_type(public_type, KEY_TYPE_IS_DH | KEY_TYPE_IS_PUBLIC_KEY); 714 TEST_EQUAL(PSA_KEY_TYPE_DH_GET_FAMILY(public_type), group);
|
D | test_suite_psa_crypto.function | 1920 psa_key_type_t public_type = PSA_KEY_TYPE_PUBLIC_KEY_OF_KEY_PAIR(type); 1925 PSA_EXPORT_KEY_OUTPUT_SIZE(public_type, bits)); 1927 PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE(public_type, bits));
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 1059 psa_key_type_t public_type; in exercise_export_public_key() local 1090 public_type = PSA_KEY_TYPE_PUBLIC_KEY_OF_KEY_PAIR( in exercise_export_public_key() 1092 exported_size = PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE(public_type, in exercise_export_public_key() 1105 public_type, psa_get_key_bits(&attributes), in exercise_export_public_key()
|