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

  /external/dropbear/libtomcrypt/src/hashes/chc/
chc.c 44 int err, kl, idx; local
51 kl = cipher_descriptor[cipher].block_length;
54 if (kl <= 8) {
59 if ((err = cipher_descriptor[cipher].keysize(&kl)) != CRYPT_OK) {
63 if (kl != cipher_descriptor[cipher].block_length) {
  /frameworks/base/core/java/com/android/internal/widget/
EditableInputConnection.java 68 KeyListener kl = mTextView.getKeyListener();
69 if (kl != null) {
71 kl.clearMetaKeyState(mTextView, content, states);
  /external/dropbear/libtomcrypt/demos/
tv_gen.c 160 int err, kl, lastkl; local
177 case 0: kl = cipher_descriptor[x].min_key_length; break;
178 case 1: kl = (cipher_descriptor[x].min_key_length + cipher_descriptor[x].max_key_length)/2; break;
179 case 2: kl = cipher_descriptor[x].max_key_length; break;
181 if ((err = cipher_descriptor[x].keysize(&kl)) != CRYPT_OK) {
185 if (kl == lastkl) break;
186 lastkl = kl;
187 fprintf(out, "Key Size: %d bytes\n", kl);
189 key = XMALLOC(kl);
195 for (z = 0; (int)z < kl; z++)
286 int err, x, y, z, kl; local
341 int err, x, y, z, kl; local
395 int err, kl, x, y1, z; local
455 int err, kl, x, y1, z; local
519 int err, kl, x, y1, z; local
582 int err, kl, x, y1, z; local
    [all...]
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 260 int kl; local
267 #define DO1(k) func(k, kl, 0, &skey);
270 kl = cipher_descriptor[x].min_key_length;
273 yarrow_read(key, kl, &yarrow_prng);
    [all...]
  /external/openssl/ssl/
ssl_ciph.c 1455 int is_export,pkl,kl; local
    [all...]
ssl_lib.c 1985 int rsa_tmp_export,dh_tmp_export,kl; local
    [all...]

Completed in 1352 milliseconds