/aosp12/frameworks/base/core/java/android/net/ |
H A 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
|
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/autofill/ |
H A D | AutofillFieldClassificationServiceImpl.java | 42 @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 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()
|
/aosp12/frameworks/base/core/java/android/security/net/config/ |
H A D | PinSet.java | 40 Set<String> algorithms = new ArraySet<String>(); in getPinAlgorithms() local
|
/aosp12/packages/modules/ExtServices/java/tests/src/android/ext/services/autofill/ |
H A D | AutofillFieldClassificationServiceImplTest.java | 76 final HashMap<String, String> algorithms = new HashMap<>(1); in testCalculateScores() local
|
/aosp12/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 | 1559 String[] algorithms = null; in getAvailableFieldClassificationAlgorithms() local
|
/aosp12/system/keymaster/android_keymaster/ |
H A D | android_keymaster.cpp | 190 const keymaster_algorithm_t* algorithms = context_->GetSupportedAlgorithms(&algorithm_count); in SupportedAlgorithms() local
|
/aosp12/system/keymaster/contexts/ |
H A D | soft_keymaster_device.cpp | 373 keymaster_algorithm_t** algorithms, in get_supported_algorithms()
|
/aosp12/system/keymaster/tests/ |
H A D | android_keymaster_test_utils.cpp | 805 keymaster_algorithm_t** algorithms, in get_supported_algorithms()
|
/aosp12/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillManager.java | 1706 final String[] algorithms = receiver.getStringArrayResult(); in getAvailableFieldClassificationAlgorithms() local
|