Lines Matching full:more
27 bool more; member
77 if (!ctx->more) { in hash_sendmsg()
86 ctx->more = 0; in hash_sendmsg()
114 ctx->more = msg->msg_flags & MSG_MORE; in hash_sendmsg()
115 if (!ctx->more) { in hash_sendmsg()
150 } else if (!ctx->more) in hash_sendpage()
156 if (ctx->more) in hash_sendpage()
161 if (!ctx->more) { in hash_sendpage()
175 ctx->more = flags & MSG_MORE; in hash_sendpage()
206 if (!result && !ctx->more) { in hash_recvmsg()
213 if (!result || ctx->more) { in hash_recvmsg()
214 ctx->more = 0; in hash_recvmsg()
241 bool more; in hash_accept() local
245 more = ctx->more; in hash_accept()
246 err = more ? crypto_ahash_export(req, state) : 0; in hash_accept()
259 ctx2->more = more; in hash_accept()
261 if (!more) in hash_accept()
439 ctx->more = 0; in hash_accept_parent_nokey()