Searched refs:postfix_byte_ (Results 1 – 2 of 2) sorted by relevance
17 : fake_key_(fake_key), postfix_byte_(postfix_byte) {} in FakeFrameEncryptor()35 encrypted_frame[frame.size()] = postfix_byte_; in Encrypt()55 postfix_byte_ = postfix_byte; in SetPostfixByte()59 return postfix_byte_; in GetPostfixByte()
63 uint8_t postfix_byte_ = 0; variable