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

  /libcore/luni/src/test/java/libcore/javax/crypto/
SecretKeyFactoryTest.java 42 private static final int KEY_LENGTH = 128;
92 KeySpec ks = new PBEKeySpec(null, SALT, ITERATIONS, KEY_LENGTH);
99 KeySpec ks = new PBEKeySpec(new char[0], SALT, ITERATIONS, KEY_LENGTH);
105 KeySpec ks = new PBEKeySpec(PASSWORD, SALT, ITERATIONS, KEY_LENGTH);
110 test_PBKDF2(PASSWORD, SALT, ITERATIONS, KEY_LENGTH,
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 494 milliseconds