Home
last modified time | relevance | path

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

/external/google-tv-pairing-protocol/cpp/src/polo/encoding/
Dsecretencoder.h48 virtual size_t symbols_per_byte() const = 0;
Dhexadecimalencoder.h38 virtual size_t symbols_per_byte() const;\
Dhexadecimalencoder.cc42 size_t HexadecimalEncoder::symbols_per_byte() const { in symbols_per_byte() function in polo::encoding::HexadecimalEncoder
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/
Dpairingsession.cc156 size_t bytes_needed = nonce_length / encoder_->symbols_per_byte(); in DoOutputPairing()
/external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
Dpairingsessiontest.cc131 ASSERT_EQ(2, session_.encoder()->symbols_per_byte()); in TEST_F()