Lines Matching refs:buffer
470 // If we encode it into a buffer of exactly the right length...
603 // If we encode it into a buffer of exactly the right length...
638 // If we decode it into a buffer of exactly the right length...
671 // If we decode it into a buffer of exactly the right length...
719 // If we encode it into a buffer of exactly the right length...
753 // If we decode it into a buffer of exactly the right length...
785 std::vector<char> buffer(cypher_length+1);
788 &buffer[0],
789 buffer.size(),
794 buffer[ encode_length ] = '\0';
795 EXPECT_STREQ(base64_strings[i].cyphertext, &buffer[0]);