Searched refs:X509_REQ (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dx_req.c106 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)
H A Dt_req.c74 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/asn1/
H A Dx_req.c106 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)
H A Dt_req.c74 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/chromium_org/third_party/openssl/openssl/crypto/x509/
H A Dx509rset.c66 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)
H A Dx509_req.c70 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,
269 int X509_REQ_get_attr_by_OBJ(const X509_REQ *re
[all...]
H A Dx509.h247 } X509_REQ; typedef in typeref:struct:X509_req_st
649 int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r);
665 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md);
666 int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx);
677 int X509_REQ_digest(const X509_REQ *data,const EVP_MD *type,
688 X509_REQ *d2i_X509_REQ_fp(FILE *fp,X509_REQ **req);
689 int i2d_X509_REQ_fp(FILE *fp,X509_REQ *req);
727 X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **re
[all...]
H A Dx_all.c79 int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r)
105 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md)
111 int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx)
203 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req)
205 return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509_REQ), fp, req);
208 int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req)
210 return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509_REQ), fp, req);
214 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **re
[all...]
H A Dx509_r2x.c68 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey)
/external/openssl/crypto/x509/
H A Dx509rset.c66 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)
H A Dx509_req.c70 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,
269 int X509_REQ_get_attr_by_OBJ(const X509_REQ *re
[all...]
H A Dx509.h247 } X509_REQ; typedef in typeref:struct:X509_req_st
649 int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r);
665 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md);
666 int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx);
677 int X509_REQ_digest(const X509_REQ *data,const EVP_MD *type,
688 X509_REQ *d2i_X509_REQ_fp(FILE *fp,X509_REQ **req);
689 int i2d_X509_REQ_fp(FILE *fp,X509_REQ *req);
727 X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **re
[all...]
H A Dx_all.c79 int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r)
105 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md)
111 int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx)
203 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req)
205 return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509_REQ), fp, req);
208 int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req)
210 return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509_REQ), fp, req);
214 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **re
[all...]
H A Dx509_r2x.c68 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey)
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dx509.h247 } X509_REQ; typedef in typeref:struct:X509_req_st
649 int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r);
665 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md);
666 int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx);
677 int X509_REQ_digest(const X509_REQ *data,const EVP_MD *type,
688 X509_REQ *d2i_X509_REQ_fp(FILE *fp,X509_REQ **req);
689 int i2d_X509_REQ_fp(FILE *fp,X509_REQ *req);
727 X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **re
[all...]
/external/openssl/include/openssl/
H A Dx509.h247 } X509_REQ; typedef in typeref:struct:X509_req_st
649 int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r);
665 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md);
666 int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx);
677 int X509_REQ_digest(const X509_REQ *data,const EVP_MD *type,
688 X509_REQ *d2i_X509_REQ_fp(FILE *fp,X509_REQ **req);
689 int i2d_X509_REQ_fp(FILE *fp,X509_REQ *req);
727 X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **re
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/pem/
H A Dpem_all.c140 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)
/external/openssl/crypto/pem/
H A Dpem_all.c140 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)
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dreq.c128 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;
1116 static int make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int multirdn,
1184 static int build_subject(X509_REQ *req, char *subject, unsigned long chtype, int multirdn)
1201 static int prompt_info(X509_REQ *req,
1380 static int auto_info(X509_REQ *re
[all...]
H A Dapps.h243 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
322 int do_X509_REQ_sign(BIO *err, X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md,
/external/openssl/apps/
H A Dreq.c128 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;
1116 static int make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int multirdn,
1184 static int build_subject(X509_REQ *req, char *subject, unsigned long chtype, int multirdn)
1201 static int prompt_info(X509_REQ *req,
1380 static int auto_info(X509_REQ *re
[all...]
H A Dapps.h243 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
322 int do_X509_REQ_sign(BIO *err, X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md,
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
H A Dv3_conf.c369 X509_REQ *req)
446 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req,
520 char *section, X509_REQ *req)
H A Dx509v3.h134 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);
/external/openssl/crypto/x509v3/
H A Dv3_conf.c369 X509_REQ *req)
446 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req,
520 char *section, X509_REQ *req)

Completed in 186 milliseconds

12