HomeSort by relevance Sort by last modified time
    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