Home
last modified time | relevance | path

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

/openssl/engines/
H A De_devcrypto.c250 size_t nblocks, ivlen; in cipher_do_cipher() local
303 nblocks = (inl + cipher_ctx->blocksize - 1) in cipher_do_cipher()
307 nblocks += iv[ivlen]; in cipher_do_cipher()
308 iv[ivlen] = (uint8_t) nblocks; in cipher_do_cipher()
309 nblocks >>= 8; in cipher_do_cipher()
326 size_t nblocks, len; in ctr_do_cipher() local
337 nblocks = inl/cipher_ctx->blocksize; in ctr_do_cipher()
338 len = nblocks * cipher_ctx->blocksize; in ctr_do_cipher()

Completed in 10 milliseconds