HomeSort by relevance Sort by last modified time
    Searched defs:KEY_LENGTH (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/test/java/libcore/javax/crypto/
SecretKeyFactoryTest.java 43 private static final int KEY_LENGTH = 128;
93 KeySpec ks = new PBEKeySpec(null, SALT, ITERATIONS, KEY_LENGTH);
100 KeySpec ks = new PBEKeySpec(new char[0], SALT, ITERATIONS, KEY_LENGTH);
106 KeySpec ks = new PBEKeySpec(PASSWORD, SALT, ITERATIONS, KEY_LENGTH);
117 test_PBKDF2_UTF8(PASSWORD, SALT, ITERATIONS, KEY_LENGTH, expected);
118 test_PBKDF2_8BIT(PASSWORD, SALT, ITERATIONS, KEY_LENGTH, expected);
  /external/chromium/third_party/libjingle/source/talk/base/
opensslidentity.cc 47 static const int KEY_LENGTH = 1024;
61 RSA* rsa = RSA_generate_key(KEY_LENGTH, 0x10001, NULL, NULL);
73 !RSA_generate_key_ex(rsa, KEY_LENGTH, exponent, NULL) ||
  /external/chromium_org/net/tools/testserver/
echo_message.py 184 KEY_LENGTH = 6
186 KEY_END = KEY_START + KEY_LENGTH
  /external/chromium_org/third_party/libjingle/source/talk/base/
opensslidentity.cc 53 static const int KEY_LENGTH = 1024;
70 RSA* rsa = RSA_generate_key(KEY_LENGTH, 0x10001, NULL, NULL);
82 !RSA_generate_key_ex(rsa, KEY_LENGTH, exponent, NULL) ||
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 1342 milliseconds