Home
last modified time | relevance | path

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

12

/external/libwebsockets/lib/jose/
DREADME.md23 ### Supported keys
29 ### Symmetric ciphers
33 ### Asymmetric ciphers
39 ### Payload auth and crypt
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/s3/
DChecksumAlgorithm.java56 private static int[] algorithmsListToIntArray(final List<ChecksumAlgorithm> algorithms) { in algorithmsListToIntArray()
72 public static int[] marshallAlgorithmsForJNI(final List<ChecksumAlgorithm> algorithms) { in marshallAlgorithmsForJNI()
/external/conscrypt/repackaged/testing/src/main/java/tests/util/
DServiceTester.java56 private final Set<String> algorithms = new LinkedHashSet<>(); field in ServiceTester
123 public ServiceTester withAlgorithms(Collection<String> algorithms) { in withAlgorithms()
/external/conscrypt/testing/src/main/java/tests/util/
DServiceTester.java51 private final Set<String> algorithms = new LinkedHashSet<>(); field in ServiceTester
118 public ServiceTester withAlgorithms(Collection<String> algorithms) { in withAlgorithms()
/external/okio/okio/src/jvmTest/kotlin/okio/internal/
DHmacTest.kt38 val algorithms = enumValues<Parameters.Algorithm>() in <lambda>() constant
/external/mbedtls/scripts/data_files/driver_jsons/
Dp256_transparent_driver.json11 "algorithms": ["PSA_ALG_ECDH", "PSA_ALG_ECDSA(PSA_ALG_ANY_HASH)"], array
/external/cronet/crypto/
Dunexportable_key_unittest.cc55 const crypto::SignatureVerifier::SignatureAlgorithm algorithms[] = {algo}; in TEST_P() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
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
/external/tensorflow/tensorflow/core/kernels/
Dmatmul_util.h62 std::vector<se::cuda::BlasLt::MatmulAlgorithm> algorithms; member
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
Dconv_ops_gpu.cc386 std::vector<se::dnn::ProfileResult> algorithms; in AutotuneUnfusedConv() local
/external/python/cpython2/Lib/
Dhashlib.py65 algorithms = __always_supported variable
/external/cronet/net/ssl/
Dssl_platform_key_android.cc174 base::span<const uint16_t> algorithms) { in SignatureAlgorithmsToJavaKeyTypes()
Dssl_platform_key_android_unittest.cc110 std::vector<uint16_t> algorithms; in TEST() member
/external/oss-fuzz/projects/lzo/
Dall_lzo_compress.cc245 const auto& algorithms = GetLzoAlgorithms(); in LLVMFuzzerTestOneInput() local
/external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/operator/
DDefaultSignatureAlgorithmIdentifierFinder.java37 private static Map algorithms = new HashMap(); field in DefaultSignatureAlgorithmIdentifierFinder
/external/rust/crates/grpcio-sys/grpc/src/core/lib/compression/
Dcompression_internal.cc180 std::initializer_list<grpc_compression_algorithm> algorithms) { in CompressionAlgorithmSet()
/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
DJsonAeadTest.java309 String[] algorithms = in testChaCha20Poly1305() local
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DDefaultSignatureAlgorithmIdentifierFinder.java33 private static Map algorithms = new HashMap(); field in DefaultSignatureAlgorithmIdentifierFinder
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/
DX509Util.java44 private static Hashtable algorithms = new Hashtable(); field in X509Util
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/x509/
DX509Util.java44 private static Hashtable algorithms = new Hashtable(); field in X509Util
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DX509Util.java43 private static Hashtable algorithms = new Hashtable(); field in X509Util
/external/grpc-grpc/src/core/lib/compression/
Dcompression_internal.cc180 std::initializer_list<grpc_compression_algorithm> algorithms) { in CompressionAlgorithmSet()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_blas_lt.cc247 std::vector<BlasLt::MatmulAlgorithm> algorithms; in GetMatmulAlgorithms() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator.h499 std::unique_ptr<std::vector<std::unique_ptr<HeapAlgorithm<BufferType>>>> in ChooseBestHeapAlgorithm()

12