Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dcbc.c94 static int crypto_cbc_decrypt_inplace(struct crypto_lskcipher *tfm, in crypto_cbc_decrypt_inplace() function
131 rem = crypto_cbc_decrypt_inplace(cipher, dst, len, iv); in crypto_cbc_decrypt()