Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
Dcbc.c44 static int crypto_cbc_encrypt_inplace(struct skcipher_walk *walk, in crypto_cbc_encrypt_inplace() function
82 err = crypto_cbc_encrypt_inplace(&walk, skcipher); in crypto_cbc_encrypt()