HomeSort by relevance Sort by last modified time
    Searched full:min_key_length (Results 1 - 6 of 6) 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/chromium_org/third_party/openssl/openssl/apps/
req.c 103 #define MIN_KEY_LENGTH 384
661 if (newkey < MIN_KEY_LENGTH && (pkey_type == EVP_PKEY_RSA || pkey_type == EVP_PKEY_DSA))
664 BIO_printf(bio_err,"it needs to be at least %d bits, not %ld\n",MIN_KEY_LENGTH,newkey);
    [all...]
  /external/openssl/apps/
req.c 103 #define MIN_KEY_LENGTH 384
661 if (newkey < MIN_KEY_LENGTH && (pkey_type == EVP_PKEY_RSA || pkey_type == EVP_PKEY_DSA))
664 BIO_printf(bio_err,"it needs to be at least %d bits, not %ld\n",MIN_KEY_LENGTH,newkey);
    [all...]
  /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 1064 milliseconds