Home
last modified time | relevance | path

Searched refs:stodo (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c22 unsigned int stodo, dtodo, len; in rk_cipher_need_fallback() local
37 stodo = min(len, sgs->length); in rk_cipher_need_fallback()
38 if (stodo % bs) { in rk_cipher_need_fallback()
45 if (stodo != dtodo) { in rk_cipher_need_fallback()
48 len -= stodo; in rk_cipher_need_fallback()
/kernel/linux/linux-6.6/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c29 unsigned int stodo, dtodo, len; in rk_cipher_need_fallback() local
47 stodo = min(len, sgs->length); in rk_cipher_need_fallback()
48 if (stodo % bs) { in rk_cipher_need_fallback()
57 if (stodo != dtodo) { in rk_cipher_need_fallback()
61 len -= stodo; in rk_cipher_need_fallback()

Completed in 2 milliseconds