Searched defs:cert_crl (Results 1 - 6 of 6) 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
/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.c731 ok = ctx->cert_crl(ctx, dcrl, x);
741 ok = ctx->cert_crl(ctx, crl, x);
1456 static int cert_crl(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x) function
2101 if (store && store->cert_crl)
2102 ctx->cert_crl = store->cert_crl;
2104 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
/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 347 milliseconds