Home
last modified time | relevance | path

Searched refs:keypair (Results 1 – 11 of 11) sorted by relevance

/external/wycheproof/java/com/google/security/wycheproof/testcases/
DRsaKeyTest.java1436 private void checkKeyPair(KeyPair keypair, int keySizeInBits) throws Exception { in checkKeyPair() argument
1437 RSAPublicKey pub = (RSAPublicKey) keypair.getPublic(); in checkKeyPair()
1438 RSAPrivateKey priv = (RSAPrivateKey) keypair.getPrivate(); in checkKeyPair()
1453 KeyPair keypair = keyGen.genKeyPair(); in testKeyGenerationSize() local
1454 checkKeyPair(keypair, keySizeInBits); in testKeyGenerationSize()
DRsaEncryptionTest.java102 KeyPair keypair = keygen.genKeyPair(); in testExceptions() local
112 c.init(Cipher.DECRYPT_MODE, keypair.getPrivate()); in testExceptions()
119 enc.init(Cipher.ENCRYPT_MODE, keypair.getPublic()); in testExceptions()
120 c.init(Cipher.DECRYPT_MODE, keypair.getPrivate()); in testExceptions()
/external/boringssl/src/crypto/pkcs8/
Dpkcs8_test.cc175 bssl::UniquePtr<PKCS8_PRIV_KEY_INFO> keypair( in TestDecrypt() local
177 ASSERT_TRUE(keypair); in TestDecrypt()
/external/wycheproof/doc/
Ddsa.md113 KeyPair keypair = keygen.genKeyPair();
115 s.initSign(keypair.getPrivate());
124 KeyPair keypair = keygen.genKeyPair();
/external/python/rsa/doc/
Dcli.rst19 | pyrsa-keygen | Generates a new RSA keypair in PEM or DER format | :py:func:`rsa.newkey…
Dusage.rst30 You can use the :py:func:`rsa.newkeys` function to create a keypair:
47 Generating a keypair may take a long time, depending on the number of
101 #. Bob generates a keypair, and gives the public key to Alice. This is
/external/syzkaller/docs/linux/
Dsetup_linux-host_qemu-vm_arm64-kernel.md108 Next we set up ssh. Create an ssh keypair locally and copy the public key to `/authorized_keys` in …
/external/syzkaller/docs/
Dnetbsd.md53 8. Then create an ssh-keypair without a password and save it by the name, say, `netbsdkey`
/external/iperf3/docs/
Dinvoking.rst395 The authentication feature of iperf3 requires an RSA public keypair.
399 generate correct keypair follows:
/external/ukey2/src/main/proto/
Dsecuregcm.proto204 // Slow-cycle periodic action (e.g. yearly keypair rotation???)
/external/grpc-grpc-java/netty/shaded/
Dgrpc-netty-shaded-1.14.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...