HomeSort by relevance Sort by last modified time
    Searched refs:algorithm (Results 176 - 200 of 492) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactory2Test.java 116 "algorithm name");
117 assertEquals("algorithm name", kf.getAlgorithm());
158 "generatePrivate generated different key for algorithm "
164 fail("invalid key spec for algorithm " + keyfactAlgs[i]);
166 fail("getInstance did not find algorithm " + keyfactAlgs[i]);
205 "generatePublic generated different key for algorithm "
208 fail("getInstance did not find algorithm " + keyfactAlgs[i]);
212 fail("invalid key spec for algorithm " + keyfactAlgs[i]);
233 assertTrue("getAlgorithm ok for algorithm " + keyfactAlgs[i],
236 fail("getInstance did not find algorithm " + keyfactAlgs[i])
498 String algorithm = (String) e.nextElement(); local
    [all...]
KSPrivateKeyEntryTest.java 136 * Assertion: throws IllegalArgumentException when algorithm of privateKey
137 * does not match the algorithm of PublicKey in the end certificate (with 0 index)
235 private String alg = "My algorithm";
252 public tmpPrivateKey(String algorithm) {
254 alg = algorithm;
KeyFactoryTest.java 81 String algorithm = parameters[i]; local
83 String message = "getInstance(" + (algorithm == null ? "null" : "\"" + algorithm + "\"") + ")";
85 KeyFactory.getInstance(algorithm);
179 String algorithm = algorithms[i]; local
182 (algorithm == null ? "null" : "\"" + algorithm + "\"") +
187 KeyFactory.getInstance(algorithm, provider);
  /external/chromium/net/base/
keygen_handler_nss.cc 27 offsetof(SECAlgorithmID, algorithm), },
37 offsetof(CERTSubjectPublicKeyInfo, algorithm),
data_url.cc 7 #include <algorithm>
  /external/ipsec-tools/
Makefile 21 src/racoon/algorithm.c \
Android.mk 40 src/racoon/algorithm.c \
  /external/openssl/crypto/pkcs12/
p12_mutl.c 87 EVP_get_digestbyobj (p12->mac->dinfo->algor->algorithm))) {
177 p12->mac->dinfo->algor->algorithm = OBJ_nid2obj(EVP_MD_type(md_type));
p12_npas.c 123 if (!alg_get(p7->d.encrypted->enc_data->algorithm,
220 *pnid = OBJ_obj2nid(alg->algorithm);
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCESecretKeyFactory.java 116 String algorithm,
124 super(algorithm, oid);
173 String algorithm,
181 super(algorithm, oid);
  /external/chromium/net/disk_cache/
bitmap.h 8 #include <algorithm>
  /external/chromium/net/http/
http_auth_handler_digest.h 34 // Possible values for the "algorithm" property.
36 // No algorithm was specified. According to RFC 2617 this means
72 static std::string AlgorithmToString(int algorithm);
  /external/openssl/crypto/asn1/
t_crl.c 96 i = OBJ_obj2nid(x->sig_alg->algorithm);
97 BIO_printf(out, "%8sSignature Algorithm: %s\n", "",
  /external/openssl/crypto/rand/
rand_lcl.h 128 #error No message digest algorithm available
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
statesort.h 22 #include <algorithm>
topsort.h 22 #include <algorithm>
  /external/stlport/test/eh/
test_construct.h 21 # include <algorithm>
  /external/stlport/test/unit/
includes_test.cpp 3 #include <algorithm>
rndshf_test.cpp 3 #include <algorithm>
search_test.cpp 3 #include <algorithm>
unique_test.cpp 1 #include <algorithm>
  /external/webkit/WebCore/platform/graphics/transforms/
RotateTransformOperation.cpp 25 #include <algorithm>
  /external/webkit/WebCore/platform/network/
ResourceHandle.cpp 33 #include <algorithm>
  /ndk/sources/android/stlport/test/unit/
includes_test.cpp 3 #include <algorithm>
rndshf_test.cpp 3 #include <algorithm>

Completed in 859 milliseconds

1 2 3 4 5 6 78 91011>>