Home
last modified time | relevance | path

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

/openssl/engines/
H A De_devcrypto.c251 size_t nblocks, ivlen; in cipher_do_cipher() local
304 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() local
338 nblocks = inl/cipher_ctx->blocksize; in ctr_do_cipher()
339 len = nblocks * cipher_ctx->blocksize; in ctr_do_cipher()

Completed in 6 milliseconds