Home
last modified time | relevance | path

Searched defs:keypair1 (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/crypto/
H A Dec_private_key_unittest.cc16 void ExpectKeysEqual(const crypto::ECPrivateKey* keypair1, in ExpectKeysEqual()
56 std::unique_ptr<crypto::ECPrivateKey> keypair1( in TEST() local
H A Drsa_private_key_unittest.cc75 std::unique_ptr<crypto::RSAPrivateKey> keypair1( in TEST() local
336 std::unique_ptr<crypto::RSAPrivateKey> keypair1( in TEST() local
/aosp_15_r20/external/libchrome/crypto/
H A Drsa_private_key_unittest.cc75 std::unique_ptr<crypto::RSAPrivateKey> keypair1( in TEST() local
336 std::unique_ptr<crypto::RSAPrivateKey> keypair1( in TEST() local
/aosp_15_r20/external/openscreen/util/crypto/
H A Drsa_private_key_unittest.cc78 ErrorOr<RSAPrivateKey> keypair1(RSAPrivateKey::Create(1024)); in TEST() local
336 ErrorOr<RSAPrivateKey> keypair1( in TEST() local
/aosp_15_r20/external/tink/cc/internal/
H A Dec_util_test.cc149 util::StatusOr<EcKey> keypair1 = NewEcKey(curve, seed1); in TEST_P() local
168 util::StatusOr<EcKey> keypair1 = NewEcKey(curve, seed1); in TEST_P() local
209 util::StatusOr<std::unique_ptr<X25519Key>> keypair1 = NewX25519Key(); in TEST() local
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/kem/subtle/
H A Dcecpq2_subtle_boringssl_util_test.cc111 auto keypair1 = crypto::tink::pqc::GenerateHrssKeyPair(hrss_key_entropy1); in TEST() local
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
H A DRsaPssTest.java118 KeyPair keypair1 = keyGen1.genKeyPair(); in testEncodeDecodePublic() local