HomeSort by relevance Sort by last modified time
    Searched refs:ciphertext_ptr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/crypto/
encryptor.cc 91 uint8* ciphertext_ptr = reinterpret_cast<uint8*>(ciphertext); local
94 ciphertext_ptr[i] = plaintext_ptr[i] ^ mask_ptr[i];
  /system/keymaster/
key_blob_test.cpp 162 auto ciphertext_ptr = local
165 ASSERT_NE(ciphertext_ptr, end);
166 EXPECT_EQ(end, std::search(ciphertext_ptr + 1, end, blob_->encrypted_key_material(),
168 (*ciphertext_ptr)++;

Completed in 2285 milliseconds