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

12 3

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureTest.java 57 String [] algorithms = { "SHA256WITHRSA", "NONEWITHDSA", "SHA384WITHRSA", local
60 for (int i = 0; i < algorithms.length; i ++) {
61 MySignature1 s = new MySignature1(algorithms[i]);
62 assertEquals(algorithms[i],s.getAlgorithm());
  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java 96 * A map from algorithm type (e.g. Cipher) to a set of algorithms (e.g. AES, DES, ...)
111 Set<String> algorithms = PROVIDER_ALGORITHMS.get(type); local
112 if (algorithms == null) {
113 algorithms = new HashSet<String>();
114 PROVIDER_ALGORITHMS.put(type, algorithms);
117 algorithms.add(algorithm.toUpperCase(Locale.ROOT)));
120 Set<String> algorithms = PROVIDER_ALGORITHMS.get(type); local
121 assertNotNull(algorithms);
122 assertTrue(algorithm, algorithms.remove(algorithm.toUpperCase(Locale.ROOT)));
123 if (algorithms.isEmpty())
    [all...]
  /tools/apksig/src/main/java/com/android/apksig/
SigningCertificateLineage.java 281 // TODO switch to one signature algorithm selection, or add support for multiple algorithms
282 List<SignatureAlgorithm> algorithms = V3SchemeSigner.getSuggestedSignatureAlgorithms( local
284 return algorithms.get(0);
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
conv_grad_filter_ops.cc 910 std::vector<AlgorithmDesc> algorithms; local
    [all...]
conv_grad_input_ops.cc 959 std::vector<AlgorithmDesc> algorithms; local
    [all...]
  /frameworks/base/core/java/android/view/autofill/
AutofillManager.java 1379 final String[] algorithms; local
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 1063 TPM_ALG_ID algorithms[MAX_ALG_LIST_SIZE]; member in struct:__anon10002
1122 TPML_ALG_PROPERTY algorithms; member in union:__anon10012
    [all...]
  /external/tpm2/
tpm_types.h 784 TPM_ALG_ID algorithms[MAX_ALG_LIST_SIZE]; member in struct:__anon40559
846 TPML_ALG_PROPERTY algorithms; member in union:__anon40570
    [all...]
  /system/tpm/trunks/
tpm_generated.h 1105 TPM_ALG_ID algorithms[MAX_ALG_LIST_SIZE]; member in struct:trunks::TPML_ALG
1154 TPML_ALG_PROPERTY algorithms; member in union:trunks::TPMU_CAPABILITIES
    [all...]
  /prebuilts/misc/common/nimbus-jose-jwt/
nimbus-jose-jwt-4.33.jar 
  /prebuilts/tools/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/
jose4j-0.5.0.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
jsse.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
jsse.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.56/
bcpkix-jdk15on-1.56.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
bcprov-jdk16-1.46.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
bcprov-jdk16-1.46.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 882 milliseconds

12 3