| /frameworks/base/core/java/android/security/net/config/ |
| D | PinSet.java | 40 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/ |
| D | AutofillFieldClassificationService.java | 108 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()
|
| D | IAutofillFieldClassificationService.aidl | 34 in Map algorithms, in Map args); in calculateScores() argument
|
| /frameworks/base/core/java/android/net/ |
| D | Ikev2VpnProfile.java | 85 private static void addAlgorithmIfSupported(List<String> algorithms, String ipSecAlgoName) { in addAlgorithmIfSupported() argument 87 algorithms.add(ipSecAlgoName); in addAlgorithmIfSupported() 92 final List<String> algorithms = new ArrayList<>(); 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 [all …]
|
| /frameworks/proto_logging/stats/enums/system/security/keystore2/ |
| D | enums.proto | 35 // Asymmetric algorithms. 39 // Block cipher algorithms 42 // MAC algorithms
|
| /frameworks/proto_logging/stats/enums/wifi/ |
| D | enums.proto | 78 // WPA pre-shared key with stronger SHA256-based algorithms. 80 // WPA using EAP authentication with stronger SHA256-based algorithms.
|
| /frameworks/base/services/autofill/java/com/android/server/autofill/ |
| D | FieldClassificationStrategy.java | 270 @Nullable ArrayMap<String, String> algorithms, in calculateScores() argument 273 userDataValues, categoryIds, defaultAlgorithm, defaultArgs, algorithms, args)); in calculateScores()
|
| D | AutofillManagerService.java | 1559 String[] algorithms = null; in getAvailableFieldClassificationAlgorithms() local 1564 algorithms = service.getAvailableFieldClassificationAlgorithms(getCallingUid()); in getAvailableFieldClassificationAlgorithms() 1571 send(receiver, algorithms); in getAvailableFieldClassificationAlgorithms()
|
| D | Session.java | 1973 final ArrayMap<String, String> algorithms = userData.getFieldClassificationAlgorithms(); 2077 defaultAlgorithm, defaultArgs, algorithms, args);
|
| /frameworks/native/opengl/tests/angeles/ |
| D | README.txt | 42 algorithms.
|
| /frameworks/base/core/java/android/view/autofill/ |
| D | AutofillManager.java | 1706 final String[] algorithms = receiver.getStringArrayResult(); in getAvailableFieldClassificationAlgorithms() local 1707 return algorithms != null ? Arrays.asList(algorithms) : Collections.emptyList(); in getAvailableFieldClassificationAlgorithms()
|
| /frameworks/proto_logging/stats/ |
| D | atoms.proto | 14180 /** Asymmetric algorithms. */ 14184 /** Block cipher algorithms */ 14187 /** MAC algorithms */
|
| /frameworks/base/core/api/ |
| D | current.txt | 22218 field public static final String PROPERTY_ALGORITHMS = "algorithms";
|
| /frameworks/opt/setupwizard/tools/docs/ |
| D | android-22.txt | 14864 field public static final java.lang.String PROPERTY_ALGORITHMS = "algorithms";
|