Home
last modified time | relevance | path

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

/external/cronet/tot/crypto/
Dec_private_key_unittest.cc16 void ExpectKeysEqual(const crypto::ECPrivateKey* keypair1, in ExpectKeysEqual()
56 std::unique_ptr<crypto::ECPrivateKey> keypair1( in TEST() local
Drsa_private_key_unittest.cc80 std::unique_ptr<crypto::RSAPrivateKey> keypair1( in TEST() local
341 std::unique_ptr<crypto::RSAPrivateKey> keypair1( in TEST() local
/external/cronet/stable/crypto/
Dec_private_key_unittest.cc16 void ExpectKeysEqual(const crypto::ECPrivateKey* keypair1, in ExpectKeysEqual()
56 std::unique_ptr<crypto::ECPrivateKey> keypair1( in TEST() local
Drsa_private_key_unittest.cc80 std::unique_ptr<crypto::RSAPrivateKey> keypair1( in TEST() local
341 std::unique_ptr<crypto::RSAPrivateKey> keypair1( in TEST() local
/external/libchrome/crypto/
Drsa_private_key_unittest.cc75 std::unique_ptr<crypto::RSAPrivateKey> keypair1( in TEST() local
336 std::unique_ptr<crypto::RSAPrivateKey> keypair1( in TEST() local
/external/openscreen/util/crypto/
Drsa_private_key_unittest.cc78 ErrorOr<RSAPrivateKey> keypair1(RSAPrivateKey::Create(1024)); in TEST() local
336 ErrorOr<RSAPrivateKey> keypair1( in TEST() local
/external/tink/cc/experimental/pqcrypto/kem/subtle/
Dcecpq2_subtle_boringssl_util_test.cc111 auto keypair1 = crypto::tink::pqc::GenerateHrssKeyPair(hrss_key_entropy1); in TEST() local
/external/tink/cc/internal/
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
/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
DRsaPssTest.java118 KeyPair keypair1 = keyGen1.genKeyPair(); in testEncodeDecodePublic() local