Searched refs:min_key_length (Results 1 – 4 of 4) sorted by relevance
/external/dropbear/libtomcrypt/testprof/ |
D | x86_prof.c | 270 kl = cipher_descriptor[x].min_key_length; in time_keysched() 302 ecb_start(x, key, cipher_descriptor[x].min_key_length, 0, &ecb); in time_cipher() 374 cbc_start(x, pt, key, cipher_descriptor[x].min_key_length, 0, &cbc); in time_cipher2() 449 ctr_start(x, pt, key, cipher_descriptor[x].min_key_length, 0, CTR_COUNTER_LITTLE_ENDIAN, &ctr); in time_cipher3() 525 lrw_start(x, pt, key, cipher_descriptor[x].min_key_length, key, 0, &lrw); in time_cipher4()
|
/external/dropbear/libtomcrypt/demos/ |
D | tv_gen.c | 177 case 0: kl = cipher_descriptor[x].min_key_length; break; in cipher_gen() 178 … case 1: kl = (cipher_descriptor[x].min_key_length + cipher_descriptor[x].max_key_length)/2; break; in cipher_gen()
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_cipher.h | 324 int min_key_length, member
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 573 int min_key_length, 5373 int min_key_length,
|