Searched defs:keypair2 (Results 1 – 6 of 6) sorted by relevance
17 const crypto::ECPrivateKey* keypair2) { in ExpectKeysEqual()58 std::unique_ptr<crypto::ECPrivateKey> keypair2(keypair1->Copy()); in TEST() local
77 std::unique_ptr<crypto::RSAPrivateKey> keypair2( in TEST() local338 std::unique_ptr<crypto::RSAPrivateKey> keypair2( in TEST() local
79 ErrorOr<RSAPrivateKey> keypair2(RSAPrivateKey::Create(2048)); in TEST() local338 ErrorOr<RSAPrivateKey> keypair2( in TEST() local
151 util::StatusOr<EcKey> keypair2 = NewEcKey(curve, seed2); in TEST_P() local170 util::StatusOr<EcKey> keypair2 = NewEcKey(curve, seed1); in TEST_P() local211 util::StatusOr<std::unique_ptr<X25519Key>> keypair2 = NewX25519Key(); in TEST() local
114 auto keypair2 = crypto::tink::pqc::GenerateHrssKeyPair(hrss_key_entropy2); in TEST() local