OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expected_ciphertext
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/crypto/
encryptor_unittest.cc
74
static const unsigned char
expected_ciphertext
[] = {
local
81
ASSERT_EQ(arraysize(
expected_ciphertext
), ciphertext.size());
83
ASSERT_EQ(
expected_ciphertext
[i],
Completed in 173 milliseconds