HomeSort by relevance Sort by last modified time
    Searched refs:authenticator (Results 26 - 31 of 31) sorted by null

12

  /external/openssl/ssl/
d1_clnt.c 858 krb5_data authenticator, *authp = NULL; local
876 if (KRB5SENDAUTH) authp = &authenticator;
917 ** optional authenticator omitted.
926 /* KerberosWrapper.Authenticator */
940 s2n(0,p);/* null authenticator length */
kssl.c 837 /* Return true:1 if p "looks like" the start of the real authenticator
908 /* Return pointer to start of real authenticator within authenticator, or
910 ** Decrypted authenticator looks like this:
    [all...]
s3_clnt.c 2009 krb5_data authenticator, *authp = NULL; local
    [all...]
  /external/ppp/pppd/
chap_ms.c 270 * <auth_string> is the Authenticator Response (mutual auth)
362 /* Authenticator Response did not match expected. */
366 /* Authenticator Response matches. */
853 * Authenticator Response.
858 u_char authResponse[], int authenticator)
878 /* Generate the Authenticator Response. */
884 SetMasterKeys(secret, secret_len, response->NTResp, authenticator);
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_registrar.c     [all...]
  /frameworks/base/core/java/android/accounts/
AccountManagerService.java 247 + accountType + " no longer has a registered authenticator");
272 + accountType + " no longer has a registered authenticator");
356 for (AccountAuthenticatorCache.ServiceInfo<AuthenticatorDescription> authenticator
358 types[i] = authenticator.type;
    [all...]

Completed in 243 milliseconds

12