Searched defs:algorithms (Results 1 – 7 of 7) sorted by relevance
| /frameworks/base/core/java/android/net/ |
| D | Ikev2VpnProfile.java | 85 private static void addAlgorithmIfSupported(List<String> algorithms, String ipSecAlgoName) { in addAlgorithmIfSupported() 93 addAlgorithmIfSupported(algorithms, CRYPT_AES_CBC); in addAlgorithmIfSupported() argument 94 addAlgorithmIfSupported(algorithms, CRYPT_AES_CTR); in addAlgorithmIfSupported() argument 95 addAlgorithmIfSupported(algorithms, AUTH_HMAC_SHA256); in addAlgorithmIfSupported() argument 96 addAlgorithmIfSupported(algorithms, AUTH_HMAC_SHA384); in addAlgorithmIfSupported() argument 97 addAlgorithmIfSupported(algorithms, AUTH_HMAC_SHA512); in addAlgorithmIfSupported() argument 98 addAlgorithmIfSupported(algorithms, AUTH_AES_XCBC); in addAlgorithmIfSupported() argument 99 addAlgorithmIfSupported(algorithms, AUTH_AES_CMAC); in addAlgorithmIfSupported() argument 100 addAlgorithmIfSupported(algorithms, AUTH_CRYPT_AES_GCM); in addAlgorithmIfSupported() argument 101 addAlgorithmIfSupported(algorithms, AUTH_CRYPT_CHACHA20_POLY1305); in addAlgorithmIfSupported() argument
|
| /frameworks/base/core/java/android/service/autofill/ |
| D | AutofillFieldClassificationService.java | 108 Bundle defaultArgs, Map algorithms, Map args) { in calculateScores() 282 @Nullable Map algorithms, @Nullable Map args) { in onCalculateScores() 293 Bundle defaultArgs, Map algorithms, Map args) in calculateScores()
|
| D | IAutofillFieldClassificationService.aidl | 34 in Map algorithms, in Map args); in calculateScores()
|
| /frameworks/base/core/java/android/security/net/config/ |
| D | PinSet.java | 40 Set<String> algorithms = new ArraySet<String>(); in getPinAlgorithms() local
|
| /frameworks/base/services/autofill/java/com/android/server/autofill/ |
| D | FieldClassificationStrategy.java | 270 @Nullable ArrayMap<String, String> algorithms, in calculateScores() argument
|
| D | AutofillManagerService.java | 1559 String[] algorithms = null; in getAvailableFieldClassificationAlgorithms() local
|
| /frameworks/base/core/java/android/view/autofill/ |
| D | AutofillManager.java | 1706 final String[] algorithms = receiver.getStringArrayResult(); in getAvailableFieldClassificationAlgorithms() local
|