Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/sunxi-ss/
Dsun4i-ss-cipher.c146 int no_chunk = 1; in sun4i_ss_cipher_poll() local
188 while (in_sg && no_chunk == 1) { in sun4i_ss_cipher_poll()
190 no_chunk = 0; in sun4i_ss_cipher_poll()
193 while (out_sg && no_chunk == 1) { in sun4i_ss_cipher_poll()
195 no_chunk = 0; in sun4i_ss_cipher_poll()
199 if (no_chunk == 1 && !need_fallback) in sun4i_ss_cipher_poll()