HomeSort by relevance Sort by last modified time
    Searched refs:authenticators (Results 1 - 25 of 40) sorted by null

1 2

  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
AuthenticatorContentProvider.java 35 "android.accounts.cts.unaffiliated.authenticators.provider";
82 AuthenticatorDescription[] authenticators = am.getAuthenticatorTypes(); local
83 for (AuthenticatorDescription a : authenticators) {
85 * Populate relevant test information for authenticators in the
100 AuthenticatorDescription[] authenticators = am.getAuthenticatorTypes(); local
101 for (AuthenticatorDescription a : authenticators) {
103 * Populate relevant test information for authenticators in the
  /prebuilts/go/darwin-x86/src/crypto/internal/cipherhw/
doc.go 6 // support for certain ciphers and authenticators is present.
  /prebuilts/go/linux-x86/src/crypto/internal/cipherhw/
doc.go 6 // support for certain ciphers and authenticators is present.
  /external/owasp/sanitizer/tools/
googlecode_upload.py 172 authenticators = netrc().authenticators("code.google.com")
173 if authenticators:
175 user_name = authenticators[0]
177 password = authenticators[2]
  /external/boringssl/src/ssl/test/runner/poly1305/
poly1305.go 11 messages with the same key allows an attacker to forge authenticators for other
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/
poly1305.go 11 messages with the same key allows an attacker to forge authenticators for other
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/
poly1305.go 11 messages with the same key allows an attacker to forge authenticators for other
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAccountManager.java 43 private Map<String, AuthenticatorDescription> authenticators = new LinkedHashMap<>(); field in class:ShadowAccountManager
193 return authenticators.values().toArray(new AuthenticatorDescription[authenticators.size()]);
374 if (!authenticators.containsKey(accountType)) {
408 authenticators.put(authenticator.type, authenticator);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
netrc.py 96 def authenticators(self, host): member in class:netrc
nntplib.py 141 auth = credentials.authenticators(host)
  /external/python/cpython2/Lib/
netrc.py 119 def authenticators(self, host): member in class:netrc
nntplib.py 148 auth = credentials.authenticators(host)
  /external/python/cpython3/Lib/
netrc.py 116 def authenticators(self, host): member in class:netrc
ftplib.py     [all...]
nntplib.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
netrc.py 96 def authenticators(self, host): member in class:netrc
nntplib.py 141 auth = credentials.authenticators(host)
  /prebuilts/gdb/linux-x86/lib/python2.7/
netrc.py 96 def authenticators(self, host): member in class:netrc
nntplib.py 141 auth = credentials.authenticators(host)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
netrc.py 96 def authenticators(self, host): member in class:netrc
nntplib.py 141 auth = credentials.authenticators(host)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
netrc.py 96 def authenticators(self, host): member in class:netrc
nntplib.py 141 auth = credentials.authenticators(host)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
ftpmirror.py 60 auth = netrc.netrc().authenticators(host)
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 

Completed in 630 milliseconds

1 2