/aosp_15_r20/frameworks/base/core/java/android/net/ |
H A D | Ikev2VpnProfile.java | 96 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 D | README.md | 23 ### 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 D | V2SchemeSigner.java | 103 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 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()
|
/aosp_15_r20/libcore/tools/docs/crypto/data/ |
H A D | crypto_support.json | 6 "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 D | V3SchemeSigner.java | 116 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/ |
D | AutofillFieldClassificationServiceImpl.java | 42 @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 D | ChecksumAlgorithm.java | 56 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 D | StandardNames.java | 95 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 D | ServiceTester.java | 56 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 D | ServiceTester.java | 51 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 D | HmacTest.kt | 38 val algorithms = enumValues<Parameters.Algorithm>() in <lambda>() constant
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | gemm_algorithm_picker.cc | 97 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 D | matmul_op_fused.cc | 185 const std::vector<se::cuda::BlasLt::MatmulAlgorithm>& algorithms, in AutotuneMatmul() 298 const auto& algorithms = plan_and_algorithms->algorithms; in operator ()() local
|
H A D | matmul_util.h | 62 std::vector<se::cuda::BlasLt::MatmulAlgorithm> algorithms; member
|
/aosp_15_r20/packages/modules/Virtualization/libs/apkverify/src/ |
D | lib.rs | 19 mod algorithms; module
|
/aosp_15_r20/frameworks/base/core/java/android/security/net/config/ |
H A D | PinSet.java | 40 Set<String> algorithms = new ArraySet<String>(); in getPinAlgorithms() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/util/ |
H A D | AbstractAlgorithmConstraints.java | 77 static boolean checkAlgorithm(String[] algorithms, String algorithm, in checkAlgorithm()
|
/aosp_15_r20/packages/modules/ExtServices/java/tests/src/android/ext/services/autofill/ |
D | AutofillFieldClassificationServiceImplTest.java | 76 final HashMap<String, String> algorithms = new HashMap<>(1); in testCalculateScores() local
|
/aosp_15_r20/external/mbedtls/scripts/data_files/driver_jsons/ |
H A D | p256_transparent_driver.json | 11 "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 D | p256_transparent_driver.json | 11 "algorithms": ["PSA_ALG_ECDH", "PSA_ALG_ECDSA(PSA_ALG_ANY_HASH)"], array
|
/aosp_15_r20/external/cronet/crypto/ |
H A D | unexportable_key_unittest.cc | 74 const crypto::SignatureVerifier::SignatureAlgorithm algorithms[] = {algo}; in TEST_P() local
|
H A D | scoped_fake_user_verifying_key_provider.cc | 72 std::vector<SignatureVerifier::SignatureAlgorithm> algorithms = { in GetUserVerifyingSigningKey() local
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | hashlib.py | 65 algorithms = __always_supported variable
|