Home
last modified time | relevance | path

Searched defs:keypair (Results 1 – 3 of 3) sorted by relevance

/external/wycheproof/java/com/google/security/wycheproof/testcases/
DRsaKeyTest.java1436 private void checkKeyPair(KeyPair keypair, int keySizeInBits) throws Exception { in checkKeyPair()
1453 KeyPair keypair = keyGen.genKeyPair(); in testKeyGenerationSize() local
DRsaEncryptionTest.java102 KeyPair keypair = keygen.genKeyPair(); in testExceptions() local
/external/boringssl/src/crypto/pkcs8/
Dpkcs8_test.cc175 bssl::UniquePtr<PKCS8_PRIV_KEY_INFO> keypair( in TestDecrypt() local