D | firmware_Cr50U2fCommands.py | 89 def check_response_size(response, expected_response, success_size): argument 95 if expected_response == VENDOR_CMD_RESPONSE_SUCCESS: 167 expected_response): argument 175 hash, flags), expected_response) 182 check_response_size(response, expected_response, expected_response_size) 188 expected_response=VENDOR_CMD_RESPONSE_SUCCESS): argument 195 expected_response) 197 check_response_size(response, expected_response, 209 expected_response=VENDOR_CMD_RESPONSE_SUCCESS, argument 222 user_secret, format, data_len_str, data), expected_response) [all …]
|