Searched refs:cyphertext (Results 1 – 5 of 5) sorted by relevance
/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil_unittest.cc | 86 const char* cyphertext; member 346 const char* cyphertext; member 453 cypher_length = strlen(base64_tests[i].cyphertext); in TEST() 468 ASSERT_STREQ(encode_buffer, base64_tests[i].cyphertext); in TEST() 480 EXPECT_STREQ(encode_buffer, base64_tests[i].cyphertext); in TEST() 581 strncpy(websafe, base64_tests[i].cyphertext, cypher_length); in TEST() 784 int cypher_length = strlen(base64_strings[i].cyphertext); in TEST() 795 EXPECT_STREQ(base64_strings[i].cyphertext, &buffer[0]); in TEST()
|
/third_party/abseil-cpp/absl/strings/ |
D | escaping_test.cc | 301 absl::string_view cyphertext; member 567 EXPECT_EQ(encoded, tc.cyphertext); in TestEscapeAndUnescape() 568 EXPECT_EQ(absl::Base64Escape(tc.plaintext), tc.cyphertext); in TestEscapeAndUnescape() 574 StringType websafe(tc.cyphertext); in TestEscapeAndUnescape() 599 EXPECT_EQ(tc.cyphertext, buffer); in TestEscapeAndUnescape() 600 EXPECT_EQ(absl::WebSafeBase64Escape(tc.plaintext), tc.cyphertext); in TestEscapeAndUnescape()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | escaping_test.cc | 301 absl::string_view cyphertext; member 567 EXPECT_EQ(encoded, tc.cyphertext); in TestEscapeAndUnescape() 568 EXPECT_EQ(absl::Base64Escape(tc.plaintext), tc.cyphertext); in TestEscapeAndUnescape() 574 StringType websafe(tc.cyphertext); in TestEscapeAndUnescape() 599 EXPECT_EQ(tc.cyphertext, buffer); in TestEscapeAndUnescape() 600 EXPECT_EQ(absl::WebSafeBase64Escape(tc.plaintext), tc.cyphertext); in TestEscapeAndUnescape()
|
/third_party/abseil-cpp/absl/strings/internal/ |
D | escaping_test_common.h | 30 absl::string_view cyphertext; member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | escaping_test_common.h | 30 absl::string_view cyphertext; member
|