Home
last modified time | relevance | path

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

/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-cipher.c181 int no_chunk = 1; in sun4i_ss_cipher_poll() local
225 while (in_sg && no_chunk == 1) { in sun4i_ss_cipher_poll()
227 no_chunk = 0; in sun4i_ss_cipher_poll()
230 while (out_sg && no_chunk == 1) { in sun4i_ss_cipher_poll()
232 no_chunk = 0; in sun4i_ss_cipher_poll()
236 if (no_chunk == 1 && !need_fallback) in sun4i_ss_cipher_poll()