Searched refs:check_revocation (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/x509/
H A Dx509_vfy.c117 static int check_revocation(X509_STORE_CTX *ctx);
414 ok = ctx->check_revocation(ctx);
810 static int check_revocation(X509_STORE_CTX *ctx) function
2202 if (store && store->check_revocation)
2203 ctx->check_revocation = store->check_revocation;
2205 ctx->check_revocation = check_revocation;
H A Dx509_vfy.h200 int (*check_revocation) (X509_STORE_CTX *ctx); member in struct:x509_store_st
257 int (*check_revocation) (X509_STORE_CTX *ctx); member in struct:x509_store_ctx_st
H A Dx509_lu.c199 ret->check_revocation = 0;

Completed in 90 milliseconds