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

12

/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx_req.c105 ASN1_SEQUENCE_ref(X509_REQ, 0, CRYPTO_LOCK_X509_REQ) = {
106 ASN1_SIMPLE(X509_REQ, req_info, X509_REQ_INFO),
107 ASN1_SIMPLE(X509_REQ, sig_alg, X509_ALGOR),
108 ASN1_SIMPLE(X509_REQ, signature, ASN1_BIT_STRING)
109 } ASN1_SEQUENCE_END_ref(X509_REQ, X509_REQ)
111 IMPLEMENT_ASN1_FUNCTIONS(X509_REQ)
112 IMPLEMENT_ASN1_DUP_FUNCTION(X509_REQ)
H A Dx509rset.c63 int X509_REQ_set_version(X509_REQ *x, long version)
69 int X509_REQ_set_subject_name(X509_REQ *x, X509_NAME *name)
75 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)
182 STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req)
214 int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts,
247 int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts)
254 int X509_REQ_get_attr_count(const X509_REQ *req)
259 int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid,
265 int X509_REQ_get_attr_by_OBJ(const X509_REQ *re
[all...]
H A Dx_all.c76 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)
215 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req)
217 return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509_REQ), fp, req);
220 int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req)
222 return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509_REQ), fp, req);
226 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **re
[all...]
H A Dx509_r2x.c67 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey)
/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/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)
106 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md)
112 int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx)
205 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req)
207 return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509_REQ), fp, req);
210 int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req)
212 return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509_REQ), fp, req);
216 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/boringssl/src/crypto/pem/
H A Dpem_all.c126 IMPLEMENT_PEM_rw(X509_REQ, X509_REQ, PEM_STRING_X509_REQ, X509_REQ)
128 IMPLEMENT_PEM_write(X509_REQ_NEW, X509_REQ, PEM_STRING_X509_REQ_OLD, X509_REQ)
/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...]
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/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509.h208 } X509_REQ; typedef in typeref:struct:X509_req_st
608 OPENSSL_EXPORT int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r);
625 OPENSSL_EXPORT int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md);
626 OPENSSL_EXPORT int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx);
638 OPENSSL_EXPORT int X509_REQ_digest(const X509_REQ *data,const EVP_MD *type,
649 OPENSSL_EXPORT X509_REQ *d2i_X509_REQ_fp(FILE *fp,X509_REQ **req);
650 OPENSSL_EXPORT int i2d_X509_REQ_fp(FILE *fp,X509_REQ *req);
684 OPENSSL_EXPORT X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **re
[all...]
H A Dx509v3.h131 X509_REQ *subject_req;
607 OPENSSL_EXPORT int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req);
617 char *section, X509_REQ *req);
633 X509_REQ *req, X509_CRL *crl, int flags);
694 OPENSSL_EXPORT STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x);
H A Dpem.h440 DECLARE_PEM_rw(X509_REQ, X509_REQ)
441 DECLARE_PEM_write(X509_REQ_NEW, 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)
H A Dpem.h465 DECLARE_PEM_rw(X509_REQ, X509_REQ)
466 DECLARE_PEM_write(X509_REQ_NEW, X509_REQ)
/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;
1115 static int make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int multirdn,
1183 static int build_subject(X509_REQ *req, char *subject, unsigned long chtype, int multirdn)
1200 static int prompt_info(X509_REQ *req,
1379 static int auto_info(X509_REQ *re
[all...]
H A Dapps.h245 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
324 int do_X509_REQ_sign(BIO *err, X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md,
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_conf.c368 X509_REQ *req)
446 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req,
522 char *section, X509_REQ *req)
/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)
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);

Completed in 309 milliseconds

12