Home
last modified time | relevance | path

Searched defs:key_copy (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/crypto/
Drsa_private_key_unittest.cc118 std::unique_ptr<crypto::RSAPrivateKey> key_copy(key->Copy()); in TEST() local
359 std::unique_ptr<crypto::RSAPrivateKey> key_copy( in TEST() local
/external/u-boot/fs/ubifs/
Dkey.h456 static inline void key_copy(const struct ubifs_info *c, in key_copy() function