OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:authResponse
(Results
1 - 3
of
3
) sorted by null
/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/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java
396
Bundle
authResponse
= mContext.getContentResolver().call(
401
if (
authResponse
!= null) {
402
return (Uri)
authResponse
.getParcelable(
Completed in 38 milliseconds