/third_party/node/deps/openssl/openssl/apps/ |
H A D | req.c | 51 int mutlirdn, int attribs, unsigned long chtype); 55 int attribs, unsigned long chtype); 58 unsigned long chtype); 61 unsigned long chtype); 64 unsigned long chtype, int mval); 266 unsigned long chtype = MBSTRING_ASC, reqflag = 0; in req_main() local 392 chtype = MBSTRING_UTF8; in req_main() 602 if (chtype != MBSTRING_UTF8) { in req_main() 607 chtype = MBSTRING_UTF8; in req_main() 746 && (fsubj = parse_name(subj, chtype, multird in req_main() 1068 make_REQ(X509_REQ *req, EVP_PKEY *pkey, X509_NAME *fsubj, int multirdn, int attribs, unsigned long chtype) make_REQ() argument 1126 prompt_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, const char *dn_sect, STACK_OF(CONF_VALUE) *attr_sk, const char *attr_sect, int attribs, unsigned long chtype) prompt_info() argument 1293 auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, STACK_OF(CONF_VALUE) *attr_sk, int attribs, unsigned long chtype) auto_info() argument 1360 add_DN_object(X509_NAME *n, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype, int mval) add_DN_object() argument 1380 add_attribute_object(X509_REQ *req, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype) add_attribute_object() argument [all...] |
H A D | ca.c | 97 BIGNUM *serial, const char *subj, unsigned long chtype, 109 BIGNUM *serial, const char *subj, unsigned long chtype, 118 BIGNUM *serial, const char *subj, unsigned long chtype, 126 const char *subj, unsigned long chtype, int multirdn, 299 unsigned long chtype = MBSTRING_ASC, certopt = 0; in ca_main() local 346 chtype = MBSTRING_UTF8; in ca_main() 542 if (chtype != MBSTRING_UTF8) { in ca_main() 547 chtype = MBSTRING_UTF8; in ca_main() 968 attribs, db, serial, subj, chtype, multirdn, in ca_main() 989 db, serial, subj, chtype, multird in ca_main() 1377 certify(X509 **xret, const char *infile, int informat, EVP_PKEY *pkey, X509 *x509, const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(OPENSSL_STRING) *vfyopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, const char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign, unsigned long dateopt) certify() argument 1435 certify_cert(X509 **xret, const char *infile, int certformat, const char *passin, EVP_PKEY *pkey, X509 *x509, const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(OPENSSL_STRING) *vfyopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, const char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt) certify_cert() argument 1492 do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, int verbose, X509_REQ *req, const char *ext_sect, CONF *lconf, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign, unsigned long dateopt) do_body() argument 1993 certify_spkac(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509, const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, const char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt) certify_spkac() argument [all...] |
H A D | x509.c | 266 const unsigned long chtype = MBSTRING_ASC; in x509_main() local 653 && (fsubj = parse_name(subj, chtype, multirdn, "subject")) == NULL) in x509_main()
|
/third_party/openssl/apps/ |
H A D | req.c | 51 int mutlirdn, int attribs, unsigned long chtype); 55 int attribs, unsigned long chtype); 58 unsigned long chtype); 61 unsigned long chtype); 64 unsigned long chtype, int mval); 266 unsigned long chtype = MBSTRING_ASC, reqflag = 0; in req_main() local 392 chtype = MBSTRING_UTF8; in req_main() 602 if (chtype != MBSTRING_UTF8) { in req_main() 607 chtype = MBSTRING_UTF8; in req_main() 744 && (fsubj = parse_name(subj, chtype, multird in req_main() 1066 make_REQ(X509_REQ *req, EVP_PKEY *pkey, X509_NAME *fsubj, int multirdn, int attribs, unsigned long chtype) make_REQ() argument 1124 prompt_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, const char *dn_sect, STACK_OF(CONF_VALUE) *attr_sk, const char *attr_sect, int attribs, unsigned long chtype) prompt_info() argument 1291 auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, STACK_OF(CONF_VALUE) *attr_sk, int attribs, unsigned long chtype) auto_info() argument 1358 add_DN_object(X509_NAME *n, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype, int mval) add_DN_object() argument 1378 add_attribute_object(X509_REQ *req, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype) add_attribute_object() argument [all...] |
H A D | ca.c | 97 BIGNUM *serial, const char *subj, unsigned long chtype, 109 BIGNUM *serial, const char *subj, unsigned long chtype, 118 BIGNUM *serial, const char *subj, unsigned long chtype, 126 const char *subj, unsigned long chtype, int multirdn, 299 unsigned long chtype = MBSTRING_ASC, certopt = 0; in ca_main() local 346 chtype = MBSTRING_UTF8; in ca_main() 542 if (chtype != MBSTRING_UTF8) { in ca_main() 547 chtype = MBSTRING_UTF8; in ca_main() 954 attribs, db, serial, subj, chtype, multirdn, in ca_main() 975 db, serial, subj, chtype, multird in ca_main() 1357 certify(X509 **xret, const char *infile, int informat, EVP_PKEY *pkey, X509 *x509, const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(OPENSSL_STRING) *vfyopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, const char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign, unsigned long dateopt) certify() argument 1415 certify_cert(X509 **xret, const char *infile, int certformat, const char *passin, EVP_PKEY *pkey, X509 *x509, const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(OPENSSL_STRING) *vfyopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, const char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt) certify_cert() argument 1472 do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, int verbose, X509_REQ *req, const char *ext_sect, CONF *lconf, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign, unsigned long dateopt) do_body() argument 1973 certify_spkac(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509, const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, const char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt) certify_spkac() argument [all...] |
H A D | x509.c | 266 const unsigned long chtype = MBSTRING_ASC; in x509_main() local 653 && (fsubj = parse_name(subj, chtype, multirdn, "subject")) == NULL) in x509_main()
|
/third_party/toybox/kconfig/lxdialog/ |
H A D | dialog.h | 97 chtype atr; /* Color attribute */ 193 void attr_clear(WINDOW * win, int height, int width, chtype attr); 198 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, 199 chtype border);
|
H A D | util.c | 239 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() 407 chtype box, chtype border) in draw_box()
|
/third_party/python/Modules/ |
H A D | _cursesmodule.c | 136 typedef chtype attr_t; /* No attr_t type is available */ 228 /* Convert an object to a byte (an integer of type chtype): 236 PyCurses_ConvertToChtype(PyCursesWindowObject *win, PyObject *obj, chtype *ch) in PyCurses_ConvertToChtype() 282 *ch = (chtype)value; in PyCurses_ConvertToChtype() 289 "byte doesn't fit in chtype"); in PyCurses_ConvertToChtype() 293 /* Convert an object to a byte (chtype) or a character (cchar_t): 306 chtype *ch in PyCurses_ConvertToCchar_t() 351 *ch = (chtype)value; in PyCurses_ConvertToCchar_t() 354 "byte doesn't fit in chtype"); in PyCurses_ConvertToCchar_t() 753 chtype cc in _curses_window_addch_impl() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageAtomicSpirvShaders.hpp | 52 CaseVariant (ImageType imgtype, tcu::TextureFormat::ChannelOrder order, tcu::TextureFormat::ChannelType chtype, CheckType cktype);
|
H A D | vktImageAtomicSpirvShaders.cpp | 6525 CaseVariant::CaseVariant (ImageType imgtype, tcu::TextureFormat::ChannelOrder order, tcu::TextureFormat::ChannelType chtype, CheckType cktype) in CaseVariant() argument 6526 : imageType{imgtype}, textureFormat{order, chtype}, checkType{cktype} in CaseVariant()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageAtomicSpirvShaders.hpp | 52 CaseVariant (ImageType imgtype, tcu::TextureFormat::ChannelOrder order, tcu::TextureFormat::ChannelType chtype, CheckType cktype);
|
H A D | vktImageAtomicSpirvShaders.cpp | 6525 CaseVariant::CaseVariant (ImageType imgtype, tcu::TextureFormat::ChannelOrder order, tcu::TextureFormat::ChannelType chtype, CheckType cktype) in CaseVariant() argument 6526 : imageType{imgtype}, textureFormat{order, chtype}, checkType{cktype} in CaseVariant()
|
/third_party/alsa-utils/alsamixer/ |
H A D | widget.h | 28 chtype bkgd, unsigned int flags);
|
H A D | widget.c | 45 chtype bkgd, unsigned int flags) in widget_init()
|
H A D | mixer_display.c | 470 chtype ch; in display_control() 638 chtype left, right; in display_scroll_indicators()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | x509.rs | 375 chtype: c_int, in X509_REQ_add1_attr_by_txt() 382 chtype: c_int, in X509_REQ_add1_attr_by_NID() 389 chtype: c_int, in X509_REQ_add1_attr_by_OBJ()
|
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | apps.h | 245 X509_NAME *parse_name(const char *str, int chtype, int multirdn,
|
/third_party/openssl/apps/include/ |
H A D | apps.h | 245 X509_NAME *parse_name(const char *str, int chtype, int multirdn,
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_utl.c | 1311 unsigned long chtype) in X509V3_NAME_from_section() 1351 if (!X509_NAME_add_entry_by_txt(nm, type, chtype, in X509V3_NAME_from_section() 1310 X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE) *dn_sk, unsigned long chtype) X509V3_NAME_from_section() argument
|
/third_party/openssl/crypto/x509/ |
H A D | v3_utl.c | 1339 unsigned long chtype) in X509V3_NAME_from_section() 1379 if (!X509_NAME_add_entry_by_txt(nm, type, chtype, in X509V3_NAME_from_section() 1338 X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE) *dn_sk, unsigned long chtype) X509V3_NAME_from_section() argument
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | x509v3.h | 719 unsigned long chtype);
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 1880 X509_NAME *parse_name(const char *cp, int chtype, int canmulti, in parse_name() argument 1967 if (!X509_NAME_add_entry_by_NID(n, nid, chtype, in parse_name()
|
/third_party/openssl/apps/lib/ |
H A D | apps.c | 1875 X509_NAME *parse_name(const char *cp, int chtype, int canmulti, in parse_name() argument 1961 if (!X509_NAME_add_entry_by_NID(n, nid, chtype, in parse_name()
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | x509v3.h | 1045 unsigned long chtype);
|