Home
last modified time | relevance | path

Searched refs:algorithms (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/core/java/android/security/net/config/
DPinSet.java40 Set<String> algorithms = new ArraySet<String>(); in getPinAlgorithms() local
42 algorithms.add(pin.digestAlgorithm); in getPinAlgorithms()
44 return algorithms; in getPinAlgorithms()
/frameworks/base/core/java/android/service/autofill/
DAutofillFieldClassificationService.java108 Bundle defaultArgs, Map algorithms, Map args) { in calculateScores() argument
111 Arrays.asList(categoryIds), defaultAlgorithm, defaultArgs, algorithms, args); in calculateScores()
282 @Nullable Map algorithms, @Nullable Map args) { in onCalculateScores() argument
293 Bundle defaultArgs, Map algorithms, Map args) in calculateScores() argument
299 defaultArgs, algorithms, args)); in calculateScores()
DIAutofillFieldClassificationService.aidl34 in Map algorithms, in Map args); in calculateScores() argument
/frameworks/proto_logging/stats/enums/system/security/keystore2/
Denums.proto35 // Asymmetric algorithms.
39 // Block cipher algorithms
42 // MAC algorithms
/frameworks/base/core/java/android/net/
DIkev2VpnProfile.java96 private static void addAlgorithmIfSupported(List<String> algorithms, String ipSecAlgoName) { in addAlgorithmIfSupported() argument
98 algorithms.add(ipSecAlgoName); in addAlgorithmIfSupported()
103 final List<String> algorithms = new ArrayList<>();
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
[all …]
/frameworks/proto_logging/stats/atoms/ike/
Dike_extension_atoms.proto98 /** negotiated encryption algorithms */
101 /** negotiated encryption algorithms key length */
104 /** negotiated integrity algorithms */
107 /** negotiated Prf algorithms */
/frameworks/opt/telephony/flags/
Diwlan.aconfig9 description: "Add AEAD algorithms AES-GCM-8, AES-GCM-12 and AES-GCM-16 to IWLAN"
/frameworks/base/services/autofill/java/com/android/server/autofill/
DFieldClassificationStrategy.java270 @Nullable ArrayMap<String, String> algorithms, in calculateScores() argument
273 userDataValues, categoryIds, defaultAlgorithm, defaultArgs, algorithms, args)); in calculateScores()
DAutofillManagerService.java1895 String[] algorithms = null; in getAvailableFieldClassificationAlgorithms() local
1903 algorithms = service in getAvailableFieldClassificationAlgorithms()
1916 send(receiver, algorithms); in getAvailableFieldClassificationAlgorithms()
DSession.java3557 final ArrayMap<String, String> algorithms = userData.getFieldClassificationAlgorithms(); in logFieldClassificationScore() local
3605 defaultAlgorithm, defaultArgs, algorithms, args); in logFieldClassificationScore()
/frameworks/proto_logging/stats/enums/wifi/
Denums.proto93 // WPA pre-shared key with stronger SHA256-based algorithms.
95 // WPA using EAP authentication with stronger SHA256-based algorithms.
/frameworks/base/core/proto/android/app/
Dtime_zone_detector.proto43 // The state enum for detection algorithms.
/frameworks/native/opengl/tests/angeles/
DREADME.txt42 algorithms.
/frameworks/proto_logging/stats/atoms/hardware/biometrics/
Dbiometrics_atoms.proto29 * Used for finger placement analysis and tuning of the finger detection algorithms.
/frameworks/proto_logging/stats/atoms/corenetworking/platform/
Dvpn_extension_atoms.proto82 // Bitmasked value for allowed algorithms
/frameworks/base/packages/SettingsLib/DataStore/
DREADME.md96 - To support other compression algorithms, simply wrap over the
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java2369 final String[] algorithms = receiver.getStringArrayResult(); in getAvailableFieldClassificationAlgorithms() local
2370 return algorithms != null ? Arrays.asList(algorithms) : Collections.emptyList(); in getAvailableFieldClassificationAlgorithms()
/frameworks/proto_logging/stats/
Datoms.proto17661 /** Asymmetric algorithms. */
17665 /** Block cipher algorithms */
17668 /** MAC algorithms */
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14864 field public static final java.lang.String PROPERTY_ALGORITHMS = "algorithms";
/frameworks/base/core/api/
Dcurrent.txt23337 field public static final String PROPERTY_ALGORITHMS = "algorithms";