HomeSort by relevance Sort by last modified time
    Searched refs:algorithm (Results 251 - 275 of 3084) sorted by null

<<11121314151617181920>>

  /ndk/tests/device/test-stlport/unit/
lexcmp_test.cpp 2 #include <algorithm>
neq_test.cpp 2 #include <algorithm>
ostmit_test.cpp 5 #include <algorithm>
plusminus_test.cpp 2 #include <algorithm>
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
OperatorHelper.java 119 Cipher createAsymmetricWrapper(ASN1ObjectIdentifier algorithm, Map extraAlgNames)
128 cipherName = (String)extraAlgNames.get(algorithm);
133 cipherName = (String)asymmetricWrapperAlgNames.get(algorithm);
161 return helper.createCipher(algorithm.getId());
169 Cipher createSymmetricWrapper(ASN1ObjectIdentifier algorithm)
174 String cipherName = (String)symmetricWrapperAlgNames.get(algorithm);
188 return helper.createCipher(algorithm.getId());
254 public Signature createRawSignature(AlgorithmIdentifier algorithm)
260 String algName = getSignatureName(algorithm);
267 // When the id-RSASSA-PSS algorithm identifier is used for a signature
    [all...]
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 70 getnewci(qtype, keytag, algorithm, flags, certlen, cert)
71 int qtype, keytag, algorithm, flags, certlen;
83 res->ci_algorithm = algorithm;
127 int type, keytag, algorithm; local
170 algorithm = *cp++; /* algorithm */
175 type, keytag, algorithm, rdlength);
179 cur->ci_next = getnewci(type, keytag, algorithm,
214 int qtype, qclass, keytag, algorithm; local
303 algorithm = *cp++; /* algorithm *
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/support/
SpiEngUtils.java 42 * Verification: is algorithm supported or not
44 * @param algorithm
48 public static Provider isSupport(String algorithm, String service) {
51 .concat(algorithm));
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreement_Impl1Test.java 74 assertEquals("Incorrect algorithm", keyA.getAlgorithm(),
81 assertNull("Algorithm must be null", keyA.getAlgorithm());
98 String algorithm) {
99 super(keyAgreeSpi, provider, algorithm);
  /external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
MyKeyAgreementSpi.java 64 protected SecretKey engineGenerateSecret(String algorithm)
67 if (algorithm.length() == 0) {
68 throw new NoSuchAlgorithmException("Algorithm is empty");
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStorePrivateKeyEntryTest.java 65 String algorithm = certificate.getPublicKey().getAlgorithm(); local
67 .getInstance(algorithm);
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MySignature1.java 55 * @param algorithm
57 public MySignature1(String algorithm) {
58 super(algorithm);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
CertificationRequest.java 49 AlgorithmIdentifier algorithm,
53 this.sigAlgId = algorithm;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
PBESecretKeyFactory.java 23 String algorithm,
31 super(algorithm, oid);
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_tab_helper.cc 37 // by StartThumbnailing(). The current algorithm of the service is as
66 scoped_refptr<ThumbnailingAlgorithm> algorithm,
73 algorithm->ProcessBitmap(context, base::Bind(&UpdateThumbnail), bitmap);
85 scoped_refptr<ThumbnailingAlgorithm> algorithm) {
100 algorithm, context, base::Bind(&UpdateThumbnail))));
114 context->clip_result = algorithm->GetCanvasCopyInfo(
123 base::Bind(&ProcessCapturedBitmap, context, algorithm));
214 scoped_refptr<thumbnails::ThumbnailingAlgorithm> algorithm(
219 AsyncProcessThumbnail(web_contents, context, algorithm);
  /external/chromium_org/crypto/
secure_hash_default.cc 86 SecureHash* SecureHash::Create(Algorithm algorithm) {
87 switch (algorithm) {
secure_hash_openssl.cc 92 SecureHash* SecureHash::Create(Algorithm algorithm) {
93 switch (algorithm) {
  /external/chromium_org/crypto/third_party/nss/
pk11akey.cc 63 &epki->algorithm,
73 &epki->algorithm, &crypto_param, password);
  /external/chromium_org/third_party/libjingle/source/talk/base/
nssstreamadapter.h 106 virtual bool GetDigestLength(const std::string &algorithm,
108 return NSSCertificate::GetDigestLength(algorithm, length);
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
t_spki.c 80 i=OBJ_obj2nid(spki->spkac->pubkey->algor->algorithm);
81 BIO_printf(out," Public Key Algorithm: %s\n",
93 i=OBJ_obj2nid(spki->sig_algor->algorithm);
94 BIO_printf(out," Signature Algorithm: %s",
  /external/openssl/crypto/asn1/
t_spki.c 80 i=OBJ_obj2nid(spki->spkac->pubkey->algor->algorithm);
81 BIO_printf(out," Public Key Algorithm: %s\n",
93 i=OBJ_obj2nid(spki->sig_algor->algorithm);
94 BIO_printf(out," Signature Algorithm: %s",
  /libcore/benchmarks/src/benchmarks/regression/
KeyPairGeneratorBenchmark.java 30 @Param private Algorithm algorithm; field in class:KeyPairGeneratorBenchmark
32 public enum Algorithm {
46 this.generatorAlgorithm = algorithm.toString();
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
MyKeyAgreementSpi.java 65 protected SecretKey engineGenerateSecret(String algorithm)
68 if (algorithm.length() == 0) {
69 throw new NoSuchAlgorithmException("Algorithm is empty");
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStorePrivateKeyEntryTest.java 65 String algorithm = certificate.getPublicKey().getAlgorithm(); local
67 .getInstance(algorithm);
  /libcore/luni/src/test/java/tests/targets/security/
MessageDigestTestMD2.java 27 @AndroidOnly("Android doesn't include MD2 message digest algorithm")
31 fail("MD2 MessageDigest algorithm must not be supported");
39 fail("MD2 MessageDigest algorithm must not be supported");
75 protected MD2(String algorithm) {
76 super(algorithm);
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySignature1.java 60 * @param algorithm
62 public MySignature1(String algorithm) {
63 super(algorithm);

Completed in 2930 milliseconds

<<11121314151617181920>>