/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | x509_req.c | 68 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md) in X509_to_X509_REQ() 70 X509_REQ *ret; in X509_to_X509_REQ() 110 long X509_REQ_get_version(const X509_REQ *req) in X509_REQ_get_version() 115 X509_NAME *X509_REQ_get_subject_name(const X509_REQ *req) in X509_REQ_get_subject_name() 120 EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req) in X509_REQ_get_pubkey() 127 int X509_REQ_check_private_key(X509_REQ *x, EVP_PKEY *k) in X509_REQ_check_private_key() 192 STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req) in STACK_OF() 226 int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts, in X509_REQ_add_extensions_nid() 263 int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts) in X509_REQ_add_extensions() 270 int X509_REQ_get_attr_count(const X509_REQ *req) in X509_REQ_get_attr_count() [all …]
|
D | x_req.c | 101 ASN1_SEQUENCE_ref(X509_REQ, 0) = { 102 ASN1_SIMPLE(X509_REQ, req_info, X509_REQ_INFO), 103 ASN1_SIMPLE(X509_REQ, sig_alg, X509_ALGOR), 104 ASN1_SIMPLE(X509_REQ, signature, ASN1_BIT_STRING) 105 } ASN1_SEQUENCE_END_ref(X509_REQ, X509_REQ) 107 IMPLEMENT_ASN1_FUNCTIONS(X509_REQ) 109 IMPLEMENT_ASN1_DUP_FUNCTION(X509_REQ)
|
D | x_all.c | 79 int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r) in X509_REQ_verify() 100 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md) in X509_REQ_sign() 106 int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx) in X509_REQ_sign_ctx() 185 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req) in d2i_X509_REQ_fp() 187 return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509_REQ), fp, req); in d2i_X509_REQ_fp() 190 int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req) in i2d_X509_REQ_fp() 192 return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509_REQ), fp, req); in i2d_X509_REQ_fp() 196 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req) in d2i_X509_REQ_bio() 198 return ASN1_item_d2i_bio(ASN1_ITEM_rptr(X509_REQ), bp, req); in d2i_X509_REQ_bio() 201 int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req) in i2d_X509_REQ_bio() [all …]
|
D | x509rset.c | 62 int X509_REQ_set_version(X509_REQ *x, long version) in X509_REQ_set_version() 69 int X509_REQ_set_subject_name(X509_REQ *x, X509_NAME *name) in X509_REQ_set_subject_name() 76 int X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey) in X509_REQ_set_pubkey()
|
D | t_req.c | 67 int X509_REQ_print_fp(FILE *fp, X509_REQ *x) { in X509_REQ_print_fp() 78 int X509_REQ_print_ex(BIO *bio, X509_REQ *x, unsigned long nmflags, in X509_REQ_print_ex() 242 int X509_REQ_print(BIO *bio, X509_REQ *req) { in X509_REQ_print()
|
D | x509_r2x.c | 65 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey) in X509_REQ_to_X509()
|
/external/boringssl/src/crypto/x509/ |
D | x509_req.c | 68 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md) in X509_to_X509_REQ() 70 X509_REQ *ret; in X509_to_X509_REQ() 110 long X509_REQ_get_version(const X509_REQ *req) in X509_REQ_get_version() 115 X509_NAME *X509_REQ_get_subject_name(const X509_REQ *req) in X509_REQ_get_subject_name() 120 EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req) in X509_REQ_get_pubkey() 127 int X509_REQ_check_private_key(X509_REQ *x, EVP_PKEY *k) in X509_REQ_check_private_key() 192 STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req) in STACK_OF() 226 int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts, in X509_REQ_add_extensions_nid() 263 int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts) in X509_REQ_add_extensions() 270 int X509_REQ_get_attr_count(const X509_REQ *req) in X509_REQ_get_attr_count() [all …]
|
D | x_req.c | 101 ASN1_SEQUENCE_ref(X509_REQ, 0) = { 102 ASN1_SIMPLE(X509_REQ, req_info, X509_REQ_INFO), 103 ASN1_SIMPLE(X509_REQ, sig_alg, X509_ALGOR), 104 ASN1_SIMPLE(X509_REQ, signature, ASN1_BIT_STRING) 105 } ASN1_SEQUENCE_END_ref(X509_REQ, X509_REQ) 107 IMPLEMENT_ASN1_FUNCTIONS(X509_REQ) 109 IMPLEMENT_ASN1_DUP_FUNCTION(X509_REQ)
|
D | x_all.c | 79 int X509_REQ_verify(X509_REQ *req, EVP_PKEY *pkey) in X509_REQ_verify() 100 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md) in X509_REQ_sign() 106 int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx) in X509_REQ_sign_ctx() 185 X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req) in d2i_X509_REQ_fp() 187 return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509_REQ), fp, req); in d2i_X509_REQ_fp() 190 int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req) in i2d_X509_REQ_fp() 192 return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509_REQ), fp, req); in i2d_X509_REQ_fp() 196 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req) in d2i_X509_REQ_bio() 198 return ASN1_item_d2i_bio(ASN1_ITEM_rptr(X509_REQ), bp, req); in d2i_X509_REQ_bio() 201 int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req) in i2d_X509_REQ_bio() [all …]
|
D | x509rset.c | 62 int X509_REQ_set_version(X509_REQ *x, long version) in X509_REQ_set_version() 69 int X509_REQ_set_subject_name(X509_REQ *x, X509_NAME *name) in X509_REQ_set_subject_name() 76 int X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey) in X509_REQ_set_pubkey()
|
D | t_req.c | 67 int X509_REQ_print_fp(FILE *fp, X509_REQ *x) { in X509_REQ_print_fp() 78 int X509_REQ_print_ex(BIO *bio, X509_REQ *x, unsigned long nmflags, in X509_REQ_print_ex() 242 int X509_REQ_print(BIO *bio, X509_REQ *req) { in X509_REQ_print()
|
D | x509_r2x.c | 65 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey) in X509_REQ_to_X509()
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | x509.h | 520 OPENSSL_EXPORT long X509_REQ_get_version(const X509_REQ *req); 524 OPENSSL_EXPORT X509_NAME *X509_REQ_get_subject_name(const X509_REQ *req); 599 OPENSSL_EXPORT int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r); 618 OPENSSL_EXPORT int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md); 619 OPENSSL_EXPORT int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx); 631 OPENSSL_EXPORT int X509_REQ_digest(const X509_REQ *data, const EVP_MD *type, 648 OPENSSL_EXPORT X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req); 649 OPENSSL_EXPORT int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req); 683 OPENSSL_EXPORT X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req); 684 OPENSSL_EXPORT int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req); [all …]
|
D | x509v3.h | 141 X509_REQ *subject_req; 624 OPENSSL_EXPORT int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *r… 638 X509_REQ *req, X509_CRL *crl, int flags); 701 OPENSSL_EXPORT STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x);
|
D | pem.h | 364 DECLARE_PEM_rw(X509_REQ, X509_REQ) 365 DECLARE_PEM_write(X509_REQ_NEW, X509_REQ)
|
D | base.h | 365 typedef struct X509_req_st X509_REQ; typedef
|
/external/boringssl/src/include/openssl/ |
D | x509.h | 556 OPENSSL_EXPORT long X509_REQ_get_version(const X509_REQ *req); 560 OPENSSL_EXPORT X509_NAME *X509_REQ_get_subject_name(const X509_REQ *req); 675 OPENSSL_EXPORT int X509_REQ_verify(X509_REQ *req, EVP_PKEY *pkey); 738 OPENSSL_EXPORT int X509_REQ_sign(X509_REQ *req, EVP_PKEY *pkey, 746 OPENSSL_EXPORT int X509_REQ_sign_ctx(X509_REQ *req, EVP_MD_CTX *ctx); 800 OPENSSL_EXPORT int X509_REQ_digest(const X509_REQ *req, const EVP_MD *md, 821 OPENSSL_EXPORT X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req); 822 OPENSSL_EXPORT int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req); 856 OPENSSL_EXPORT X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req); 857 OPENSSL_EXPORT int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req); [all …]
|
D | x509v3.h | 141 X509_REQ *subject_req; 590 const char *section, X509_REQ *req); 610 X509_REQ *req, X509_CRL *crl, int flags); 853 OPENSSL_EXPORT STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x);
|
D | pem.h | 408 DECLARE_PEM_rw(X509_REQ, X509_REQ) 409 DECLARE_PEM_write(X509_REQ_NEW, X509_REQ)
|
D | base.h | 372 typedef struct X509_req_st X509_REQ; typedef
|
/external/boringssl/src/crypto/pem/ |
D | pem_all.c | 124 IMPLEMENT_PEM_rw(X509_REQ, X509_REQ, PEM_STRING_X509_REQ, X509_REQ) in IMPLEMENT_PEM_rw() argument 126 IMPLEMENT_PEM_write(X509_REQ_NEW, X509_REQ, PEM_STRING_X509_REQ_OLD, X509_REQ) in IMPLEMENT_PEM_rw()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/pem/ |
D | pem_all.c | 124 IMPLEMENT_PEM_rw(X509_REQ, X509_REQ, PEM_STRING_X509_REQ, X509_REQ) in IMPLEMENT_PEM_rw() argument 126 IMPLEMENT_PEM_write(X509_REQ_NEW, X509_REQ, PEM_STRING_X509_REQ_OLD, X509_REQ) in IMPLEMENT_PEM_rw()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_conf.c | 377 X509_REQ *req) in X509V3_EXT_REQ_add_nconf() 459 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req, in X509V3_set_ctx()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/ |
D | v3_conf.c | 377 X509_REQ *req) in X509V3_EXT_REQ_add_nconf() 455 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req, in X509V3_set_ctx()
|
/external/wpa_supplicant_8/hs20/client/ |
D | est.c | 391 X509_REQ *req = NULL; in generate_csr()
|