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

  /external/libweave/third_party/chromium/build/
build_config.h 79 #error Cannot use both OpenSSL and NSS
  /external/libchrome/build/
build_config.h 101 #error Cannot use both OpenSSL and NSS for certificates
  /system/extras/perfprofd/quipper/build/
build_config.h 56 #error Cannot use both OpenSSL and NSS
  /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...]
  /packages/apps/Settings/src/com/android/settings/applications/
ProcStatsEntry.java 230 for (int iss=0, NSS=subProcServices.size(); iss<NSS; iss++) {
  /prebuilts/go/darwin-x86/src/net/
nss.go 38 // after an NSS source name.
conf_test.go 42 nss: nssStr("foo: bar"),
53 nss: nssStr("hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4"),
68 nss: nssStr("foo: bar"),
86 nss: &nssConf{err: os.ErrNotExist},
151 // http://www.gnu.org/software/libc/manual/html_node/Notes-on-NSS-Configuration-File.html
156 nss: &nssConf{err: os.ErrNotExist},
164 nss: nssStr("hosts: files mdns dns"),
175 nss: nssStr("hosts: dns"),
187 nss: nssStr("hosts: files mdns dns"),
199 nss: nssStr("hosts: files dns")
    [all...]
conf.go 31 nss *nssConf
97 confVal.nss = parseNSSConfFile("/etc/nsswitch.conf")
196 nss := c.nss
197 srcs := nss.sources["hosts"]
200 if os.IsNotExist(nss.err) || (nss.err == nil && len(srcs) == 0) {
207 // http://www.gnu.org/software/libc/manual/html_node/Notes-on-NSS-Configuration-File.html.
212 if nss.err != nil {
  /prebuilts/go/linux-x86/src/net/
nss.go 38 // after an NSS source name.
conf_test.go 42 nss: nssStr("foo: bar"),
53 nss: nssStr("hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4"),
68 nss: nssStr("foo: bar"),
86 nss: &nssConf{err: os.ErrNotExist},
151 // http://www.gnu.org/software/libc/manual/html_node/Notes-on-NSS-Configuration-File.html
156 nss: &nssConf{err: os.ErrNotExist},
164 nss: nssStr("hosts: files mdns dns"),
175 nss: nssStr("hosts: dns"),
187 nss: nssStr("hosts: files mdns dns"),
199 nss: nssStr("hosts: files dns")
    [all...]
conf.go 31 nss *nssConf
97 confVal.nss = parseNSSConfFile("/etc/nsswitch.conf")
196 nss := c.nss
197 srcs := nss.sources["hosts"]
200 if os.IsNotExist(nss.err) || (nss.err == nil && len(srcs) == 0) {
207 // http://www.gnu.org/software/libc/manual/html_node/Notes-on-NSS-Configuration-File.html.
212 if nss.err != nil {
  /frameworks/base/core/java/com/android/internal/app/procstats/
ProcessState.java     [all...]

Completed in 719 milliseconds