Searched defs:algorithm (Results 1 – 12 of 12) sorted by relevance
/packages/modules/IPsec/src/java/android/net/ipsec/ike/ |
D | IkeSaProposal.java | 133 public Builder addEncryptionAlgorithm(@EncryptionAlgorithm int algorithm, int keyLength) { in addEncryptionAlgorithm() 145 public Builder addIntegrityAlgorithm(@IntegrityAlgorithm int algorithm) { in addIntegrityAlgorithm() 169 public Builder addPseudorandomFunction(@PseudorandomFunction int algorithm) { in addPseudorandomFunction()
|
D | SaProposal.java | 409 protected static boolean isAead(@EncryptionAlgorithm int algorithm) { in isAead() 437 protected void validateAndAddEncryptAlgo( in validateAndAddEncryptAlgo() 456 protected void addIntegrityAlgo(@IntegrityAlgorithm int algorithm) { in addIntegrityAlgo() 493 public static boolean isSupportedEncryptionAlgorithm(@EncryptionAlgorithm int algorithm) { in isSupportedEncryptionAlgorithm() 504 public static boolean isSupportedPseudorandomFunction(@PseudorandomFunction int algorithm) { in isSupportedPseudorandomFunction() 515 public static boolean isSupportedIntegrityAlgorithm(@IntegrityAlgorithm int algorithm) { in isSupportedIntegrityAlgorithm() 535 public static String getEncryptionAlgorithmString(int algorithm) { in getEncryptionAlgorithmString() 547 public static String getPseudorandomFunctionString(int algorithm) { in getPseudorandomFunctionString() 559 public static String getIntegrityAlgorithmString(int algorithm) { in getIntegrityAlgorithmString()
|
D | ChildSaProposal.java | 145 public Builder addEncryptionAlgorithm(@EncryptionAlgorithm int algorithm, int keyLength) { in addEncryptionAlgorithm() 157 public Builder addIntegrityAlgorithm(@IntegrityAlgorithm int algorithm) { in addIntegrityAlgorithm()
|
/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 | 43 int generateKeyPair(in String algorithm, in ParcelableKeyGenParameterSpec spec); in generateKeyPair()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/ |
D | AdapterServiceTest.java | 706 String algorithm = "HmacSHA256"; in obfuscateInJava() local
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
D | ContactMatcher.java | 194 int nameType, String name, int algorithm) { in matchName()
|
D | RawContactMatcher.java | 192 candidateNameType, String candidateName, int nameType, String name, int algorithm) { in matchName()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 879 MatchCandidateList candidates, ContactMatcher matcher, int algorithm, String limit) { in matchAllCandidates()
|
D | ContactAggregator2.java | 753 MatchCandidateList candidates, RawContactMatcher matcher, int algorithm, String limit) { in matchAllCandidates()
|
D | AbstractContactAggregator.java | 1235 MatchCandidateList candidates, ContactMatcher matcher, int algorithm, String limit) { in matchAllCandidates()
|