Home
last modified time | relevance | path

Searched refs:cert_crl (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/x509/
Dx509_vfy.c729 ok = ctx->cert_crl(ctx, dcrl, x); in check_cert()
739 ok = ctx->cert_crl(ctx, crl, x); in check_cert()
1445 static int cert_crl(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x) in cert_crl() function
2091 if (store && store->cert_crl) in X509_STORE_CTX_init()
2092 ctx->cert_crl = store->cert_crl; in X509_STORE_CTX_init()
2094 ctx->cert_crl = cert_crl; in X509_STORE_CTX_init()
Dx509_vfy.h202 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */ member
251 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */ member
Dx509_lu.c198 ret->cert_crl = 0; in X509_STORE_new()
/external/openssl/include/openssl/
Dx509_vfy.h202 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */ member
251 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */ member