Searched defs:encryptedFastAuth (Results 1 – 3 of 3) sorted by relevance
172 const char *encryptedFastAuth = "encryptedFastAuth"; variable
192 const char *encryptedFastAuth = "encryptedFastAuth"; variable
608 static void ParseFastAuthValue(AuthSessionInfo *info, const char *encryptedFastAuth, AuthDeviceKeyI… in ParseFastAuthValue()841 char encryptedFastAuth[ENCRYPTED_FAST_AUTH_MAX_LEN] = { 0 }; in UnpackFastAuth() local