/third_party/boost/boost/spirit/home/classic/core/composite/ |
D | composite.hpp | 67 : base_t(), subj(subj_) {} in unary() 70 : base_t(base), subj(subj_) {} in unary() 74 { return subj; } in subject() 78 subject_embed_t subj; member in boost::spirit::unary 128 : base_t(), subj(a, b) {} in binary() 132 { return subj.first(); } in left() 136 { return subj.second(); } in right() 140 boost::compressed_pair<left_embed_t, right_embed_t> subj; member in boost::spirit::binary
|
/third_party/boost/libs/contract/example/mitchell02/ |
D | observer_main.cpp | 71 explicit concrete_observer(concrete_subject const& subj) : in concrete_observer() argument 72 subject_(subj), observed_state_() { in concrete_observer() 108 concrete_subject subj; in main() local 109 concrete_observer ob(subj); in main() 110 subj.attach(&ob); in main() 112 subj.set_state(test_state = 123); in main() 113 subj.set_state(test_state = 456); in main()
|
/third_party/openssl/apps/ |
D | req.c | 52 static int build_subject(X509_REQ *req, const char *subj, unsigned long chtype, 234 char *req_exts = NULL, *subj = NULL; in req_main() local 387 subj = opt_arg(); in req_main() 715 i = make_REQ(req, pkey, subj, multirdn, !x509, chtype); in req_main() 716 subj = NULL; /* done processing '-subj' option */ in req_main() 819 if (subj && x509) { in req_main() 824 if (subj && !x509) { in req_main() 831 if (build_subject(req, subj, chtype, multirdn) == 0) { in req_main() 989 static int make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int multirdn, in make_REQ() argument 1031 if (subj) in make_REQ() [all …]
|
D | ca.c | 94 BIGNUM *serial, const char *subj, unsigned long chtype, 103 BIGNUM *serial, const char *subj, unsigned long chtype, 112 BIGNUM *serial, const char *subj, unsigned long chtype, 120 const char *subj, unsigned long chtype, int multirdn, 246 const char *serialfile = NULL, *subj = NULL; in ca_main() local 295 subj = opt_arg(); in ca_main() 873 attribs, db, serial, subj, chtype, multirdn, in ca_main() 894 db, serial, subj, chtype, multirdn, email_dn, in ca_main() 914 serial, subj, chtype, multirdn, email_dn, startdate, in ca_main() 933 serial, subj, chtype, multirdn, email_dn, startdate, in ca_main() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | arrayConcat3.symbols | 3 type Fn<T extends object> = <U extends T>(subj: U) => U 8 >subj : Symbol(subj, Decl(arrayConcat3.ts, 1, 42))
|
D | arrayConcat3.types | 3 type Fn<T extends object> = <U extends T>(subj: U) => U 5 >subj : U
|
D | arrayConcat3.js | 3 type Fn<T extends object> = <U extends T>(subj: U) => U
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
D | est.c | 394 X509_NAME *subj = NULL; in generate_csr() local 463 subj = X509_NAME_new(); in generate_csr() 464 if (subj == NULL || in generate_csr() 465 !X509_NAME_add_entry_by_txt(subj, "CN", MBSTRING_ASC, in generate_csr() 468 !X509_REQ_set_subject_name(req, subj)) in generate_csr() 470 X509_NAME_free(subj); in generate_csr() 471 subj = NULL; in generate_csr() 590 if (subj) in generate_csr() 591 X509_NAME_free(subj); in generate_csr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
D | est.c | 394 X509_NAME *subj = NULL; in generate_csr() local 463 subj = X509_NAME_new(); in generate_csr() 464 if (subj == NULL || in generate_csr() 465 !X509_NAME_add_entry_by_txt(subj, "CN", MBSTRING_ASC, in generate_csr() 468 !X509_REQ_set_subject_name(req, subj)) in generate_csr() 470 X509_NAME_free(subj); in generate_csr() 471 subj = NULL; in generate_csr() 590 if (subj) in generate_csr() 591 X509_NAME_free(subj); in generate_csr()
|
/third_party/mbedtls/tests/data_files/dir-maxpath/ |
D | long.sh | 27 $OPENSSL req -new -x509 -subj "/C=UK/O=mbed TLS/CN=CA00" $OPT \ 40 $OPENSSL req -new -subj "/C=UK/O=mbed TLS/CN=CA${ME}" \
|
/third_party/openssl/crypto/x509/ |
D | t_x509.c | 229 X509_NAME *subj; in X509_ocspid_print() local 236 subj = X509_get_subject_name(x); in X509_ocspid_print() 237 derlen = i2d_X509_NAME(subj, NULL); in X509_ocspid_print() 240 i2d_X509_NAME(subj, &dertmp); in X509_ocspid_print()
|
/third_party/skia/tools/skqp/ |
D | make_apk_list.py | 105 commit, date, subj = line.split(';', 2) 115 (url, nowrap(apk_name), nowrap(date), commit_url, subj))
|
/third_party/flutter/skia/tools/skqp/ |
D | make_apk_list.py | 98 commit, date, subj = line.split(';', 2) 108 (url, nowrap(apk_name), nowrap(date), commit_url, subj))
|
/third_party/typescript/tests/cases/compiler/ |
D | arrayConcat3.ts | 3 type Fn<T extends object> = <U extends T>(subj: U) => U
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-server.c | 962 X509_NAME *subj; local 984 subj = X509_NAME_new(); 985 if (!subj) 990 lws_tls_openssl_add_nid(subj, nid_list[n], 997 if (X509_REQ_set_subject_name(req, subj) != 1) 1104 X509_NAME_free(subj);
|
/third_party/mbedtls/tests/data_files/ |
D | Makefile | 77 …sa)" -set_serial 3 -config $(test_ca_config_file) -sha1 -days 3653 -utf8 -subj "/C=NL/O=PolarSSL/C… 81 …_pwd_rsa)" -set_serial 3 -config $(test_ca_config_file) -sha1 -days 3653 -subj "/C=NL/O=PolarSSL/C… 85 …_pwd_rsa)" -set_serial 3 -config $(test_ca_config_file) -sha1 -days 3653 -subj "/C=NL/O=PolarSSL/C… 91 …$(OPENSSL) req -new -subj "/C=NL/O=PolarSSL/CN=www.example.com" -set_serial 17 -config $(test_ca_c… 99 …$(OPENSSL) req -new -config $(test_ca_config_file) -key $(test_ca_key_file_rsa_alt) -subj "/C=NL/O… 177 …$(OPENSSL) req -new -config $(test_ca_config_file) -key test-int-ca.key -subj "/C=NL/O=PolarSSL/CN… 222 $(OPENSSL) req -new -key server7.key -subj "/C=NL/O=PolarSSL/CN=localhost" -out $@ 268 …$(FAKETIME) -f -3653d $(OPENSSL) req -x509 -new -subj "/C=UK/O=mbed TLS/OU=testsuite/CN=localhost"… 273 …$(FAKETIME) '2015-09-01 14:08:43' $(OPENSSL) req -x509 -new -subj "/C=UK/O=mbed TLS/CN=mbed TLS Te… 277 …$(OPENSSL) req -x509 -new -subj "/C=UK/O=Mbed TLS/CN=Mbed TLS othername SAN" -set_serial 77 -confi… [all …]
|
/third_party/flatbuffers/tests/fuzzer/ |
D | flatbuffers_scalar_fuzzer.cc | 41 static void BreakSequence(std::string &s, const char *subj, char repl) { in BreakSequence() argument 43 while (pos = s.find(subj, pos), pos != std::string::npos) { in BreakSequence()
|
/third_party/openssl/crypto/x509v3/ |
D | v3_conf.c | 432 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req, in X509V3_set_ctx() argument 436 ctx->subject_cert = subj; in X509V3_set_ctx()
|
/third_party/openssl/test/certs/ |
D | mkcert.sh | 85 openssl req -new -"${OPENSSL_SIGALG}" -subj / -key "${key}.pem" \
|
D | setup.sh | 204 openssl req -new -x509 -key ee-key.pem -subj /CN=ee-self-signed -out ee-self-signed.pem -addext key… 398 openssl req -new -nodes -subj "/CN=localhost" \
|
/third_party/libwebsockets/lib/tls/ |
D | CMakeLists.txt | 434 …OPENSSL_EXECUTABLE}\" req -new -newkey rsa:2048 -days 10000 -nodes -x509 -subj \"/C=GB/ST=Erewhon/… 436 …COMMAND "${OPENSSL_EXECUTABLE}" req -new -newkey rsa:2048 -days 10000 -nodes -x509 -subj "/C=GB/ST… 479 …req -new -newkey rsa:2048 -days 10000 -nodes -x509 -subj "/O=lws/CN=localhost" -keyout "${TEST_SER…
|
/third_party/openssl/doc/man7/ |
D | proxy-certificates.pod | 115 -subj "/DC=org/DC=openssl/DC=users/CN=proxy 1" 127 -subj "/DC=org/DC=openssl/DC=users/CN=proxy 1/CN=proxy 2"
|
/third_party/openssl/doc/man1/ |
D | req.pod | 48 [B<-subj arg>] 226 =item B<-subj arg> 237 This option causes the -subj argument to be interpreted with full 614 openssl req -new -subj "/C=GB/CN=foo" \
|
D | ca.pod | 52 [B<-subj arg>] 256 =item B<-subj arg> 286 This option causes the -subj argument to be interpreted with full
|
/third_party/node/test/fixtures/keys/ |
D | Makefile | 746 -subj "/CN=good.example.com" \ 758 -subj "/CN=good.example.com" \
|