Lines Matching refs:profile
21 /* Test-only profile allowing all digests, PK algorithms, and curves. */
31 profile. */
722 const mbedtls_x509_crt_profile *profile;
734 profile = &mbedtls_x509_crt_profile_default;
736 profile = &mbedtls_x509_crt_profile_next;
738 profile = &mbedtls_x509_crt_profile_suiteb;
740 profile = &compat_profile;
742 profile = &profile_all;
744 TEST_FAIL("Unknown algorithm profile");
764 profile,
782 profile,
1467 const mbedtls_x509_crt_profile *profile = NULL;
1479 profile = &mbedtls_x509_crt_profile_default;
1481 profile = &mbedtls_x509_crt_profile_next;
1483 profile = &mbedtls_x509_crt_profile_suiteb;
1485 profile = &profile_rsa3072;
1487 profile = &profile_sha512;
1490 res = mbedtls_x509_crt_verify_with_profile(&chain, &trusted, NULL, profile,