Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/frameworks/base/core/java/android/net/
H A DIkev2VpnProfile.java96 private static void addAlgorithmIfSupported(List<String> algorithms, String ipSecAlgoName) { in addAlgorithmIfSupported()
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
111 addAlgorithmIfSupported(algorithms, AUTH_CRYPT_AES_GCM); in addAlgorithmIfSupported() argument
112 addAlgorithmIfSupported(algorithms, AUTH_CRYPT_CHACHA20_POLY1305); in addAlgorithmIfSupported() argument
/aosp_15_r20/external/libwebsockets/lib/jose/
H A DREADME.md23 ### Supported keys
29 ### Symmetric ciphers
33 ### Asymmetric ciphers
39 ### Payload auth and crypt
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/apk/v2/
H A DV2SchemeSigner.java103 List<SignatureAlgorithm> algorithms = new ArrayList<>(); in getSuggestedSignatureAlgorithms() local
116 List<SignatureAlgorithm> algorithms = new ArrayList<>(); in getSuggestedSignatureAlgorithms() local
130 List<SignatureAlgorithm> algorithms = new ArrayList<>(); in getSuggestedSignatureAlgorithms() local
/aosp_15_r20/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()
/aosp_15_r20/libcore/tools/docs/crypto/data/
H A Dcrypto_support.json6 "algorithms": [ array
34 "algorithms": [ array
132 "algorithms": [ array
141 "algorithms": [ array
150 "algorithms": [ array
159 "algorithms": [ array
168 "algorithms": [ array
599 "algorithms": [ array
616 "algorithms": [ array
646 "algorithms": [ array
[all …]
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/apk/v3/
H A DV3SchemeSigner.java116 List<SignatureAlgorithm> algorithms = new ArrayList<>(); in getSuggestedSignatureAlgorithms() local
129 List<SignatureAlgorithm> algorithms = new ArrayList<>(); in getSuggestedSignatureAlgorithms() local
143 List<SignatureAlgorithm> algorithms = new ArrayList<>(); in getSuggestedSignatureAlgorithms() local
/aosp_15_r20/packages/modules/ExtServices/java/src/android/ext/services/autofill/
DAutofillFieldClassificationServiceImpl.java42 @Nullable Map algorithms, @Nullable Map args) { in onCalculateScores()
59 @Nullable HashMap<String, String> algorithms, in calculateScores() argument
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/s3/
H A DChecksumAlgorithm.java56 private static int[] algorithmsListToIntArray(final List<ChecksumAlgorithm> algorithms) { in algorithmsListToIntArray()
72 public static int[] marshallAlgorithmsForJNI(final List<ChecksumAlgorithm> algorithms) { in marshallAlgorithmsForJNI()
/aosp_15_r20/libcore/support/src/test/java/libcore/java/security/
H A DStandardNames.java95 Set<String> algorithms = PROVIDER_ALGORITHMS.get(type); in provide() local
113 Set<String> algorithms = PROVIDER_ALGORITHMS.get(type); in unprovide() local
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/tests/util/
H A DServiceTester.java56 private final Set<String> algorithms = new LinkedHashSet<>(); field in ServiceTester
123 public ServiceTester withAlgorithms(Collection<String> algorithms) { in withAlgorithms()
/aosp_15_r20/external/conscrypt/testing/src/main/java/tests/util/
H A DServiceTester.java51 private final Set<String> algorithms = new LinkedHashSet<>(); field in ServiceTester
118 public ServiceTester withAlgorithms(Collection<String> algorithms) { in withAlgorithms()
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/internal/
H A DHmacTest.kt38 val algorithms = enumValues<Parameters.Algorithm>() in <lambda>() constant
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgemm_algorithm_picker.cc97 se::DeviceMemoryBase output_buffer, absl::Span<const AlgoT> algorithms, in GetBestAlgorithm()
308 std::vector<se::blas::AlgorithmType> algorithms; in DoGemmAutotune() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dmatmul_op_fused.cc185 const std::vector<se::cuda::BlasLt::MatmulAlgorithm>& algorithms, in AutotuneMatmul()
298 const auto& algorithms = plan_and_algorithms->algorithms; in operator ()() local
H A Dmatmul_util.h62 std::vector<se::cuda::BlasLt::MatmulAlgorithm> algorithms; member
/aosp_15_r20/packages/modules/Virtualization/libs/apkverify/src/
Dlib.rs19 mod algorithms; module
/aosp_15_r20/frameworks/base/core/java/android/security/net/config/
H A DPinSet.java40 Set<String> algorithms = new ArraySet<String>(); in getPinAlgorithms() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/util/
H A DAbstractAlgorithmConstraints.java77 static boolean checkAlgorithm(String[] algorithms, String algorithm, in checkAlgorithm()
/aosp_15_r20/packages/modules/ExtServices/java/tests/src/android/ext/services/autofill/
DAutofillFieldClassificationServiceImplTest.java76 final HashMap<String, String> algorithms = new HashMap<>(1); in testCalculateScores() local
/aosp_15_r20/external/mbedtls/scripts/data_files/driver_jsons/
H A Dp256_transparent_driver.json11 "algorithms": ["PSA_ALG_ECDH", "PSA_ALG_ECDSA(PSA_ALG_ANY_HASH)"], array
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/data_files/driver_jsons/
H A Dp256_transparent_driver.json11 "algorithms": ["PSA_ALG_ECDH", "PSA_ALG_ECDSA(PSA_ALG_ANY_HASH)"], array
/aosp_15_r20/external/cronet/crypto/
H A Dunexportable_key_unittest.cc74 const crypto::SignatureVerifier::SignatureAlgorithm algorithms[] = {algo}; in TEST_P() local
H A Dscoped_fake_user_verifying_key_provider.cc72 std::vector<SignatureVerifier::SignatureAlgorithm> algorithms = { in GetUserVerifyingSigningKey() local
/aosp_15_r20/external/python/cpython2/Lib/
Dhashlib.py65 algorithms = __always_supported variable

12345678910