• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/

Lines Matching refs:X509_CRL

422 	} /* X509_CRL */;
424 DECLARE_STACK_OF(X509_CRL)
425 DECLARE_ASN1_SET_OF(X509_CRL)
452 X509_CRL *crl;
580 #define X509_CRL_dup(crl) (X509_CRL *)ASN1_dup((int (*)())i2d_X509_CRL, \
582 #define d2i_X509_CRL_fp(fp,crl) (X509_CRL *)ASN1_d2i_fp((char *(*)()) \
587 #define d2i_X509_CRL_bio(bp,crl) (X509_CRL *)ASN1_d2i_bio((char *(*)()) \
710 int X509_CRL_verify(X509_CRL *a, EVP_PKEY *r);
724 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md);
731 int X509_CRL_digest(const X509_CRL *data,const EVP_MD *type,
742 X509_CRL *d2i_X509_CRL_fp(FILE *fp,X509_CRL **crl);
743 int i2d_X509_CRL_fp(FILE *fp,X509_CRL *crl);
775 X509_CRL *d2i_X509_CRL_bio(BIO *bp,X509_CRL **crl);
776 int i2d_X509_CRL_bio(BIO *bp,X509_CRL *crl);
808 X509_CRL *X509_CRL_dup(X509_CRL *crl);
897 DECLARE_ASN1_FUNCTIONS(X509_CRL)
899 int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev);
979 int X509_CRL_set_version(X509_CRL *x, long version);
980 int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name);
981 int X509_CRL_set_lastUpdate(X509_CRL *x, ASN1_TIME *tm);
982 int X509_CRL_set_nextUpdate(X509_CRL *x, ASN1_TIME *tm);
983 int X509_CRL_sort(X509_CRL *crl);
1003 int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b);
1007 int X509_CRL_print_fp(FILE *bp,X509_CRL *x);
1019 int X509_CRL_print(BIO *bp,X509_CRL *x);
1082 int X509_CRL_get_ext_count(X509_CRL *x);
1083 int X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos);
1084 int X509_CRL_get_ext_by_OBJ(X509_CRL *x,ASN1_OBJECT *obj,int lastpos);
1085 int X509_CRL_get_ext_by_critical(X509_CRL *x, int crit, int lastpos);
1086 X509_EXTENSION *X509_CRL_get_ext(X509_CRL *x, int loc);
1087 X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc);
1088 int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc);
1089 void * X509_CRL_get_ext_d2i(X509_CRL *x, int nid, int *crit, int *idx);
1090 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit,