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

1 2 3 4 5 67 8 91011>>

  /external/webkit/WebCore/html/
TimeRanges.h 31 #include <algorithm>
  /external/webkit/WebCore/svg/animation/
SMILTime.h 31 #include <algorithm>
  /external/webkit/WebKit/qt/
WebKit_pch.h 48 #include <algorithm>
  /external/webkit/WebKitTools/DumpRenderTree/cairo/
PixelDumpSupportCairo.cpp 35 #include <algorithm>
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLParametersImpl.java 386 String algorithm = KeyManagerFactory.getDefaultAlgorithm(); local
387 KeyManagerFactory kmf = KeyManagerFactory.getInstance(algorithm);
423 String algorithm = TrustManagerFactory.getDefaultAlgorithm(); local
424 TrustManagerFactory tmf = TrustManagerFactory.getInstance(algorithm);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
SealedObjectTest.java 164 assertEquals("The algorithm which was used to seal the object "
165 + "should be the same as the algorithm used to seal the "
181 String algorithm = "DES"; local
182 KeyGenerator kg = KeyGenerator.getInstance(algorithm);
185 Cipher cipher = Cipher.getInstance(algorithm);
189 assertEquals("The algorithm name should be the same as used "
190 + "in cipher.", algorithm, so.getAlgorithm());
195 * encryption algorithm and specified parameters can be retrieved by
221 + "should contain the encoded algorithm parameters.", Arrays
237 * with encryption algorithm and specified parameters can be retrieved b
    [all...]
  /ndk/sources/android/stlport/test/unit/
binsert_test.cpp 2 #include <algorithm>
bound_test.cpp 2 #include <algorithm>
count_test.cpp 1 #include <algorithm>
foreach_test.cpp 2 #include <algorithm>
func_test.cpp 2 #include <algorithm>
generator_test.cpp 2 #include <algorithm>
innerprod_test.cpp 2 #include <algorithm>
inplace_test.cpp 2 #include <algorithm>
insert_test.cpp 3 #include <algorithm>
nthelm_test.cpp 2 #include <algorithm>
ptr2_test.cpp 2 #include <algorithm>
reviter_test.cpp 3 #include <algorithm>
setinter_test.cpp 5 #include <algorithm>
setunion_test.cpp 5 #include <algorithm>
transform_test.cpp 4 #include <algorithm>
unary_test.cpp 3 #include <algorithm>
  /packages/apps/Email/src/com/android/exchange/
SSLSocketFactory.java 178 String algorithm,
187 if (algorithm == null) {
188 algorithm = TLS;
198 this.sslcontext = SSLContext.getInstance(algorithm);
  /frameworks/base/core/java/android/net/http/
RequestHandle.java 241 String algorithm,
245 username, password, realm, nonce, QOP, algorithm, opaque);
300 String algorithm,
326 if (algorithm != null) {
327 response += ", algorithm=" + algorithm;
  /external/openssl/crypto/pkcs7/
pk7_doit.c 115 md=EVP_get_digestbyobj(alg->algorithm);
280 xalg=p7->d.signed_and_enveloped->enc_data->algorithm;
291 xalg=p7->d.enveloped->enc_data->algorithm;
333 xalg->algorithm = OBJ_nid2obj(EVP_CIPHER_type(evp_cipher));
441 enc_alg=p7->d.signed_and_enveloped->enc_data->algorithm;
442 evp_cipher=EVP_get_cipherbyobj(enc_alg->algorithm);
448 xalg=p7->d.signed_and_enveloped->enc_data->algorithm;
452 enc_alg=p7->d.enveloped->enc_data->algorithm;
454 evp_cipher=EVP_get_cipherbyobj(enc_alg->algorithm);
460 xalg=p7->d.enveloped->enc_data->algorithm;
    [all...]

Completed in 120 milliseconds

1 2 3 4 5 67 8 91011>>