Home
last modified time | relevance | path

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

/linux-4.19.296/include/crypto/
Dcbc.h116 u8 last_iv[bsize]; in crypto_cbc_decrypt_inplace() local
120 memcpy(last_iv, src, bsize); in crypto_cbc_decrypt_inplace()
131 memcpy(walk->iv, last_iv, bsize); in crypto_cbc_decrypt_inplace()