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

1 2

  /external/openssl/crypto/asn1/
x_crl.c 104 ASN1_SEQUENCE_ref(X509_CRL, 0, CRYPTO_LOCK_X509_CRL) = {
105 ASN1_SIMPLE(X509_CRL, crl, X509_CRL_INFO),
106 ASN1_SIMPLE(X509_CRL, sig_alg, X509_ALGOR),
107 ASN1_SIMPLE(X509_CRL, signature, ASN1_BIT_STRING)
108 } ASN1_SEQUENCE_END_ref(X509_CRL, X509_CRL)
112 IMPLEMENT_ASN1_FUNCTIONS(X509_CRL)
113 IMPLEMENT_ASN1_DUP_FUNCTION(X509_CRL)
123 int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev)
139 IMPLEMENT_STACK_OF(X509_CRL)
    [all...]
t_crl.c 68 int X509_CRL_print_fp(FILE *fp, X509_CRL *x)
85 int X509_CRL_print(BIO *out, X509_CRL *x)
  /external/openssl/crypto/x509/
x509_ext.c 69 int X509_CRL_get_ext_count(X509_CRL *x)
74 int X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos)
79 int X509_CRL_get_ext_by_OBJ(X509_CRL *x, ASN1_OBJECT *obj, int lastpos)
84 int X509_CRL_get_ext_by_critical(X509_CRL *x, int crit, int lastpos)
89 X509_EXTENSION *X509_CRL_get_ext(X509_CRL *x, int loc)
94 X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc)
99 void *X509_CRL_get_ext_d2i(X509_CRL *x, int nid, int *crit, int *idx)
104 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit,
110 int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc)
x509cset.c 66 int X509_CRL_set_version(X509_CRL *x, long version)
77 int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name)
84 int X509_CRL_set_lastUpdate(X509_CRL *x, ASN1_TIME *tm)
102 int X509_CRL_set_nextUpdate(X509_CRL *x, ASN1_TIME *tm)
120 int X509_CRL_sort(X509_CRL *c)
x509_vfy.h 128 X509_CRL *crl;
198 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
199 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
200 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
234 STACK_OF(X509_CRL) *crls; /* set of CRLs passed in */
245 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
246 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
247 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
264 X509_CRL *current_crl; /* current CRL */
411 int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x)
    [all...]
x_all.c 86 int X509_CRL_verify(X509_CRL *a, EVP_PKEY *r)
110 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md)
146 X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl)
148 return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509_CRL), fp, crl);
151 int i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl)
153 return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509_CRL), fp, crl);
157 X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl)
159 return ASN1_item_d2i_bio(ASN1_ITEM_rptr(X509_CRL), bp, crl)
    [all...]
x509.h 457 } /* X509_CRL */;
459 DECLARE_STACK_OF(X509_CRL)
460 DECLARE_ASN1_SET_OF(X509_CRL)
487 X509_CRL *crl;
615 #define X509_CRL_dup(crl) (X509_CRL *)ASN1_dup((int (*)())i2d_X509_CRL, \
617 #define d2i_X509_CRL_fp(fp,crl) (X509_CRL *)ASN1_d2i_fp((char *(*)()) \
622 #define d2i_X509_CRL_bio(bp,crl) (X509_CRL *)ASN1_d2i_bio((char *(*)()) \
756 int X509_CRL_verify(X509_CRL *a, EVP_PKEY *r);
770 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md);
777 int X509_CRL_digest(const X509_CRL *data,const EVP_MD *type
    [all...]
x509_vfy.c 585 X509_CRL *crl = NULL;
615 static int check_crl_time(X509_STORE_CTX *ctx, X509_CRL *crl, int notify)
671 static int get_crl_sk(X509_STORE_CTX *ctx, X509_CRL **pcrl,
672 X509_NAME *nm, STACK_OF(X509_CRL) *crls)
675 X509_CRL *crl, *best_crl = NULL;
701 static int get_crl(X509_STORE_CTX *ctx, X509_CRL **pcrl, X509 *x)
704 X509_CRL *crl = NULL;
735 static int check_crl(X509_STORE_CTX *ctx, X509_CRL *crl)
803 static int cert_crl(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x)
837 * This code accesses the X509_CRL structure directly: application
    [all...]
x509_cmp.c 114 int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b)
  /external/openssl/crypto/pkcs12/
p12_utl.c 133 PKCS12_SAFEBAG *PKCS12_x509crl2certbag(X509_CRL *crl)
135 return PKCS12_item_pack_safebag(crl, ASN1_ITEM_rptr(X509_CRL),
146 X509_CRL *PKCS12_certbag2x509crl(PKCS12_SAFEBAG *bag)
151 ASN1_ITEM_rptr(X509_CRL));
pkcs12.h 173 PKCS12_SAFEBAG *PKCS12_x509crl2certbag(X509_CRL *crl);
175 X509_CRL *PKCS12_certbag2x509crl(PKCS12_SAFEBAG *bag);
  /external/openssl/include/openssl/
x509_vfy.h 128 X509_CRL *crl;
198 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
199 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
200 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
234 STACK_OF(X509_CRL) *crls; /* set of CRLs passed in */
245 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
246 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
247 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
264 X509_CRL *current_crl; /* current CRL */
411 int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x)
    [all...]
x509.h 457 } /* X509_CRL */;
459 DECLARE_STACK_OF(X509_CRL)
460 DECLARE_ASN1_SET_OF(X509_CRL)
487 X509_CRL *crl;
615 #define X509_CRL_dup(crl) (X509_CRL *)ASN1_dup((int (*)())i2d_X509_CRL, \
617 #define d2i_X509_CRL_fp(fp,crl) (X509_CRL *)ASN1_d2i_fp((char *(*)()) \
622 #define d2i_X509_CRL_bio(bp,crl) (X509_CRL *)ASN1_d2i_bio((char *(*)()) \
756 int X509_CRL_verify(X509_CRL *a, EVP_PKEY *r);
770 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md);
777 int X509_CRL_digest(const X509_CRL *data,const EVP_MD *type
    [all...]
ossl_typ.h 141 typedef struct X509_crl_st X509_CRL;
store.h 138 STORE_OBJECT_TYPE_X509_CRL= 0x02, /* X509_CRL * */
216 X509_CRL *crl;
280 X509_CRL *STORE_generate_crl(STORE *e, OPENSSL_ITEM attributes[],
282 X509_CRL *STORE_get_crl(STORE *e, OPENSSL_ITEM attributes[],
284 int STORE_store_crl(STORE *e, X509_CRL *data, OPENSSL_ITEM attributes[],
293 X509_CRL *STORE_list_crl_next(STORE *e, void *handle);
pkcs7.h 126 STACK_OF(X509_CRL) *crl; /* [ 1 ] */
154 STACK_OF(X509_CRL) *crl; /* [ 1 ] */
320 int PKCS7_add_crl(PKCS7 *p7, X509_CRL *x509);
  /external/openssl/apps/
crl.c 96 static X509_CRL *load_crl(char *file, int format);
104 X509_CRL *x=NULL;
405 static X509_CRL *load_crl(char *infile, int format)
407 X509_CRL *x=NULL;
crl2p7.c 95 X509_CRL *crl=NULL;
97 STACK_OF(X509_CRL) *crl_stack=NULL;
pkcs7.c 244 STACK_OF(X509_CRL) *crls=NULL;
277 X509_CRL *crl;
  /external/openssl/crypto/pem/
pem_all.c 145 IMPLEMENT_PEM_rw(X509_CRL, X509_CRL, PEM_STRING_X509_CRL, X509_CRL)
  /external/openssl/crypto/
ossl_typ.h 141 typedef struct X509_crl_st X509_CRL;
  /external/openssl/crypto/pkcs7/
pk7_asn1.c 94 ASN1_IMP_SET_OF_OPT(PKCS7_SIGNED, crl, X509_CRL, 1),
175 ASN1_IMP_SET_OF_OPT(PKCS7_SIGN_ENVELOPE, crl, X509_CRL, 1),
pkcs7.h 126 STACK_OF(X509_CRL) *crl; /* [ 1 ] */
154 STACK_OF(X509_CRL) *crl; /* [ 1 ] */
320 int PKCS7_add_crl(PKCS7 *p7, X509_CRL *x509);
  /external/openssl/crypto/store/
store.h 138 STORE_OBJECT_TYPE_X509_CRL= 0x02, /* X509_CRL * */
216 X509_CRL *crl;
280 X509_CRL *STORE_generate_crl(STORE *e, OPENSSL_ITEM attributes[],
282 X509_CRL *STORE_get_crl(STORE *e, OPENSSL_ITEM attributes[],
284 int STORE_store_crl(STORE *e, X509_CRL *data, OPENSSL_ITEM attributes[],
293 X509_CRL *STORE_list_crl_next(STORE *e, void *handle);
  /external/openssl/crypto/x509v3/
v3_conf.c 357 X509_CRL *crl)
446 X509_CRL *crl, int flags)
509 X509_CRL *crl)

Completed in 3857 milliseconds

1 2