Home
last modified time | relevance | path

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

/trueos/crypto/openssl/crypto/x509/
HDx509_vfy.c117 static int check_revocation(X509_STORE_CTX *ctx);
394 ok = ctx->check_revocation(ctx); in X509_verify_cert()
690 static int check_revocation(X509_STORE_CTX *ctx) in check_revocation() function
2075 if (store && store->check_revocation) in X509_STORE_CTX_init()
2076 ctx->check_revocation = store->check_revocation; in X509_STORE_CTX_init()
2078 ctx->check_revocation = check_revocation; in X509_STORE_CTX_init()
HDx509_vfy.h200 int (*check_revocation) (X509_STORE_CTX *ctx); member
257 int (*check_revocation) (X509_STORE_CTX *ctx); member
HDx509_lu.c199 ret->check_revocation = 0; in X509_STORE_new()