Lines Matching refs:profile
19 /* Test-only profile allowing all digests, PK algorithms, and curves. */
29 profile. */
613 const mbedtls_x509_crt_profile *profile;
625 profile = &mbedtls_x509_crt_profile_default;
627 profile = &mbedtls_x509_crt_profile_next;
629 profile = &mbedtls_x509_crt_profile_suiteb;
631 profile = &compat_profile;
633 profile = &profile_all;
635 TEST_ASSERT( "Unknown algorithm profile" == 0 );
650 …res = mbedtls_x509_crt_verify_with_profile( &crt, &ca, &crl, profile, cn_name, &flags, f_vrfy, NUL…
662 …res = mbedtls_x509_crt_verify_with_ca_cb( &crt, ca_callback, &ca, profile, cn_name, &flags, f_vrfy…
1089 const mbedtls_x509_crt_profile *profile = NULL;
1101 profile = &mbedtls_x509_crt_profile_default;
1103 profile = &mbedtls_x509_crt_profile_next;
1105 profile = &mbedtls_x509_crt_profile_suiteb;
1107 profile = &profile_rsa3072;
1109 profile = &profile_sha512;
1111 res = mbedtls_x509_crt_verify_with_profile( &chain, &trusted, NULL, profile,