/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/ |
D | HeldCertificate.java | 40 public final KeyPair keyPair; field in HeldCertificate 42 public HeldCertificate(X509Certificate certificate, KeyPair keyPair) { in HeldCertificate() 55 private KeyPair keyPair; field in HeldCertificate.Builder 73 public Builder keyPair(KeyPair keyPair) { in keyPair() argument
|
/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
D | EciesTest.java | 77 KeyPair keyPair = kf.generateKeyPair(); in testEciesBasic() local 140 KeyPair keyPair = kf.generateKeyPair(); in testKeyGeneration() local 169 KeyPair keyPair = kf.generateKeyPair(); in testExceptions() local 206 KeyPair keyPair = kf.generateKeyPair(); in testModifyPoint() local 246 KeyPair keyPair = kf.generateKeyPair(); in testNotEcb() local 284 KeyPair keyPair = kf.generateKeyPair(); in testIsAlias() local
|
D | DhiesTest.java | 83 KeyPair keyPair = kf.generateKeyPair(); in testDhiesBasic() local 111 KeyPair keyPair = kf.generateKeyPair(); in testDhiesCorrupt() local 155 KeyPair keyPair = kf.generateKeyPair(); in testNotEcb() local
|
D | EcKeyTest.java | 156 KeyPair keyPair = keyGen.generateKeyPair(); in testEncodedPrivateKey() local 176 KeyPair keyPair; in testKeyGeneration() local 221 KeyPair keyPair = keyGen.generateKeyPair(); in testDefaultKeyGeneration() local
|
D | DsaTest.java | 806 KeyPair keyPair = generator.generateKeyPair(); in testBasic() local 844 KeyPair keyPair = generator.generateKeyPair(); in testKeyGeneration() local 984 KeyPair keyPair = generator.generateKeyPair(); in testBiasSha1WithDSA() local
|
/external/ukey2/src/main/javatest/com/google/security/cryptauth/lib/securegcm/ |
D | KeyEncodingTest.java | 128 KeyPair keyPair = PublicKeyProtoUtil.generateEcP256KeyPair(); in testSigningPublicKeyEncoding() local 136 KeyPair keyPair = PublicKeyProtoUtil.generateEcP256KeyPair(); in testSigningPrivateKeyEncoding() local 144 KeyPair keyPair = PublicKeyProtoUtil.generateEcP256KeyPair(); in testDeviceSyncPublicKeyEncoding() local
|
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/java/security/ |
D | KeyFactoryTestDSA.java | 37 protected void check(KeyPair keyPair) throws Exception { in check()
|
D | KeyFactoryTestDH.java | 36 protected void check(KeyPair keyPair) throws Exception { in check()
|
D | KeyFactoryTestRSACrt.java | 39 protected void check(KeyPair keyPair) throws Exception { in check()
|
D | KeyFactoryTestRSACustom.java | 44 protected void check(KeyPair keyPair) throws Exception { in check()
|
D | KeyFactoryTestXDH.java | 42 protected void check(KeyPair keyPair) throws Exception { in check()
|
D | KeyFactoryTestEC.java | 61 protected void check(KeyPair keyPair) throws Exception { in check()
|
/external/conscrypt/common/src/test/java/org/conscrypt/java/security/ |
D | KeyFactoryTestDH.java | 32 protected void check(KeyPair keyPair) throws Exception { in check()
|
D | KeyFactoryTestDSA.java | 33 protected void check(KeyPair keyPair) throws Exception { in check()
|
D | KeyFactoryTestRSACrt.java | 35 protected void check(KeyPair keyPair) throws Exception { in check()
|
D | KeyFactoryTestXDH.java | 38 protected void check(KeyPair keyPair) throws Exception { in check()
|
D | KeyFactoryTestRSACustom.java | 40 protected void check(KeyPair keyPair) throws Exception { in check()
|
D | KeyFactoryTestEC.java | 57 protected void check(KeyPair keyPair) throws Exception { in check()
|
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/ |
D | CipherAsymmetricCryptHelper.java | 36 public void test(KeyPair keyPair) throws Exception { in test()
|
D | AlgorithmParameterKeyAgreementHelper.java | 43 KeyPair keyPair = generator.generateKeyPair(); in test() local
|
D | KeyAgreementHelper.java | 38 @Override public void test(KeyPair keyPair) throws Exception { in test()
|
D | SignatureHelper.java | 40 public void test(KeyPair keyPair) throws Exception { in test()
|
/external/conscrypt/testing/src/main/java/org/conscrypt/java/security/ |
D | CipherAsymmetricCryptHelper.java | 32 public void test(KeyPair keyPair) throws Exception { in test()
|
D | AlgorithmParameterKeyAgreementHelper.java | 39 KeyPair keyPair = generator.generateKeyPair(); in test() local
|
D | KeyAgreementHelper.java | 34 @Override public void test(KeyPair keyPair) throws Exception { in test()
|