HomeSort by relevance Sort by last modified time
    Searched defs:cert_crl (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/x509/
x509_vfy.c 729 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
    [all...]
x509_vfy.h 202 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/
x509_vfy.h 202 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 275 milliseconds