Home | History | Annotate | Download | only in ciphers

Lines Matching refs:num_rounds

592     @param num_rounds The number of rounds desired (0 for default)
596 int khazad_setup(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey)
607 if (num_rounds != 8 && num_rounds != 0) {