HomeSort by relevance Sort by last modified time
    Searched refs:X509_CRL (Results 1 - 25 of 26) sorted by null

1 2

  /external/boringssl/src/include/openssl/
pkcs7.h 34 DECLARE_STACK_OF(X509_CRL)
54 OPENSSL_EXPORT int PKCS7_get_CRLs(STACK_OF(X509_CRL) *out_crls, CBS *cbs);
58 OPENSSL_EXPORT int PKCS7_bundle_CRLs(CBB *out, const STACK_OF(X509_CRL) *crls);
69 OPENSSL_EXPORT int PKCS7_get_PEM_CRLs(STACK_OF(X509_CRL) *out_crls,
x509.h 438 } /* X509_CRL */;
440 DEFINE_STACK_OF(X509_CRL)
441 DECLARE_ASN1_SET_OF(X509_CRL)
466 X509_CRL *crl;
546 int (*crl_init)(X509_CRL *crl),
547 int (*crl_free)(X509_CRL *crl),
548 int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret,
550 int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk));
553 OPENSSL_EXPORT void X509_CRL_set_meth_data(X509_CRL *crl, void *dat);
554 OPENSSL_EXPORT void *X509_CRL_get_meth_data(X509_CRL *crl)
    [all...]
x509_vfy.h 112 X509_CRL *crl;
185 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
186 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
187 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
189 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
221 STACK_OF(X509_CRL) *crls; /* set of CRLs passed in */
232 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
233 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
234 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
237 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm)
    [all...]
base.h 261 typedef struct X509_crl_st X509_CRL;
x509v3.h 141 X509_CRL *crl;
620 OPENSSL_EXPORT int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl);
623 char *section, X509_CRL *crl);
636 X509_REQ *req, X509_CRL *crl, int flags);
pem.h 330 DECLARE_PEM_rw(X509_CRL, X509_CRL)
  /external/boringssl/src/crypto/x509/
x_crl.c 81 int (*crl_init) (X509_CRL *crl);
82 int (*crl_free) (X509_CRL *crl);
83 int (*crl_lookup) (X509_CRL *crl, X509_REVOKED **ret,
85 int (*crl_verify) (X509_CRL *crl, EVP_PKEY *pk);
89 static void setup_idp(X509_CRL *crl, ISSUING_DIST_POINT *idp);
97 static int def_crl_verify(X509_CRL *crl, EVP_PKEY *r);
98 static int def_crl_lookup(X509_CRL *crl,
151 static int crl_set_issuers(X509_CRL *crl)
219 * The X509_CRL structure needs a bit of customisation. Cache some extensions
225 X509_CRL *crl = (X509_CRL *)*pval
    [all...]
x509_ext.c 65 int X509_CRL_get_ext_count(X509_CRL *x)
70 int X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos)
75 int X509_CRL_get_ext_by_OBJ(X509_CRL *x, ASN1_OBJECT *obj, int lastpos)
80 int X509_CRL_get_ext_by_critical(X509_CRL *x, int crit, int lastpos)
85 X509_EXTENSION *X509_CRL_get_ext(X509_CRL *x, int loc)
90 X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc)
95 void *X509_CRL_get_ext_d2i(X509_CRL *x, int nid, int *crit, int *idx)
100 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit,
106 int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc)
x509cset.c 64 int X509_CRL_set_version(X509_CRL *x, long version)
75 int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name)
82 int X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm)
99 int X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm)
116 int X509_CRL_sort(X509_CRL *c)
132 int X509_CRL_up_ref(X509_CRL *crl)
t_crl.c 65 int X509_CRL_print_fp(FILE *fp, X509_CRL *x)
81 int X509_CRL_print(BIO *out, X509_CRL *x)
x_all.c 108 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md)
115 int X509_CRL_sign_ctx(X509_CRL *x, EVP_MD_CTX *ctx)
158 X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl)
160 return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509_CRL), fp, crl);
163 int i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl)
165 return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509_CRL), fp, crl);
169 X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl)
171 return ASN1_item_d2i_bio(ASN1_ITEM_rptr(X509_CRL), bp, crl)
    [all...]
x509_test.cc 431 // |X509_CRL*|.
432 static bssl::UniquePtr<X509_CRL> CRLFromPEM(const char *pem) {
434 return bssl::UniquePtr<X509_CRL>(
465 // CRLsToStack converts a vector of |X509_CRL*| to an OpenSSL
466 // STACK_OF(X509_CRL), bumping the reference counts for each CRL in question.
467 static bssl::UniquePtr<STACK_OF(X509_CRL)> CRLsToStack(
468 const std::vector<X509_CRL *> &crls) {
469 bssl::UniquePtr<STACK_OF(X509_CRL)> stack(sk_X509_CRL_new_null());
485 const std::vector<X509_CRL *> &crls,
491 bssl::UniquePtr<STACK_OF(X509_CRL)> crls_stack(CRLsToStack(crls))
    [all...]
x509_vfy.c 127 unsigned int *preasons, X509_CRL *crl, X509 *x);
129 X509_CRL **pcrl, X509_CRL **pdcrl, X509 *x);
130 static void get_delta_sk(X509_STORE_CTX *ctx, X509_CRL **dcrl,
131 int *pcrl_score, X509_CRL *base,
132 STACK_OF(X509_CRL) *crls);
133 static void crl_akid_check(X509_STORE_CTX *ctx, X509_CRL *crl, X509 **pissuer,
135 static int crl_crldp_check(X509 *x, X509_CRL *crl, int crl_score,
880 X509_CRL *crl = NULL, *dcrl = NULL;
952 static int check_crl_time(X509_STORE_CTX *ctx, X509_CRL *crl, int notify
    [all...]
x509_cmp.c 124 int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b)
129 int X509_CRL_match(const X509_CRL *a, const X509_CRL *b)
454 int X509_CRL_check_suiteb(X509_CRL *crl, EVP_PKEY *pk, unsigned long flags)
x509_lu.c 371 int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x)
443 X509_CRL crl_s;
545 STACK_OF (X509_CRL) * X509_STORE_get1_crls(X509_STORE_CTX *ctx, X509_NAME *nm)
548 STACK_OF(X509_CRL) *sk;
549 X509_CRL *x;
694 STACK_OF (X509_CRL) *
by_file.c 186 X509_CRL *x = NULL;
by_dir.c 266 X509_CRL st_crl;
  /external/boringssl/src/crypto/pkcs7/
pkcs7_x509.c 64 int PKCS7_get_CRLs(STACK_OF(X509_CRL) *out_crls, CBS *cbs) {
93 X509_CRL *crl;
153 int PKCS7_get_PEM_CRLs(STACK_OF(X509_CRL) *out_crls, BIO *pem_bio) {
206 const STACK_OF(X509_CRL) *crls = arg;
217 X509_CRL *crl = sk_X509_CRL_value(crls, i);
231 int PKCS7_bundle_CRLs(CBB *out, const STACK_OF(X509_CRL) *crls) {
  /external/boringssl/src/crypto/pem/
pem_all.c 129 IMPLEMENT_PEM_rw(X509_CRL, X509_CRL, PEM_STRING_X509_CRL, X509_CRL)
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp     [all...]
  /external/boringssl/src/crypto/x509v3/
v3_conf.c 365 X509_CRL *crl)
455 X509_CRL *crl, int flags)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 851 X509_CRL = X509_crl_st
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 851 X509_CRL = X509_crl_st
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 851 X509_CRL = X509_crl_st
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 851 X509_CRL = X509_crl_st
    [all...]

Completed in 227 milliseconds

1 2