HomeSort by relevance Sort by last modified time
    Searched full:key_pair2 (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/remoting/base/
rsa_key_pair_unittest.cc 87 scoped_refptr<RsaKeyPair> key_pair2 = RsaKeyPair::FromString( local
91 std::string signature_kp2_msg1_base64 = key_pair2->SignMessage(kTestMessage);
95 ASSERT_NE(key_pair1->GetPublicKey(), key_pair2->GetPublicKey());

Completed in 37 milliseconds