Searched refs:base64Challenge (Results 1 – 1 of 1) sorted by relevance
2295 std::string base64Challenge = EncodeBase64(randVec); in GetGsmAuthResponseWithLength() local2296 std::string response = SimAkaAuth(base64Challenge, SIM_AUTH_EAP_SIM_TYPE); in GetGsmAuthResponseWithLength()2388 std::string base64Challenge = EncodeBase64(randVec); in GetGsmAuthResponseWithoutLength() local2389 std::string response = SimAkaAuth(base64Challenge, SIM_AUTH_EAP_SIM_TYPE); in GetGsmAuthResponseWithoutLength()