Lines Matching refs:flags
23 int verify_none( void *data, mbedtls_x509_crt *crt, int certificate_depth, uint32_t *flags )
28 *flags |= MBEDTLS_X509_BADCERT_OTHER;
33 int verify_all( void *data, mbedtls_x509_crt *crt, int certificate_depth, uint32_t *flags )
38 *flags = 0;
85 int verify_print( void *data, mbedtls_x509_crt *crt, int certificate_depth, uint32_t *flags )
91 ((void) flags);
190 void x509_verify_info( int flags, char *prefix, char *result_str )
197 res = mbedtls_x509_crt_verify_info( buf, sizeof( buf ), prefix, flags );
213 uint32_t flags = 0;
238 …res = mbedtls_x509_crt_verify_with_profile( &crt, &ca, &crl, &compat_profile, cn_name, &flags, f_v…
241 TEST_ASSERT( flags == (uint32_t)( flags_result ) );
257 uint32_t flags = 0;
267 ret = mbedtls_x509_crt_verify( &crt, &ca, NULL, NULL, &flags,
478 uint32_t flags;
491 res = mbedtls_x509_crt_verify( &chain, &trusted, NULL, NULL, &flags, NULL, NULL );
494 TEST_ASSERT( flags == (uint32_t)( flags_result ) );