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

/external/boringssl/src/crypto/x509/
H A Dx_req.c105 ASN1_SEQUENCE_ref(X509_REQ, 0) = {
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;
112 EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req)
119 int X509_REQ_check_private_key(X509_REQ *x, EVP_PKEY *k)
184 STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req)
217 int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts,
250 int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts)
257 int X509_REQ_get_attr_count(const X509_REQ *req)
262 int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid,
268 int X509_REQ_get_attr_by_OBJ(const X509_REQ *re
[all...]
H A Dx_all.c75 int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r)
96 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md)
102 int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx)
179 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req)
181 return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509_REQ), fp, req);
184 int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req)
186 return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509_REQ), fp, req);
190 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **re
[all...]
H A Dt_req.c67 int X509_REQ_print_fp(FILE *fp, X509_REQ *x) {
80 int X509_REQ_print_ex(BIO *bio, X509_REQ *x, unsigned long nmflags,
244 int X509_REQ_print(BIO *bio, X509_REQ *req) {
H A Dx509_r2x.c67 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey)
/external/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/boringssl/include/openssl/
H A Dx509.h208 } /* X509_REQ */;
605 OPENSSL_EXPORT int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r);
621 OPENSSL_EXPORT int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md);
622 OPENSSL_EXPORT int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx);
633 OPENSSL_EXPORT int X509_REQ_digest(const X509_REQ *data,const EVP_MD *type,
644 OPENSSL_EXPORT X509_REQ *d2i_X509_REQ_fp(FILE *fp,X509_REQ **req);
645 OPENSSL_EXPORT int i2d_X509_REQ_fp(FILE *fp,X509_REQ *req);
678 OPENSSL_EXPORT X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **re
[all...]
H A Dbase.h190 typedef struct X509_req_st X509_REQ; typedef in typeref:struct:X509_req_st
H A Dpem.h427 DECLARE_PEM_rw(X509_REQ, X509_REQ)
428 DECLARE_PEM_write(X509_REQ_NEW, X509_REQ)
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);
624 X509_REQ *req, X509_CRL *crl, int flags);
685 OPENSSL_EXPORT STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x);
/external/boringssl/src/include/openssl/
H A Dx509.h208 } /* X509_REQ */;
605 OPENSSL_EXPORT int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r);
621 OPENSSL_EXPORT int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md);
622 OPENSSL_EXPORT int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx);
633 OPENSSL_EXPORT int X509_REQ_digest(const X509_REQ *data,const EVP_MD *type,
644 OPENSSL_EXPORT X509_REQ *d2i_X509_REQ_fp(FILE *fp,X509_REQ **req);
645 OPENSSL_EXPORT int i2d_X509_REQ_fp(FILE *fp,X509_REQ *req);
678 OPENSSL_EXPORT X509_REQ *d2i_X509_REQ_bio(BIO *bp,X509_REQ **re
[all...]
H A Dbase.h190 typedef struct X509_req_st X509_REQ; typedef in typeref:struct:X509_req_st
H A Dpem.h427 DECLARE_PEM_rw(X509_REQ, X509_REQ)
428 DECLARE_PEM_write(X509_REQ_NEW, X509_REQ)
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);
624 X509_REQ *req, X509_CRL *crl, int flags);
685 OPENSSL_EXPORT STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x);
/external/boringssl/src/crypto/x509v3/
H A Dv3_conf.c372 X509_REQ *req)
450 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req,
H A Dv3_utl.c506 STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x)
/external/wpa_supplicant_8/hs20/client/
H A Dest.c378 X509_REQ *req = NULL;

Completed in 115 milliseconds