Searched refs:cert_crl (Results 1 - 8 of 8) sorted by relevance

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

Completed in 71 milliseconds