Home
last modified time | relevance | path

Searched refs:ctrlen (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/ctr/
A Dctr_start.c42 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()
A Dctr_encrypt.c18 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()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h318 ctrlen; member

Completed in 6 milliseconds