HomeSort by relevance Sort by last modified time
    Searched refs:NSS (Results 1 - 22 of 22) sorted by null

  /external/curl/docs/cmdline-opts/
tlsv1.3.d 9 of this writing, they are BoringSSL, NSS, and Secure Transport (on iOS 11 or
pinnedpubkey.d 18 7.43.0: NSS and wolfSSL/CyaSSL
22 7.44.0: OpenSSL, GnuTLS, NSS and wolfSSL/CyaSSL.
cert-status.d 13 This is currently only implemented in the OpenSSL, GnuTLS and NSS backends.
proxy.d 14 OpenSSL, GnuTLS and NSS.
cacert.d 19 If curl is built against the NSS SSL library, the NSS PEM PKCS#11 module
  /external/libchrome/build/
build_config.h 101 #error Cannot use both OpenSSL and NSS for certificates
  /external/libmojo/build/
build_config.h 67 #error Cannot use both OpenSSL and NSS for certificates
  /external/pdfium/third_party/build/
build_config.h 67 #error Cannot use both OpenSSL and NSS for certificates
  /external/autotest/client/site_tests/security_RootCA/
security_RootCA.py 30 """Verifies that the root CAs trusted by both NSS and OpenSSL
41 baselines = {'nss': {}, 'openssl': {}}
44 for i in ['nss', 'openssl']:
51 Returns the dict of certificate fingerprints observed in NSS,
52 or None if NSS is not available.
70 # Add the certs found in the compiled NSS shlib to a new module in DB.
162 Covers both NSS and OpenSSL.
175 seen['nss'] = nss_store
179 # Merge all 4 dictionaries (seen-nss, seen-openssl, expected-nss,
    [all...]
  /prebuilts/go/darwin-x86/src/net/
conf.go 30 nss *nssConf
96 confVal.nss = parseNSSConfFile("/etc/nsswitch.conf")
194 nss := c.nss
195 srcs := nss.sources["hosts"]
198 if os.IsNotExist(nss.err) || (nss.err == nil && len(srcs) == 0) {
205 // http://www.gnu.org/software/libc/manual/html_node/Notes-on-NSS-Configuration-File.html.
210 if nss.err != nil {
313 // name for the myhostname NSS module
    [all...]
nss.go 38 // after an NSS source name.
conf_test.go 42 nss: nssStr("foo: bar"),
54 nss: nssStr("hosts: dns files"),
65 nss: nssStr("hosts: dns files something_custom"),
75 nss: nssStr("hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4"),
90 nss: nssStr("foo: bar"),
108 nss: &nssConf{err: os.ErrNotExist},
173 // http://www.gnu.org/software/libc/manual/html_node/Notes-on-NSS-Configuration-File.html
178 nss: &nssConf{err: os.ErrNotExist},
186 nss: nssStr("hosts: files mdns dns"),
197 nss: nssStr("hosts: dns")
    [all...]
  /prebuilts/go/linux-x86/src/net/
conf.go 30 nss *nssConf
96 confVal.nss = parseNSSConfFile("/etc/nsswitch.conf")
194 nss := c.nss
195 srcs := nss.sources["hosts"]
198 if os.IsNotExist(nss.err) || (nss.err == nil && len(srcs) == 0) {
205 // http://www.gnu.org/software/libc/manual/html_node/Notes-on-NSS-Configuration-File.html.
210 if nss.err != nil {
313 // name for the myhostname NSS module
    [all...]
nss.go 38 // after an NSS source name.
conf_test.go 42 nss: nssStr("foo: bar"),
54 nss: nssStr("hosts: dns files"),
65 nss: nssStr("hosts: dns files something_custom"),
75 nss: nssStr("hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4"),
90 nss: nssStr("foo: bar"),
108 nss: &nssConf{err: os.ErrNotExist},
173 // http://www.gnu.org/software/libc/manual/html_node/Notes-on-NSS-Configuration-File.html
178 nss: &nssConf{err: os.ErrNotExist},
186 nss: nssStr("hosts: files mdns dns"),
197 nss: nssStr("hosts: dns")
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ProcStatsEntry.java 232 for (int iss=0, NSS=subProcServices.size(); iss<NSS; iss++) {
  /frameworks/base/core/java/com/android/internal/app/procstats/
ProcessState.java     [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
common.go 498 // in NSS key log format that can be used to allow external programs
500 // See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Key_Log_Format.
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
common.go 498 // in NSS key log format that can be used to allow external programs
500 // See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Key_Log_Format.
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
verify.go 446 // code follows NSS and accepts them as matching everything.
  /prebuilts/go/linux-x86/src/crypto/x509/
verify.go 446 // code follows NSS and accepts them as matching everything.
  /external/curl/
configure     [all...]

Completed in 586 milliseconds