Lines Matching refs:blocksize
113 unsigned int blocksize, num; member
118 int blocksize; member
224 cipher_ctx->blocksize = cipher_d->blocksize; in cipher_init()
304 nblocks = (inl + cipher_ctx->blocksize - 1) in cipher_do_cipher()
305 / cipher_ctx->blocksize; in cipher_do_cipher()
333 cipher_ctx->num = (cipher_ctx->num + 1) % cipher_ctx->blocksize; in ctr_do_cipher()
337 if (inl > cipher_ctx->blocksize) { in ctr_do_cipher()
338 nblocks = inl/cipher_ctx->blocksize; in ctr_do_cipher()
339 len = nblocks * cipher_ctx->blocksize; in ctr_do_cipher()
349 memset(cipher_ctx->partial, 0, cipher_ctx->blocksize); in ctr_do_cipher()
351 cipher_ctx->blocksize) < 1) in ctr_do_cipher()
481 cipher_data[i].blocksize, in prepare_cipher_methods()
684 int blocksize; member
952 digest_data[i].blocksize) in prepare_digest_methods()