HomeSort by relevance Sort by last modified time
    Searched full:authresponse (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/extensions/common/api/cast_channel/
cast_channel.proto 68 message AuthResponse {
89 optional AuthResponse response = 2;
  /external/ppp/pppd/
chap_ms.h 117 u_char authResponse[MS_AUTH_RESPONSE_LENGTH+1]);
chap_ms.c 600 u_char authResponse[MS_AUTH_RESPONSE_LENGTH+1])
638 sprintf((char *)&authResponse[i * 2], "%02X", Digest[i]);
647 u_char authResponse[MS_AUTH_RESPONSE_LENGTH+1])
660 rchallenge, username, authResponse);
858 u_char authResponse[], int authenticator)
881 user, authResponse);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 93 public static final String AUTH_RESPONSE_ACTION = "com.android.bluetooth.pbap.authresponse";
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java     [all...]
  /external/chromium_org/extensions/browser/api/cast_channel/
cast_auth_util_nss.cc 639 AuthResult VerifyCredentials(const AuthResponse& response,
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 216 * Bundle authResponse = getContext().getContentResolver().call(
221 * if (authResponse != null) {
222 * Uri preauthorizedProfileUri = (Uri) authResponse.getParcelable(
    [all...]
  /frameworks/base/core/res/
AndroidManifest.xml 173 <protected-broadcast android:name="com.android.bluetooth.pbap.authresponse" />
    [all...]

Completed in 665 milliseconds