Searched refs:nblocks (Results 1 – 1 of 1) sorted by relevance
251 size_t nblocks, ivlen; in cipher_do_cipher() local304 nblocks = (inl + cipher_ctx->blocksize - 1) in cipher_do_cipher()308 nblocks += iv[ivlen]; in cipher_do_cipher()309 iv[ivlen] = (uint8_t) nblocks; in cipher_do_cipher()310 nblocks >>= 8; in cipher_do_cipher()327 size_t nblocks, len; in ctr_do_cipher() local338 nblocks = inl/cipher_ctx->blocksize; in ctr_do_cipher()339 len = nblocks * cipher_ctx->blocksize; in ctr_do_cipher()
Completed in 7 milliseconds