Searched refs:last_iv (Results 1 – 1 of 1) sorted by relevance
98 u8 last_iv[MAX_CIPHER_BLOCKSIZE]; in crypto_cbc_decrypt_inplace() local105 memcpy(last_iv, src, bsize); in crypto_cbc_decrypt_inplace()116 memcpy(iv, last_iv, bsize); in crypto_cbc_decrypt_inplace()
Completed in 6 milliseconds