/packages/modules/IPsec/src/java/android/net/ipsec/ike/ |
D | IkeSaProposal.java | 249 public Builder addEncryptionAlgorithm(@EncryptionAlgorithm int algorithm, int keyLength) { in addEncryptionAlgorithm() 264 public Builder addIntegrityAlgorithm(@IntegrityAlgorithm int algorithm) { in addIntegrityAlgorithm() 291 public Builder addPseudorandomFunction(@PseudorandomFunction int algorithm) { in addPseudorandomFunction()
|
D | SaProposal.java | 503 protected static boolean isAead(@EncryptionAlgorithm int algorithm) { in isAead() 535 protected void validateAndAddEncryptAlgo( in validateAndAddEncryptAlgo() 561 protected void validateAndAddIntegrityAlgo( in validateAndAddIntegrityAlgo() 651 public static String getEncryptionAlgorithmString(int algorithm) { in getEncryptionAlgorithmString() 663 public static String getPseudorandomFunctionString(int algorithm) { in getPseudorandomFunctionString() 675 public static String getIntegrityAlgorithmString(int algorithm) { in getIntegrityAlgorithmString()
|
D | ChildSaProposal.java | 305 public Builder addEncryptionAlgorithm(@EncryptionAlgorithm int algorithm, int keyLength) { in addEncryptionAlgorithm() 320 public Builder addIntegrityAlgorithm(@IntegrityAlgorithm int algorithm) { in addIntegrityAlgorithm()
|
/packages/apps/Car/DebuggingRestrictionController/server/functions/ |
D | index.js | 23 algorithm: 'RS256', property
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
D | Util.java | 59 MessageDigest algorithm = MessageDigest.getInstance("MD5"); in toMd5() local
|
D | CredentialHelper.java | 236 void setPrivateKey(String algorithm, byte[] bytes) { in setPrivateKey()
|
/packages/apps/KeyChain/support/src/com/android/keychain/tests/support/ |
D | IKeyChainServiceTestSupport.aidl | 39 int generateKeyPair(in String algorithm, in ParcelableKeyGenParameterSpec spec); in generateKeyPair()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | ParcelUtil.java | 77 String algorithm = in.readString(); in readPrivateKey() local
|
/packages/modules/Connectivity/framework-t/src/android/net/ |
D | IpSecAlgorithm.java | 259 public IpSecAlgorithm(@NonNull @AlgorithmName String algorithm, @NonNull byte[] key) { in IpSecAlgorithm() 275 public IpSecAlgorithm( in IpSecAlgorithm()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | FakeKeys.java | 665 private static PrivateKey loadPrivateKey(String algorithm, byte[] fakeKey) { in loadPrivateKey()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | FakeKeys.java | 932 private static PrivateKey loadPrivateKey(String algorithm, byte[] fakeKey) { in loadPrivateKey()
|
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/util/encryption/ |
D | Cryptor.java | 216 public static byte[] generateHmac(String algorithm, byte[] input, byte[] key) { in generateHmac()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/ |
D | KitchenSinkShellCommand.java | 219 String algorithm = "RSA"; in handleDeviceAttestationKeyPair() local
|
/packages/apps/TV/src/com/android/tv/interactive/ |
D | IAppManager.java | 425 public void onRequestSigning(String iAppServiceId, String signingId, String algorithm, in onRequestSigning()
|
/packages/modules/Virtualization/libs/apkverify/src/ |
D | v4.rs | 163 let algorithm = match algorithm { in create() localVariable
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
D | ContactMatcher.java | 192 int nameType, String name, int algorithm) { in matchName()
|
D | RawContactMatcher.java | 190 candidateNameType, String candidateName, int nameType, String name, int algorithm) { in matchName()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | InsecureEapNetworkHandler.java | 910 static String getDigest(X509Certificate x509Certificate, String algorithm) { in getDigest()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | AdapterServiceTest.java | 1003 String algorithm = "HmacSHA256"; in obfuscateInJava() local
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 877 MatchCandidateList candidates, ContactMatcher matcher, int algorithm, String limit) { in matchAllCandidates()
|
D | ContactAggregator2.java | 751 MatchCandidateList candidates, RawContactMatcher matcher, int algorithm, String limit) { in matchAllCandidates()
|
D | AbstractContactAggregator.java | 1226 MatchCandidateList candidates, ContactMatcher matcher, int algorithm, String limit) { in matchAllCandidates()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | FrameParser.java | 621 short algorithm = data.getShort(); in parseAuthenticationFrame() local
|
/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | okio-1.15.0.jar | META-INF/
META-INF/MANIFEST.MF
okio/
okio/AsyncTimeout$Watchdog. ... |
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | IpSecBaseTest.java | 175 protected static boolean hasIpSecAlgorithm(String algorithm) { in hasIpSecAlgorithm()
|