Home
last modified time | relevance | path

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

/crypto/
Dcbc.c129 u8 last_iv[MAX_CIPHER_BLOCKSIZE]; in crypto_cbc_decrypt_inplace() local
139 memcpy(last_iv, src, bsize); in crypto_cbc_decrypt_inplace()
150 memcpy(walk->iv, last_iv, bsize); in crypto_cbc_decrypt_inplace()