HomeSort by relevance Sort by last modified time
    Searched refs:min_key_length (Results 1 - 4 of 4) sorted by null

  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 270 kl = cipher_descriptor[x].min_key_length;
302 ecb_start(x, key, cipher_descriptor[x].min_key_length, 0, &ecb);
374 cbc_start(x, pt, key, cipher_descriptor[x].min_key_length, 0, &cbc);
449 ctr_start(x, pt, key, cipher_descriptor[x].min_key_length, 0, CTR_COUNTER_LITTLE_ENDIAN, &ctr);
525 lrw_start(x, pt, key, cipher_descriptor[x].min_key_length, key, 0, &lrw);
    [all...]
  /external/dropbear/libtomcrypt/demos/
tv_gen.c 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;
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 324 int min_key_length, member in struct:ltc_cipher_descriptor
  /external/dropbear/libtomcrypt/
crypt.tex 573 int min_key_length,
    [all...]

Completed in 286 milliseconds