Home
last modified time | relevance | path

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

/external/google-tv-pairing-protocol/cpp/tests/polo/encoding/
Dhexadecimalencodertest.cc35 TEST(HexadecimalEncoderTest, DecodeToBytes) { in TEST() argument
40 std::vector<unsigned char> result = encoder.DecodeToBytes(secret); in TEST()
/external/google-tv-pairing-protocol/cpp/src/polo/encoding/
Dsecretencoder.h42 virtual std::vector<uint8_t> DecodeToBytes(
Dhexadecimalencoder.h34 virtual std::vector<uint8_t> DecodeToBytes(
Dhexadecimalencoder.cc32 std::vector<uint8_t> HexadecimalEncoder::DecodeToBytes( in DecodeToBytes() function in polo::encoding::HexadecimalEncoder