/aosp12/packages/modules/ExtServices/java/src/android/ext/services/autofill/ |
H A D | AutofillFieldClassificationServiceImpl.java | 42 @Nullable Map algorithms, @Nullable Map args) { in onCalculateScores() argument 51 defaultArgs, (HashMap<String, String>) algorithms, in onCalculateScores() 59 @Nullable HashMap<String, String> algorithms, in calculateScores() argument 69 if (algorithms != null && algorithms.containsKey(categoryId)) { in calculateScores() 70 algorithmName = algorithms.get(categoryId); 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 42 algorithms.add(pin.digestAlgorithm); in getPinAlgorithms() 44 return algorithms; in getPinAlgorithms()
|
/aosp12/frameworks/base/core/java/android/net/ |
H A D | Ikev2VpnProfile.java | 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 100 addAlgorithmIfSupported(algorithms, AUTH_CRYPT_AES_GCM); in addAlgorithmIfSupported() argument [all …]
|
/aosp12/frameworks/base/core/java/android/service/autofill/ |
H A 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()
|
H A D | IAutofillFieldClassificationService.aidl | 34 in Map algorithms, in Map args); in calculateScores() argument
|
/aosp12/frameworks/proto_logging/stats/enums/system/security/keystore2/ |
H A D | enums.proto | 35 // Asymmetric algorithms. 39 // Block cipher algorithms 42 // MAC algorithms
|
/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 77 algorithms.put("last4", REQUIRED_ALGORITHM_EXACT_MATCH); in testCalculateScores() 91 categoryIds, null, null, algorithms, args); in testCalculateScores()
|
/aosp12/packages/modules/StatsD/lib/libkll/proto/ |
H A D | aggregator.proto | 17 // properties of aggregation algorithms, in a minimized and Lite Proto version 31 // Enumeration of all supported aggregation algorithms. Values should
|
/aosp12/frameworks/proto_logging/stats/enums/wifi/ |
H A D | enums.proto | 78 // WPA pre-shared key with stronger SHA256-based algorithms. 80 // WPA using EAP authentication with stronger SHA256-based algorithms.
|
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | FieldClassificationStrategy.java | 270 @Nullable ArrayMap<String, String> algorithms, in calculateScores() argument 273 userDataValues, categoryIds, defaultAlgorithm, defaultArgs, algorithms, args)); in calculateScores()
|
H A D | AutofillManagerService.java | 1559 String[] algorithms = null; in getAvailableFieldClassificationAlgorithms() local 1564 algorithms = service.getAvailableFieldClassificationAlgorithms(getCallingUid()); in getAvailableFieldClassificationAlgorithms() 1571 send(receiver, algorithms); in getAvailableFieldClassificationAlgorithms()
|
H A D | Session.java | 1973 final ArrayMap<String, String> algorithms = userData.getFieldClassificationAlgorithms(); 2077 defaultAlgorithm, defaultArgs, algorithms, args);
|
/aosp12/hardware/interfaces/keymaster/3.0/ |
H A D | types.hal | 157 /** Asymmetric algorithms. */ 162 /** Block ciphers algorithms */ 165 /** MAC algorithms */ 188 * padding modes for both symmetric and asymmetric algorithms. Note that implementations should not
|
/aosp12/system/keymaster/contexts/ |
H A D | soft_keymaster_device.cpp | 373 keymaster_algorithm_t** algorithms, in get_supported_algorithms() argument 377 if (!algorithms || !algorithms_length) return KM_ERROR_OUTPUT_PARAMETER_NULL; in get_supported_algorithms() 380 if (km1_dev) return km1_dev->get_supported_algorithms(km1_dev, algorithms, algorithms_length); in get_supported_algorithms() 393 *algorithms = in get_supported_algorithms() 394 reinterpret_cast<keymaster_algorithm_t*>(malloc(*algorithms_length * sizeof(**algorithms))); in get_supported_algorithms() 395 if (!*algorithms) return KM_ERROR_MEMORY_ALLOCATION_FAILED; in get_supported_algorithms() 396 std::copy(response.results, response.results + response.results_length, *algorithms); in get_supported_algorithms()
|
/aosp12/hardware/interfaces/wifi/supplicant/1.2/ |
H A D | ISupplicantStaNetwork.hal | 31 /** WPA using EAP authentication with stronger SHA256-based algorithms */ 34 /** WPA pre-shared key with stronger SHA256-based algorithms */
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | keymaster1.h | 134 keymaster_algorithm_t** algorithms,
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | soft_keymaster_device.h | 102 keymaster_algorithm_t** algorithms,
|
/aosp12/frameworks/native/opengl/tests/angeles/ |
H A D | README.txt | 42 algorithms.
|
/aosp12/system/keymaster/android_keymaster/ |
H A D | android_keymaster.cpp | 190 const keymaster_algorithm_t* algorithms = context_->GetSupportedAlgorithms(&algorithm_count); in SupportedAlgorithms() local 193 response->results = dup_array(algorithms, algorithm_count); in SupportedAlgorithms()
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
H A D | faq.md | 193 … number-to-string conversion in `Writer` is implemented with very fast algorithms, which outperfor… 255 …it also employs low-level optimizations (intrinsics, SIMD) and special algorithms (custom double-t…
|
/aosp12/system/keymaster/tests/ |
H A D | android_keymaster_test_utils.cpp | 805 keymaster_algorithm_t** algorithms, in get_supported_algorithms() argument 807 return unwrap(dev)->get_supported_algorithms(unwrap(dev), algorithms, algorithms_length); in get_supported_algorithms()
|
/aosp12/system/chre/doc/ |
H A D | nanoapp_developer_guide.md | 232 #### Prefer in-place algorithms 234 Prefer in-place algorithms over out-of-place ones where efficiency allows to
|
/aosp12/hardware/interfaces/keymaster/4.0/ |
H A D | types.hal | 111 * Tag::DIGEST specifies the digest algorithms that may be used with the key to perform signing 871 /** Asymmetric algorithms. */ 876 /** Block cipher algorithms */ 880 /** MAC algorithms */ 905 * padding modes for both symmetric and asymmetric algorithms. Note that implementations should not
|
/aosp12/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillManager.java | 1706 final String[] algorithms = receiver.getStringArrayResult(); in getAvailableFieldClassificationAlgorithms() local 1707 return algorithms != null ? Arrays.asList(algorithms) : Collections.emptyList(); in getAvailableFieldClassificationAlgorithms()
|
/aosp12/hardware/interfaces/gnss/2.0/ |
H A D | IGnssMeasurementCallback.hal | 46 * algorithms given by the getState method. If the state flag is set, then the valid measurement
|