Searched refs:X509_STORE_CTX_set_flags (Results 1 – 6 of 6) sorted by relevance
495 void X509_STORE_CTX_set_flags(X509_STORE_CTX *ctx, unsigned long flags);
2161 void X509_STORE_CTX_set_flags(X509_STORE_CTX *ctx, unsigned long flags) in X509_STORE_CTX_set_flags() function
533 X509_STORE_CTX_set_flags (csc, X509_V_FLAG_CRL_CHECK);534 X509_STORE_CTX_set_flags (csc, X509_V_FLAG_CRL_CHECK_ALL);
1177 X509_STORE_CTX_set_flags(&xsc, X509_V_FLAG_CHECK_SS_SIGNATURE); in x509_certify()
2298 X509_STORE_CTX_set_flags(ctx, X509_V_FLAG_ALLOW_PROXY_CERTS); in app_verify_callback()