Searched refs:auth_bytes (Results 1 – 3 of 3) sorted by relevance
176 std::string auth_bytes; in TEST_F() local179 &auth_bytes)); in TEST_F()216 std::string auth_bytes; in TEST_F() local219 &auth_bytes)); in TEST_F()227 &auth_bytes)); in TEST_F()241 &auth_bytes)); in TEST_F()249 &auth_bytes)); in TEST_F()258 &auth_bytes)); in TEST_F()267 &auth_bytes)); in TEST_F()
58 std::string auth_bytes; in CheckResponseAuthorization() local61 &auth_bytes); in CheckResponseAuthorization()62 if (authorization.size() != auth_bytes.size()) { in CheckResponseAuthorization()
18341 std::string auth_bytes; in SerializeCommand_HMAC_Start() local18344 &auth_bytes); in SerializeCommand_HMAC_Start()18357 std::string tmp = auth_bytes.substr(2); in SerializeCommand_HMAC_Start()18361 auth_bytes.replace(2, std::string::npos, tmp); in SerializeCommand_HMAC_Start()18371 hash->Update(auth_bytes.data(), in SerializeCommand_HMAC_Start()18372 auth_bytes.size()); in SerializeCommand_HMAC_Start()18373 parameter_section_bytes += auth_bytes; in SerializeCommand_HMAC_Start()18374 command_size += auth_bytes.size(); in SerializeCommand_HMAC_Start()18628 std::string auth_bytes; in SerializeCommand_HashSequenceStart() local18631 &auth_bytes); in SerializeCommand_HashSequenceStart()[all …]