| /third_party/node/test/parallel/ |
| D | test-tls-client-auth.js | 36 ca: server.ca, property 42 ca: client.ca, property 53 ca: server.ca, property 59 ca: client.ca, property 70 ca: server.ca, property 76 ca: client.ca, property 89 ca: server.ca, property 95 ca: client.ca, property 118 ca: [server.ca, server.subca], property 124 ca: [client.ca, client.subca], property [all …]
|
| D | test-tls-multiple-cas-as-string.js | 18 function test(ca) { argument 19 const server = tls.createServer({ ca, cert, key }); property 21 server.addContext('agent3', { ca, cert, key }); property 29 ca field
|
| D | test-tls-multi-key.js | 45 client: { ca: [ property 62 client: { ca: [ property 78 client: { ca: [ property 96 client: { ca: [ property 115 client: { ca: [ property 134 client: { ca: [ property 155 ca: clientTrustRoots, property 174 ca: clientTrustRoots, property
|
| D | test-https-agent-session-reuse.js | 17 const ca = fixtures.readKey('ca1-cert.pem'); constant 40 ca: ca, property 49 ca: ca, property 61 ca: ca, property 71 ca: ca, property 82 ca: ca, property 91 ca: ca, property
|
| D | test-tls-sni-server-client.js | 59 ca: [loadPEM('ca1-cert')], property 68 ca: [loadPEM('ca2-cert')], property 77 ca: [loadPEM('ca2-cert')], property 86 ca: [loadPEM('ca1-cert')], property 95 ca: [loadPEM('ca1-cert')], property
|
| D | test-tls-generic-stream.js | 13 const ca = fixtures.readKey('ca1-cert.pem'); constant 19 ca, property 26 ca field
|
| D | test-https-strict.js | 63 const agent1 = new https.Agent({ ca: [ca1] }); property 64 const agent2 = new https.Agent({ ca: [ca2] }); property 65 const agent3 = new https.Agent({ ca: [ca1, ca2] }); property 120 function makeReq(path, port, error, host, ca) { argument 122 const options = { port, path, ca }; field
|
| D | test-https-agent-session-injection.js | 23 const ca = [ fixtures.readKey('ca1-cert.pem') ]; variable 33 ca, property 46 ca, property
|
| D | test-tls-error-servername.js | 18 const ca = fixtures.readKey('ca1-cert.pem'); constant 22 ca, property 40 ca field
|
| D | test-tls-socket-default-options.js | 21 { secureContext: tls.createSecureContext({ ca: keys.agent1.ca }) }, property 25 { ca: keys.agent1.ca }, property 31 { secureContext: tls.createSecureContext(), ca: keys.agent1.ca }, property
|
| D | test-tls-set-secure-context.js | 18 ca: fixtures.readKey('ca1-cert.pem') property 23 ca: fixtures.readKey('ca2-cert.pem') property 80 ca: credentialOptions[0].ca, property
|
| D | test-tls-sni-option.js | 61 ca: [ loadPEM('ca2-cert') ] property 76 ca: [loadPEM('ca1-cert')], property 89 ca: [loadPEM('ca1-cert')], property 102 ca: [loadPEM('ca2-cert')], property 115 ca: [loadPEM('ca1-cert')], property 128 ca: [loadPEM('ca1-cert')], property
|
| D | test-http2-origin.js | 28 const ca = readKey('fake-startcom-root-cert.pem', 'binary'); constant 85 const client = connect(originSet[0], { ca }); field 120 const client = connect(originSet[0], { ca }); field 152 const client = connect(origin, { ca }); field
|
| D | test-https-agent-servername.js | 14 ca: fixtures.readKey('ca1-cert.pem') property 30 ca: options.ca property
|
| D | test-tls-cert-chains-in-ca.js | 21 ca: keys.agent6.ca, property 26 ca: agent6Middle, property
|
| D | test-https-agent-sockets-leak.js | 14 ca: fixtures.readKey('ca1-cert.pem') property 32 ca: options.ca, property
|
| D | test-tls-net-socket-keepalive.js | 15 const ca = fixtures.readKey('ca1-cert.pem'); constant 19 ca: [ca], property
|
| D | test-http2-close-while-writing.js | 14 const ca = fixtures.readKey('fake-startcom-root-cert.pem', 'binary'); constant 36 ca, property
|
| D | test-http2-create-client-secure-session.js | 38 function verifySecureSession(key, cert, ca, opts) { argument 44 opts.secureContext = tls.createSecureContext({ ca }); field
|
| D | test-tls-client-verify.js | 32 { ca: ['ca1-cert'], property 41 { ca: [], property 50 { ca: ['ca1-cert', 'ca2-cert'], property 124 ca: tcase.ca.map(loadPEM), property
|
| D | test-tls-set-sigalgs.js | 24 ca: `${keys.agent1.cert}\n${keys.agent6.ca}`, property 32 ca: keys.agent2.ca, property
|
| D | test-https-resume-after-renew.js | 13 ca: fixtures.readKey('ca1-cert.pem') property 42 ca: options.ca property
|
| /third_party/boringssl/src/crypto/x509v3/ |
| D | v3_purp.c | 144 int X509_check_purpose(X509 *x, int id, int ca) in X509_check_purpose() 588 int ca) in check_purpose_ssl_client() 612 int ca) in check_purpose_ssl_server() 629 int ca) in check_purpose_ns_ssl_server() 643 static int purpose_smime(const X509 *x, int ca) in purpose_smime() 663 int ca) in check_purpose_smime_sign() 675 int ca) in check_purpose_smime_encrypt() 687 int ca) in check_purpose_crl_sign() 702 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) in ocsp_helper() 711 int ca) in check_purpose_timestamp_sign() [all …]
|
| /third_party/openssl/crypto/x509v3/ |
| D | v3_purp.c | 79 int X509_check_purpose(X509 *x, int id, int ca) in X509_check_purpose() 639 int ca) in check_purpose_ssl_client() 663 int ca) in check_purpose_ssl_server() 680 int ca) in check_purpose_ns_ssl_server() 693 static int purpose_smime(const X509 *x, int ca) in purpose_smime() 720 int ca) in check_purpose_smime_sign() 732 int ca) in check_purpose_smime_encrypt() 744 int ca) in check_purpose_crl_sign() 763 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) in ocsp_helper() 776 int ca) in check_purpose_timestamp_sign() [all …]
|
| /third_party/boost/boost/math/differentiation/ |
| D | autodiff_cpp11.hpp | 31 fvar<RealType, Order>::fvar(root_type const& ca, bool const is_variable) { in fvar() 37 void fvar<RealType, Order>::fvar_cpp11(std::true_type, RootType const& ca, bool const is_variable) { in fvar_cpp11() 45 void fvar<RealType, Order>::fvar_cpp11(std::false_type, RootType const& ca, bool const is_variable)… in fvar_cpp11() 290 … RootType const& ca) { in multiply_assign_by_root_type_cpp11() 302 … RootType const& ca) { in multiply_assign_by_root_type_cpp11() 314 root_type const& ca) { in multiply_assign_by_root_type() 357 auto make_fvar_for_tuple(mp11::index_sequence<Is...>, RealType const& ca) in make_fvar_for_tuple() 363 auto make_ftuple_impl(mp11::index_sequence<Is...>, RealTypes const&... ca) in make_ftuple_impl() 372 auto make_ftuple(RealTypes const&... ca) in make_ftuple()
|