Searched refs:is_stream_cipher (Results 1 – 1 of 1) sorted by relevance
832 bool is_stream_cipher = (block_mode == BlockMode::CTR || block_mode == BlockMode::GCM); in CheckEncryptOneByteAtATime() local842 if (is_stream_cipher) { in CheckEncryptOneByteAtATime()