Lines Matching full:more
32 bool more; member
82 if (!ctx->more) { in hash_sendmsg()
91 ctx->more = 0; in hash_sendmsg()
119 ctx->more = msg->msg_flags & MSG_MORE; in hash_sendmsg()
120 if (!ctx->more) { in hash_sendmsg()
155 } else if (!ctx->more) in hash_sendpage()
161 if (ctx->more) in hash_sendpage()
166 if (!ctx->more) { in hash_sendpage()
180 ctx->more = flags & MSG_MORE; in hash_sendpage()
211 if (!result && !ctx->more) { in hash_recvmsg()
218 if (!result || ctx->more) { in hash_recvmsg()
219 ctx->more = 0; in hash_recvmsg()
246 bool more; in hash_accept() local
250 more = ctx->more; in hash_accept()
251 err = more ? crypto_ahash_export(req, state) : 0; in hash_accept()
264 ctx2->more = more; in hash_accept()
266 if (!more) in hash_accept()
441 ctx->more = 0; in hash_accept_parent_nokey()