Home
last modified time | relevance | path

Searched defs:algorithms (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/core/java/android/net/
H A DIkev2VpnProfile.java85 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
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/autofill/
H A DAutofillFieldClassificationServiceImpl.java42 @Nullable Map algorithms, @Nullable Map args) { in onCalculateScores()
59 @Nullable HashMap<String, String> algorithms, in calculateScores() argument
/aosp12/frameworks/base/core/java/android/service/autofill/
H A DAutofillFieldClassificationService.java108 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 DIAutofillFieldClassificationService.aidl34 in Map algorithms, in Map args); in calculateScores()
/aosp12/frameworks/base/core/java/android/security/net/config/
H A DPinSet.java40 Set<String> algorithms = new ArraySet<String>(); in getPinAlgorithms() local
/aosp12/packages/modules/ExtServices/java/tests/src/android/ext/services/autofill/
H A DAutofillFieldClassificationServiceImplTest.java76 final HashMap<String, String> algorithms = new HashMap<>(1); in testCalculateScores() local
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DFieldClassificationStrategy.java270 @Nullable ArrayMap<String, String> algorithms, in calculateScores() argument
H A DAutofillManagerService.java1559 String[] algorithms = null; in getAvailableFieldClassificationAlgorithms() local
/aosp12/system/keymaster/android_keymaster/
H A Dandroid_keymaster.cpp190 const keymaster_algorithm_t* algorithms = context_->GetSupportedAlgorithms(&algorithm_count); in SupportedAlgorithms() local
/aosp12/system/keymaster/contexts/
H A Dsoft_keymaster_device.cpp373 keymaster_algorithm_t** algorithms, in get_supported_algorithms()
/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test_utils.cpp805 keymaster_algorithm_t** algorithms, in get_supported_algorithms()
/aosp12/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java1706 final String[] algorithms = receiver.getStringArrayResult(); in getAvailableFieldClassificationAlgorithms() local