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

  /external/dropbear/libtomcrypt/demos/
encrypt.c 39 register_cipher (&rc5_desc);
tv_gen.c 17 register_cipher (&rc5_desc);
  /external/dropbear/libtomcrypt/src/ciphers/
rc5.c 21 const struct ltc_cipher_descriptor rc5_desc = variable in typeref:struct:ltc_cipher_descriptor
66 num_rounds = rc5_desc.default_rounds;
  /external/dropbear/libtomcrypt/src/prngs/
yarrow.c 62 prng->yarrow.cipher = register_cipher(&rc5_desc);
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 552 extern const struct ltc_cipher_descriptor rc5_desc;
  /external/dropbear/libtomcrypt/testprof/
x86_prof.c 137 register_cipher (&rc5_desc);
    [all...]

Completed in 859 milliseconds