Searched defs:algorithms (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/java/android/net/ |
H A D | Ikev2VpnProfile.java | 96 private static void addAlgorithmIfSupported(List<String> algorithms, String ipSecAlgoName) { in addAlgorithmIfSupported() 104 addAlgorithmIfSupported(algorithms, CRYPT_AES_CBC); in addAlgorithmIfSupported() argument 105 addAlgorithmIfSupported(algorithms, CRYPT_AES_CTR); in addAlgorithmIfSupported() argument 106 addAlgorithmIfSupported(algorithms, AUTH_HMAC_SHA256); in addAlgorithmIfSupported() argument 107 addAlgorithmIfSupported(algorithms, AUTH_HMAC_SHA384); in addAlgorithmIfSupported() argument 108 addAlgorithmIfSupported(algorithms, AUTH_HMAC_SHA512); in addAlgorithmIfSupported() argument 109 addAlgorithmIfSupported(algorithms, AUTH_AES_XCBC); in addAlgorithmIfSupported() argument 110 addAlgorithmIfSupported(algorithms, AUTH_AES_CMAC); in addAlgorithmIfSupported() argument 111 addAlgorithmIfSupported(algorithms, AUTH_CRYPT_AES_GCM); in addAlgorithmIfSupported() argument 112 addAlgorithmIfSupported(algorithms, AUTH_CRYPT_CHACHA20_POLY1305); in addAlgorithmIfSupported() argument
|
/aosp14/frameworks/base/core/java/android/service/autofill/ |
H A 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()
|
H A D | IAutofillFieldClassificationService.aidl | 34 in Map algorithms, in Map args); in calculateScores()
|
/aosp14/frameworks/base/core/java/android/security/net/config/ |
H A D | PinSet.java | 40 Set<String> algorithms = new ArraySet<String>(); in getPinAlgorithms() local
|
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | FieldClassificationStrategy.java | 270 @Nullable ArrayMap<String, String> algorithms, in calculateScores() argument
|
H A D | AutofillManagerService.java | 1838 String[] algorithms = null; in getAvailableFieldClassificationAlgorithms() local
|
H A D | Session.java | 3164 final ArrayMap<String, String> algorithms = userData.getFieldClassificationAlgorithms(); in logFieldClassificationScore() local
|
/aosp14/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillManager.java | 2231 final String[] algorithms = receiver.getStringArrayResult(); in getAvailableFieldClassificationAlgorithms() local
|