Lines Matching full:more
27 bool more; member
77 if (!ctx->more) { in hash_sendmsg()
86 ctx->more = false; in hash_sendmsg()
115 ctx->more = msg->msg_flags & MSG_MORE; in hash_sendmsg()
116 if (!ctx->more) { in hash_sendmsg()
151 } else if (!ctx->more) in hash_sendpage()
157 if (ctx->more) in hash_sendpage()
162 if (!ctx->more) { in hash_sendpage()
176 ctx->more = flags & MSG_MORE; in hash_sendpage()
207 if (!result && !ctx->more) { in hash_recvmsg()
214 if (!result || ctx->more) { in hash_recvmsg()
215 ctx->more = false; in hash_recvmsg()
242 bool more; in hash_accept() local
246 more = ctx->more; in hash_accept()
247 err = more ? crypto_ahash_export(req, state) : 0; in hash_accept()
260 ctx2->more = more; in hash_accept()
262 if (!more) in hash_accept()
433 ctx->more = false; in hash_accept_parent_nokey()