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

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

Completed in 100 milliseconds