Home
last modified time | relevance | path

Searched defs:keypair2 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/crypto/
H A Dec_private_key_unittest.cc17 const crypto::ECPrivateKey* keypair2) { in ExpectKeysEqual()
58 std::unique_ptr<crypto::ECPrivateKey> keypair2(keypair1->Copy()); in TEST() local
H A Drsa_private_key_unittest.cc77 std::unique_ptr<crypto::RSAPrivateKey> keypair2( in TEST() local
338 std::unique_ptr<crypto::RSAPrivateKey> keypair2( in TEST() local
/aosp_15_r20/external/libchrome/crypto/
H A Drsa_private_key_unittest.cc77 std::unique_ptr<crypto::RSAPrivateKey> keypair2( in TEST() local
338 std::unique_ptr<crypto::RSAPrivateKey> keypair2( in TEST() local
/aosp_15_r20/external/openscreen/util/crypto/
H A Drsa_private_key_unittest.cc79 ErrorOr<RSAPrivateKey> keypair2(RSAPrivateKey::Create(2048)); in TEST() local
338 ErrorOr<RSAPrivateKey> keypair2( in TEST() local
/aosp_15_r20/external/tink/cc/internal/
H A Dec_util_test.cc151 util::StatusOr<EcKey> keypair2 = NewEcKey(curve, seed2); in TEST_P() local
170 util::StatusOr<EcKey> keypair2 = NewEcKey(curve, seed1); in TEST_P() local
211 util::StatusOr<std::unique_ptr<X25519Key>> keypair2 = NewX25519Key(); in TEST() local
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/kem/subtle/
H A Dcecpq2_subtle_boringssl_util_test.cc114 auto keypair2 = crypto::tink::pqc::GenerateHrssKeyPair(hrss_key_entropy2); in TEST() local