| /packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/ |
| D | IkeKePayloadTest.java | 170 PrivateKey privateKey = in testGetSharedKey1024Modp() local 212 PrivateKey privateKey = in testGetSharedKey1536Modp() local 227 PrivateKey privateKey = in testGetSharedkeyWithInvalidRemoteKey() local 265 PrivateKey privateKey = in testGetSharedKeyWithCurve25519() local
|
| D | IkeAuthDigitalSignPayloadTest.java | 164 private void verifySignAndEncode(PrivateKey privateKey) throws Exception { in verifySignAndEncode()
|
| /packages/apps/RemoteProvisioner/tests/unittests/src/com/android/remoteprovisioner/unittest/ |
| D | Utils.java | 105 public static Array encodeAndSignSign1Ed25519(byte[] encodedPublicKey, byte[] privateKey) in encodeAndSignSign1Ed25519() 121 byte[] protectedHeaders, byte[] payload, byte[] privateKey) throws Exception { in encodeAndSignSigStructure() 126 byte[] payload, byte[] privateKey) in encodeAndSignSigStructure()
|
| /packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
| D | IkeKePayload.java | 267 PrivateKey privateKey = keyPair.getPrivate(); in createOutboundCurveKePayload() local 315 public static byte[] getSharedKey(PrivateKey privateKey, byte[] remotePublicKey, int dhGroup) in getSharedKey() 332 PrivateKey privateKey, byte[] remotePublicKey, int dhGroup) in getModpSharedKey() 362 PrivateKey privateKey, byte[] remotePublicKey, int dhGroup) in getCurveSharedKey()
|
| D | IkeAuthDigitalSignPayload.java | 186 PrivateKey privateKey, in IkeAuthDigitalSignPayload()
|
| /packages/apps/KeyChain/support/src/com/android/keychain/tests/support/ |
| D | IKeyChainServiceTestSupport.aidl | 36 …boolean installKeyPair(in byte[] privateKey, in byte[] userCert, in byte[] certChain, String alias… in installKeyPair()
|
| /packages/apps/KeyChain/robotests/src/com/android/keychain/ |
| D | KeyChainServiceRoboTest.java | 244 String privateKey = mKeyChain.requestPrivateKey(NON_EXISTING_ALIAS); in testRequestPrivateKeyReturnsNullForNonExistingAlias() local
|
| /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/wifi/ |
| D | WifiConfigurationProviderTest.java | 392 String caCertificate, String userCertificate, String privateKey) { in assertEnterpriseConfig() 414 String privateKey) { in assertCertificateInformation()
|
| /packages/apps/KeyChain/tests/src/com/android/keychain/tests/ |
| D | KeyChainTestActivity.java | 277 PrivateKey privateKey = KeyChain.getPrivateKey(KeyChainTestActivity.this, in getPrivateKey() local
|
| /packages/services/Car/service/src/com/android/car/ |
| D | FastPairGattServer.java | 391 PrivateKey privateKey = keyFactory.generatePrivate(ecPrivateKeySpec); in calculateAntiSpoofing() local
|
| /packages/modules/Wifi/framework/java/android/net/wifi/ |
| D | WifiEnterpriseConfig.java | 957 public void setClientKeyEntry(PrivateKey privateKey, X509Certificate clientCertificate) { in setClientKeyEntry() 979 public void setClientKeyEntryWithCertificateChain(PrivateKey privateKey, in setClientKeyEntryWithCertificateChain()
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/slices/ |
| D | SettingsSliceProviderTest.java | 522 final String privateKey = "test_private"; in getDescendantUris_privateSlicesNeeded_containsPrivateSliceUri() local
|
| /packages/modules/IPsec/src/java/android/net/ipsec/ike/ |
| D | IkeSessionParams.java | 983 @NonNull PrivateKey privateKey) { in IkeAuthDigitalSignLocalConfig() 1016 PrivateKey privateKey = in fromPersistableBundle() local
|