Home
last modified time | relevance | path

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

/crypto/
A 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()

Completed in 6 milliseconds