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

Lines Matching refs:X509_REQ

222 	} X509_REQ;
606 #define X509_REQ_dup(req) (X509_REQ *)ASN1_dup((int (*)())i2d_X509_REQ, \
608 #define d2i_X509_REQ_fp(fp,req) (X509_REQ *)ASN1_d2i_fp((char *(*)())\
613 #define d2i_X509_REQ_bio(bp,req) (X509_REQ *)ASN1_d2i_bio((char *(*)())\
709 int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r);
723 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md);
733 int X509_REQ_digest(const X509_REQ *data,const EVP_MD *type,
744 X509_REQ *d2i_X509_REQ_fp(FILE *fp,X509_REQ **req);
745 int i2d_X509_REQ_fp(FILE *fp,X509_REQ *req);
777 X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **req);
778 int i2d_X509_REQ_bio(BIO *bp,X509_REQ *req);
809 X509_REQ *X509_REQ_dup(X509_REQ *req);
832 X509_REQ * X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
833 X509 * X509_REQ_to_X509(X509_REQ *r, int days,EVP_PKEY *pkey);
860 DECLARE_ASN1_FUNCTIONS(X509_REQ)
950 int X509_REQ_set_version(X509_REQ *x,long version);
951 int X509_REQ_set_subject_name(X509_REQ *req,X509_NAME *name);
952 int X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey);
953 EVP_PKEY * X509_REQ_get_pubkey(X509_REQ *req);
957 STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req);
958 int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts,
960 int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts);
961 int X509_REQ_get_attr_count(const X509_REQ *req);
962 int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid,
964 int X509_REQ_get_attr_by_OBJ(const X509_REQ *req, ASN1_OBJECT *obj,
966 X509_ATTRIBUTE *X509_REQ_get_attr(const X509_REQ *req, int loc);
967 X509_ATTRIBUTE *X509_REQ_delete_attr(X509_REQ *req, int loc);
968 int X509_REQ_add1_attr(X509_REQ *req, X509_ATTRIBUTE *attr);
969 int X509_REQ_add1_attr_by_OBJ(X509_REQ *req,
972 int X509_REQ_add1_attr_by_NID(X509_REQ *req,
975 int X509_REQ_add1_attr_by_txt(X509_REQ *req,
1008 int X509_REQ_print_fp(FILE *bp,X509_REQ *req);
1020 int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflag, unsigned long cflag);
1021 int X509_REQ_print(BIO *bp,X509_REQ *req);