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

  /external/libchrome/crypto/
rsa_private_key_unittest.cc 118 std::unique_ptr<crypto::RSAPrivateKey> key_copy(key->Copy());
119 ASSERT_TRUE(key_copy.get());
122 ASSERT_TRUE(key_copy->ExportPrivateKey(&privkey_copy));
359 std::unique_ptr<crypto::RSAPrivateKey> key_copy(
361 ASSERT_TRUE(key_copy.get());
370 ASSERT_TRUE(key_copy->ExportPrivateKey(&privkey_copy));
371 ASSERT_TRUE(key_copy->ExportPublicKey(&pubkey_copy));
  /art/runtime/
oat_file.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h 388 #define key_copy CUR Strings[162] macro
    [all...]

Completed in 545 milliseconds