HomeSort by relevance Sort by last modified time
    Searched defs:algorithms (Results 1 - 25 of 67) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
hashlib.py 18 More algorithms may be available on your platform but the above are
61 algorithms = __always_supported variable
63 __all__ = __always_supported + ('new', 'algorithms')
  /frameworks/base/core/java/android/security/net/config/
PinSet.java 40 Set<String> algorithms = new ArraySet<String>(); local
42 algorithms.add(pin.digestAlgorithm);
44 return algorithms;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
hashlib.py 18 More algorithms may be available on your platform but the above are
61 algorithms = __always_supported variable
63 __all__ = __always_supported + ('new', 'algorithms')
  /prebuilts/gdb/linux-x86/lib/python2.7/
hashlib.py 18 More algorithms may be available on your platform but the above are
61 algorithms = __always_supported variable
63 __all__ = __always_supported + ('new', 'algorithms')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
hashlib.py 18 More algorithms may be available on your platform but the above are
61 algorithms = __always_supported variable
63 __all__ = __always_supported + ('new', 'algorithms')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
hashlib.py 18 More algorithms may be available on your platform but the above are
61 algorithms = __always_supported variable
63 __all__ = __always_supported + ('new', 'algorithms')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
hashlib.py 18 More algorithms may be available on your platform but the above are guaranteed
65 algorithms = __always_supported variable
68 'algorithms_available', 'algorithms',
  /external/python/cpython2/Lib/
hashlib.py 18 More algorithms may be available on your platform but the above are guaranteed
65 algorithms = __always_supported variable
68 'algorithms_available', 'algorithms',
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLContextImpl.java 49 private final String[] algorithms; field in class:OpenSSLContextImpl
64 OpenSSLContextImpl(String[] algorithms) {
65 this.algorithms = algorithms;
75 this.algorithms = null;
86 serverSessionContext, algorithms);
93 * implementations of the needed algorithms.
104 kms, tms, sr, clientSessionContext, serverSessionContext, algorithms);
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gemm_thunk.cc 81 // Not all algorithms are valid for all matrix sizes, and not all CUDA versions
130 std::vector<se::blas::AlgorithmType> algorithms; local
131 CHECK(stream->parent()->GetBlasGemmAlgorithms(&algorithms));
134 for (auto algorithm : algorithms) {
137 // for all algorithms if we're targeting < sm_50. But because we pass a
155 "Unable to autotune cuBLAS gemm on stream %p; none of the %zu algorithms "
157 stream, algorithms.size());
cudnn_convolution_algorithm_picker.cc 122 std::vector<AlgorithmDesc> algorithms; local
126 with_winograd_nonfused, &algorithms));
130 with_winograd_nonfused, &algorithms));
134 &algorithms));
138 return algorithms;
258 LOG(WARNING) << "All algorithms tried for convolution " << instr->ToString()
  /tools/apksig/src/main/java/com/android/apksig/internal/apk/v2/
V2SchemeSigner.java 79 * Gets the APK Signature Scheme v2 signature algorithms to be used for signing an APK using the
101 List<SignatureAlgorithm> algorithms = new ArrayList<>(); local
102 algorithms.add(SignatureAlgorithm.RSA_PKCS1_V1_5_WITH_SHA256);
104 algorithms.add(SignatureAlgorithm.VERITY_RSA_PKCS1_V1_5_WITH_SHA256);
106 return algorithms;
114 List<SignatureAlgorithm> algorithms = new ArrayList<>(); local
115 algorithms.add(SignatureAlgorithm.DSA_WITH_SHA256);
117 algorithms.add(SignatureAlgorithm.VERITY_DSA_WITH_SHA256);
119 return algorithms;
125 List<SignatureAlgorithm> algorithms = new ArrayList<>() local
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultSignatureAlgorithmIdentifierFinder.java 12 // Android-removed: Unsupported algorithms
30 private static Map algorithms = new HashMap(); field in class:DefaultSignatureAlgorithmIdentifierFinder
40 // BEGIN Android-removed: Unsupported algorithms
43 // END Android-removed: Unsupported algorithms
47 // BEGIN Android-removed: Unsupported algorithms
48 // algorithms.put("MD2WITHRSAENCRYPTION", PKCSObjectIdentifiers.md2WithRSAEncryption);
49 // algorithms.put("MD2WITHRSA", PKCSObjectIdentifiers.md2WithRSAEncryption);
50 // END Android-removed: Unsupported algorithms
51 algorithms.put("MD5WITHRSAENCRYPTION", PKCSObjectIdentifiers.md5WithRSAEncryption);
52 algorithms.put("MD5WITHRSA", PKCSObjectIdentifiers.md5WithRSAEncryption)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java 33 // Android-removed: Unsupported algorithms
41 // Android-removed: Unsupported algorithms
78 private static Hashtable algorithms = new Hashtable(); field in class:PKCS10CertificationRequest
86 // Android-removed: Unsupported algorithms
87 // algorithms.put("MD2WITHRSAENCRYPTION", new ASN1ObjectIdentifier("1.2.840.113549.1.1.2"));
88 // algorithms.put("MD2WITHRSA", new ASN1ObjectIdentifier("1.2.840.113549.1.1.2"));
89 // END Android-removed: Unsupported algorithms
90 algorithms.put("MD5WITHRSAENCRYPTION", new ASN1ObjectIdentifier("1.2.840.113549.1.1.4"));
91 algorithms.put("MD5WITHRSA", new ASN1ObjectIdentifier("1.2.840.113549.1.1.4"));
92 algorithms.put("RSAWITHMD5", new ASN1ObjectIdentifier("1.2.840.113549.1.1.4"))
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509Util.java 28 // Android-removed: Unsupported algorithms
34 // Android-removed: Unsupported algorithms
43 private static Hashtable algorithms = new Hashtable(); field in class:X509Util
49 // BEGIN Android-removed: Unsupported algorithms
50 // algorithms.put("MD2WITHRSAENCRYPTION", PKCSObjectIdentifiers.md2WithRSAEncryption);
51 // algorithms.put("MD2WITHRSA", PKCSObjectIdentifiers.md2WithRSAEncryption);
52 // END Android-removed: Unsupported algorithms
53 algorithms.put("MD5WITHRSAENCRYPTION", PKCSObjectIdentifiers.md5WithRSAEncryption);
54 algorithms.put("MD5WITHRSA", PKCSObjectIdentifiers.md5WithRSAEncryption);
55 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption)
    [all...]
  /external/toybox/toys/lsb/
md5sum.c 256 } algorithms[] = { local
269 for (i = 0; i<ARRAY_LEN(algorithms); i++)
270 if (!strcmp(toys.which->name, algorithms[i].name)) break;
271 hash = algorithms+i;
  /libcore/ojluni/src/main/java/sun/security/util/
DisabledAlgorithmConstraints.java 43 * Algorithm constraints for disabled algorithms property
133 * algorithms are allowed, certificate constraints, and the
352 // Get all signature algorithms to check for constraints
353 Set<String> algorithms = local
355 if (algorithms == null || algorithms.isEmpty()) {
360 algorithms.add(cert.getPublicKey().getAlgorithm());
363 for (String algorithm : algorithms) {
  /system/keymaster/android_keymaster/
android_keymaster.cpp 105 const keymaster_algorithm_t* algorithms = context_->GetSupportedAlgorithms(&algorithm_count); local
109 response->results = dup_array(algorithms, algorithm_count);
  /tools/apksig/src/main/java/com/android/apksig/internal/apk/v3/
V3SchemeSigner.java 68 * Gets the APK Signature Scheme v3 signature algorithms to be used for signing an APK using the
90 List<SignatureAlgorithm> algorithms = new ArrayList<>(); local
91 algorithms.add(SignatureAlgorithm.RSA_PKCS1_V1_5_WITH_SHA256);
93 algorithms.add(SignatureAlgorithm.VERITY_RSA_PKCS1_V1_5_WITH_SHA256);
95 return algorithms;
103 List<SignatureAlgorithm> algorithms = new ArrayList<>(); local
104 algorithms.add(SignatureAlgorithm.DSA_WITH_SHA256);
106 algorithms.add(SignatureAlgorithm.VERITY_DSA_WITH_SHA256);
108 return algorithms;
114 List<SignatureAlgorithm> algorithms = new ArrayList<>() local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
conv_grad_ops_3d.cc 663 std::vector<AlgorithmDesc> algorithms; variable
1030 std::vector<AlgorithmDesc> algorithms; variable
    [all...]
conv_ops_3d.cc 397 std::vector<AlgorithmDesc> algorithms; local
399 conv_parameters.ShouldIncludeWinogradNonfusedAlgo<T>(), &algorithms));
402 for (auto profile_algorithm : algorithms) {
conv_ops.cc 710 std::vector<AlgorithmDesc> algorithms; local
712 conv_parameters.ShouldIncludeWinogradNonfusedAlgo<T>(), &algorithms));
715 for (auto profile_algorithm : algorithms) {
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactoryTest.java 137 String[] algorithms = { local
158 for (int i = 0; i < algorithms.length; i++) {
159 String algorithm = algorithms[i];
  /external/conscrypt/libcore-stub/src/main/java/libcore/java/security/
StandardNames.java 95 * A map from algorithm type (e.g. Cipher) to a set of algorithms (e.g. AES, DES, ...)
110 HashSet<String> algorithms = PROVIDER_ALGORITHMS.get(type); local
111 if (algorithms == null) {
112 algorithms = new HashSet<String>();
113 PROVIDER_ALGORITHMS.put(type, algorithms);
116 algorithms.add(algorithm.toUpperCase(Locale.ROOT)));
119 HashSet<String> algorithms = PROVIDER_ALGORITHMS.get(type); local
120 assertNotNull(algorithms);
121 assertTrue(algorithm, algorithms.remove(algorithm.toUpperCase(Locale.ROOT)));
122 if (algorithms.isEmpty())
    [all...]
  /external/tensorflow/tensorflow/contrib/fused_conv/kernels/
fused_conv2d_bias_activation_op.cc 544 std::vector<dnn::AlgorithmDesc> algorithms; local
547 &algorithms));
550 for (auto profile_algorithm : algorithms) {

Completed in 4089 milliseconds

1 2 3