Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dcbc.c98 u8 last_iv[MAX_CIPHER_BLOCKSIZE]; in crypto_cbc_decrypt_inplace() local
105 memcpy(last_iv, src, bsize); in crypto_cbc_decrypt_inplace()
116 memcpy(iv, last_iv, bsize); in crypto_cbc_decrypt_inplace()
/linux-6.12.1/arch/x86/crypto/
Ddes3_ede_glue.c175 u64 last_iv; in __cbc_decrypt() local
181 last_iv = *src; in __cbc_decrypt()
223 *(u64 *)walk->iv = last_iv; in __cbc_decrypt()