Home
last modified time | relevance | path

Searched refs:n_encrypt (Results 1 – 1 of 1) sorted by relevance

/packages/modules/StatsD/lib/libkll/encoding/
Dvarint_test.cpp61 unsigned char n_encrypt[5] = {0xe7, 0xb0, 0xa6, 0x72, '\0'}; in TEST() local
66 ASSERT_EQ(std::string(s), std::string(reinterpret_cast<char*>(n_encrypt))); in TEST()
80 unsigned char n_encrypt[10] = {0x8d, 0xb3, 0xc3, 0xa3, 0xf9, 0x8c, 0xe6, 0xa4, 0x0e, '\0'}; in TEST() local
85 ASSERT_EQ(std::string(s), std::string(reinterpret_cast<char*>(n_encrypt))); in TEST()