Searched refs:USER_SECRET_1 (Results 1 – 1 of 1) sorted by relevance
/external/autotest/server/site_tests/firmware_Cr50U2fCommands/ |
D | firmware_Cr50U2fCommands.py | 63 USER_SECRET_1 = ('1b6e854dcc052dfff2b5ece48c60a9db' variable 228 registration = self.__u2f_generate(APP_ID, USER_SECRET_1, '00') 229 registration_2 = self.__u2f_generate(APP_ID, USER_SECRET_1, '00') 238 registration = self.__u2f_generate(APP_ID, USER_SECRET_1, '00') 242 self.__u2f_sign(APP_ID, USER_SECRET_1, registration['keyHandle'], 252 USER_SECRET_1, 260 USER_SECRET_1, 269 USER_SECRET_1, 275 USER_SECRET_1, 280 registration = self.__u2f_generate(APP_ID, USER_SECRET_1, '00') [all …]
|