HomeSort by relevance Sort by last modified time
    Searched refs:X509_REQ (Results 1 - 20 of 20) sorted by null

  /external/openssl/crypto/asn1/
x_req.c 106 ASN1_SEQUENCE_ref(X509_REQ, 0, CRYPTO_LOCK_X509_REQ) = {
107 ASN1_SIMPLE(X509_REQ, req_info, X509_REQ_INFO),
108 ASN1_SIMPLE(X509_REQ, sig_alg, X509_ALGOR),
109 ASN1_SIMPLE(X509_REQ, signature, ASN1_BIT_STRING)
110 } ASN1_SEQUENCE_END_ref(X509_REQ, X509_REQ)
112 IMPLEMENT_ASN1_FUNCTIONS(X509_REQ)
113 IMPLEMENT_ASN1_DUP_FUNCTION(X509_REQ)
t_req.c 74 int X509_REQ_print_fp(FILE *fp, X509_REQ *x)
91 int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflags, unsigned long cflag)
263 int X509_REQ_print(BIO *bp, X509_REQ *x)
  /external/openssl/crypto/x509/
x509rset.c 66 int X509_REQ_set_version(X509_REQ *x, long version)
72 int X509_REQ_set_subject_name(X509_REQ *x, X509_NAME *name)
78 int X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey)
x509_req.c 1 /* crypto/x509/x509_req.c */
70 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md)
72 X509_REQ *ret;
110 EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req)
117 int X509_REQ_check_private_key(X509_REQ *x, EVP_PKEY *k)
186 STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req)
218 int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts,
251 int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts)
258 int X509_REQ_get_attr_count(const X509_REQ *req)
263 int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid
    [all...]
x509.h 247 } X509_REQ;
648 int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r);
662 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md);
672 int X509_REQ_digest(const X509_REQ *data,const EVP_MD *type,
683 X509_REQ *d2i_X509_REQ_fp(FILE *fp,X509_REQ **req);
684 int i2d_X509_REQ_fp(FILE *fp,X509_REQ *req);
722 X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **req);
723 int i2d_X509_REQ_bio(BIO *bp,X509_REQ *req)
    [all...]
x_all.c 79 int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r)
97 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md)
183 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req)
185 return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509_REQ), fp, req);
188 int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req)
190 return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509_REQ), fp, req);
194 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req)
196 return ASN1_item_d2i_bio(ASN1_ITEM_rptr(X509_REQ), bp, req)
    [all...]
x509_r2x.c 68 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey)
  /external/openssl/crypto/pem/
pem_all.c 140 IMPLEMENT_PEM_rw(X509_REQ, X509_REQ, PEM_STRING_X509_REQ, X509_REQ)
142 IMPLEMENT_PEM_write(X509_REQ_NEW, X509_REQ, PEM_STRING_X509_REQ_OLD, X509_REQ)
pem.h 465 DECLARE_PEM_rw(X509_REQ, X509_REQ)
466 DECLARE_PEM_write(X509_REQ_NEW, X509_REQ)
  /external/openssl/include/openssl/
x509.h 247 } X509_REQ;
648 int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r);
662 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md);
672 int X509_REQ_digest(const X509_REQ *data,const EVP_MD *type,
683 X509_REQ *d2i_X509_REQ_fp(FILE *fp,X509_REQ **req);
684 int i2d_X509_REQ_fp(FILE *fp,X509_REQ *req);
722 X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **req);
723 int i2d_X509_REQ_bio(BIO *bp,X509_REQ *req)
    [all...]
x509v3.h 134 X509_REQ *subject_req;
609 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req);
619 char *section, X509_REQ *req);
636 X509_REQ *req, X509_CRL *crl, int flags);
697 STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x);
pem.h 465 DECLARE_PEM_rw(X509_REQ, X509_REQ)
466 DECLARE_PEM_write(X509_REQ_NEW, X509_REQ)
  /external/openssl/apps/
req.c 128 static int make_REQ(X509_REQ *req,EVP_PKEY *pkey,char *dn,int mutlirdn,
130 static int build_subject(X509_REQ *req, char *subj, unsigned long chtype,
132 static int prompt_info(X509_REQ *req,
136 static int auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *sk,
139 static int add_attribute_object(X509_REQ *req, char *text, const char *def,
164 X509_REQ *req=NULL;
1103 static int make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int multirdn,
1171 static int build_subject(X509_REQ *req, char *subject, unsigned long chtype, int multirdn)
1188 static int prompt_info(X509_REQ *req,
    [all...]
apps.h 243 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
x509.c 172 X509_REQ *req=NULL;
199 X509_REQ *rq=NULL;
    [all...]
ca.c 222 int verbose, X509_REQ *req, char *ext_sect, CONF *conf,
    [all...]
apps.c 1310 int copy_extensions(X509 *x, X509_REQ *req, int copy_type)
    [all...]
  /external/openssl/crypto/x509v3/
v3_conf.c 369 X509_REQ *req)
446 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req,
520 char *section, X509_REQ *req)
x509v3.h 134 X509_REQ *subject_req;
609 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req);
619 char *section, X509_REQ *req);
636 X509_REQ *req, X509_CRL *crl, int flags);
697 STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x);
v3_utl.c 502 STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x)

Completed in 602 milliseconds