/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/ |
D | TrustManagerFactoryTest.java | 171 PrivateKeyEntry pke = getTestKeyStore().getPrivateKey(keyAlgName, sigAlgName); in test_X509TrustManager() local 172 X509Certificate[] chain = (X509Certificate[]) pke.getCertificateChain(); in test_X509TrustManager() 219 PrivateKeyEntry pke = TestKeyStore.getServer().getPrivateKey("RSA", "RSA"); in test_TrustManagerFactory_intermediate() local 220 final X509Certificate[] chain = (X509Certificate[]) pke.getCertificateChain(); in test_TrustManagerFactory_intermediate() 253 KeyStore.PrivateKeyEntry pke = getTestKeyStore().getPrivateKey("RSA", "RSA"); in test_TrustManagerFactory_keyOnly() local 254 ks.setKeyEntry("key", pke.getPrivateKey(), "pw".toCharArray(), pke.getCertificateChain()); in test_TrustManagerFactory_keyOnly() 260 trustManager.checkServerTrusted((X509Certificate[]) pke.getCertificateChain(), "RSA"); in test_TrustManagerFactory_keyOnly()
|
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/ |
D | TrustManagerFactoryTest.java | 175 PrivateKeyEntry pke = getTestKeyStore().getPrivateKey(keyAlgName, sigAlgName); in test_X509TrustManager() local 176 X509Certificate[] chain = (X509Certificate[]) pke.getCertificateChain(); in test_X509TrustManager() 223 PrivateKeyEntry pke = TestKeyStore.getServer().getPrivateKey("RSA", "RSA"); in test_TrustManagerFactory_intermediate() local 224 final X509Certificate[] chain = (X509Certificate[]) pke.getCertificateChain(); in test_TrustManagerFactory_intermediate() 257 KeyStore.PrivateKeyEntry pke = getTestKeyStore().getPrivateKey("RSA", "RSA"); in test_TrustManagerFactory_keyOnly() local 258 ks.setKeyEntry("key", pke.getPrivateKey(), "pw".toCharArray(), pke.getCertificateChain()); in test_TrustManagerFactory_keyOnly() 264 trustManager.checkServerTrusted((X509Certificate[]) pke.getCertificateChain(), "RSA"); in test_TrustManagerFactory_keyOnly()
|
/external/conscrypt/common/src/test/java/org/conscrypt/ |
D | TrustManagerImplTest.java | 55 KeyStore.PrivateKeyEntry pke = TestKeyStore.getServer().getPrivateKey("RSA", "RSA"); in testLearnIntermediate() local 56 X509Certificate[] chain3 = (X509Certificate[])pke.getCertificateChain(); in testLearnIntermediate() 90 KeyStore.PrivateKeyEntry pke = TestKeyStore.getServer().getPrivateKey("RSA", "RSA"); in testDuplicateInChain() local 91 X509Certificate[] chain3 = (X509Certificate[])pke.getCertificateChain(); in testDuplicateInChain() 106 KeyStore.PrivateKeyEntry pke = TestKeyStore.getServer().getPrivateKey("RSA", "RSA"); in testGetFullChain() local 107 X509Certificate[] chain3 = (X509Certificate[]) pke.getCertificateChain(); in testGetFullChain() 130 KeyStore.PrivateKeyEntry pke = TestKeyStore.getServerHostname().getPrivateKey("RSA", "RSA"); in testHttpsEndpointIdentification() local 131 X509Certificate[] chain = (X509Certificate[]) pke.getCertificateChain(); in testHttpsEndpointIdentification()
|
D | CertPinManagerTest.java | 41 KeyStore.PrivateKeyEntry pke = TestKeyStore.getServer().getPrivateKey("RSA", "RSA"); in setUp() local 42 X509Certificate[] certs = (X509Certificate[]) pke.getCertificateChain(); in setUp()
|
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/ |
D | TrustManagerImplTest.java | 59 KeyStore.PrivateKeyEntry pke = TestKeyStore.getServer().getPrivateKey("RSA", "RSA"); in testLearnIntermediate() local 60 X509Certificate[] chain3 = (X509Certificate[])pke.getCertificateChain(); in testLearnIntermediate() 94 KeyStore.PrivateKeyEntry pke = TestKeyStore.getServer().getPrivateKey("RSA", "RSA"); in testDuplicateInChain() local 95 X509Certificate[] chain3 = (X509Certificate[])pke.getCertificateChain(); in testDuplicateInChain() 110 KeyStore.PrivateKeyEntry pke = TestKeyStore.getServer().getPrivateKey("RSA", "RSA"); in testGetFullChain() local 111 X509Certificate[] chain3 = (X509Certificate[]) pke.getCertificateChain(); in testGetFullChain() 134 KeyStore.PrivateKeyEntry pke = TestKeyStore.getServerHostname().getPrivateKey("RSA", "RSA"); in testHttpsEndpointIdentification() local 135 X509Certificate[] chain = (X509Certificate[]) pke.getCertificateChain(); in testHttpsEndpointIdentification()
|
D | CertPinManagerTest.java | 45 KeyStore.PrivateKeyEntry pke = TestKeyStore.getServer().getPrivateKey("RSA", "RSA"); in setUp() local 46 X509Certificate[] certs = (X509Certificate[]) pke.getCertificateChain(); in setUp()
|
/external/arm-trusted-firmware/plat/imx/common/sci/svc/pad/ |
D | pad_rpc_clnt.c | 312 sc_pad_28fdsoi_pus_t pus, sc_bool_t pke, in sc_pad_set_gp_28fdsoi_hsic() argument 325 RPC_U8(&msg, 5U) = (uint8_t)pke; in sc_pad_set_gp_28fdsoi_hsic() 337 sc_pad_28fdsoi_pus_t *pus, sc_bool_t *pke, in sc_pad_get_gp_28fdsoi_hsic() argument 364 if (pke != NULL) { in sc_pad_get_gp_28fdsoi_hsic() 365 *pke = RPC_U8(&msg, 3U); in sc_pad_get_gp_28fdsoi_hsic()
|
/external/arm-trusted-firmware/plat/imx/common/include/sci/svc/pad/ |
D | sci_pad_api.h | 482 sc_pad_28fdsoi_pus_t pus, sc_bool_t pke, 507 sc_pad_28fdsoi_pus_t *pus, sc_bool_t *pke,
|
/external/antlr/runtime/ObjC/Framework/ |
D | RewriteRuleSubtreeStream.m | 5 // Created by Kay Röpke on 7/16/07. 7 // Copyright (c) 2007 Kay Röpke 2010 Alan Condit
|
D | RewriteRuleNodeStream.m | 5 // Created by Kay Röpke on 7/16/07.
|
D | Token+DebuggerSupport.m | 5 // Created by Kay Röpke on 03.12.2006.
|
D | TreeException.m | 5 // Created by Kay Röpke on 24.10.2006.
|
D | RewriteRuleTokenStream.m | 5 // Created by Kay Röpke on 7/16/07.
|