Searched refs:ctrlen (Results 1 – 3 of 3) sorted by relevance
42 ctr->ctrlen = (ctr_mode & 255) ? (ctr_mode & 255) : cipher_descriptor[cipher]->block_length; in ctr_start()43 if (ctr->ctrlen > cipher_descriptor[cipher]->block_length) { in ctr_start()48 ctr->ctrlen = cipher_descriptor[cipher]->block_length - ctr->ctrlen; in ctr_start()69 for (x = 0; x < ctr->ctrlen; x++) { in ctr_start()77 for (x = ctr->blocklen-1; x >= ctr->ctrlen; x--) { in ctr_start()
18 for (x = 0; x < ctr->ctrlen; x++) { in s_ctr_increment_counter()24 for (x = ctr->blocklen - 1; x >= ctr->ctrlen; x--) { in s_ctr_increment_counter()
318 ctrlen; member
Completed in 6 milliseconds