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

  /external/ppp/pppd/plugins/radius/
radrealms.c 46 SERVER *accts, *auths, *s; local
50 auths = (SERVER *) malloc(sizeof(SERVER));
51 auths->max = 0;
92 s = auths;
134 if (auths->max)
135 *authserver = auths;
  /system/keymaster/
asymmetric_key.h 50 AsymmetricKey(const AuthorizationSet& auths, const Logger& logger) : Key(auths, logger) {}
72 RsaKey(RSA* rsa_key, const AuthorizationSet& auths, const Logger& logger)
73 : AsymmetricKey(auths, logger), rsa_key_(rsa_key) {}
100 DsaKey(DSA* dsa_key, const AuthorizationSet auths, const Logger& logger)
101 : AsymmetricKey(auths, logger), dsa_key_(dsa_key) {}
126 EcdsaKey(EC_KEY* ecdsa_key, const AuthorizationSet auths, const Logger& logger)
127 : AsymmetricKey(auths, logger), ecdsa_key_(ecdsa_key) {}
asymmetric_key.cpp 255 static void GetDsaParamData(const AuthorizationSet& auths, TypedTag<KM_BIGNUM, Tag> tag,
257 if (!auths.GetTagValue(tag, blob))
261 // Store the specified DSA param in auths
263 static void SetDsaParamData(AuthorizationSet* auths, TypedTag<KM_BIGNUM, Tag> tag, BIGNUM* number) {
266 auths->push_back(Authorization(tag, blob));
338 AuthorizationSet* auths) {
340 if (auths->GetTagValue(tag, &blob)) {
351 auths->push_back(tag, data.get(), BN_num_bytes(bn));
  /packages/apps/Settings/src/com/android/settings/accounts/
ChooseAccountActivity.java 173 final StringBuilder auths = new StringBuilder(); local
175 auths.append(a);
176 auths.append(' ');
178 Log.v(TAG, "No providers found for authorities: " + auths);
ManageAccountsSettings.java 366 final ArrayList<String> auths = getAuthoritiesForAccountType(account.type); local
369 if (mAuthorities != null && auths != null) {
372 if (auths.contains(requestedAuthority)) {
382 new AccountPreference(getActivity(), account, icon, auths, false);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 194 final AuthenticatorDescription[] auths = am.getAuthenticatorTypes(); local
205 final AuthenticatorDescription auth = findAuthenticator(auths, accountType);
235 protected static AuthenticatorDescription findAuthenticator(AuthenticatorDescription[] auths,
237 for (AuthenticatorDescription auth : auths) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 398 final AuthenticatorDescription[] auths = am.getAuthenticatorTypes(); local
410 final AuthenticatorDescription auth = findAuthenticator(auths, type);
556 protected static AuthenticatorDescription findAuthenticator(AuthenticatorDescription[] auths,
558 for (AuthenticatorDescription auth : auths) {
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py     [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 4921 final String auths[] = PATTERN_SEMICOLON.split(holder.info.authority); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 190 milliseconds