Home
last modified time | relevance | path

Searched defs:check_revocation (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/x509/
Dx509_vfy.h200 int (*check_revocation) (X509_STORE_CTX *ctx); member
257 int (*check_revocation) (X509_STORE_CTX *ctx); member
Dx509_vfy.c810 static int check_revocation(X509_STORE_CTX *ctx) in check_revocation() function