Lines Matching refs:more
27 bool more; member
78 continuing = ctx->more; in hash_sendmsg()
164 ctx->more = msg->msg_flags & MSG_MORE; in hash_sendmsg()
175 ctx->more = false; in hash_sendmsg()
202 if (!result && !ctx->more) { in hash_recvmsg()
209 if (!result || ctx->more) { in hash_recvmsg()
210 ctx->more = false; in hash_recvmsg()
238 bool more; in hash_accept() local
248 more = ctx->more; in hash_accept()
249 err = more ? crypto_ahash_export(req, state) : 0; in hash_accept()
262 ctx2->more = more; in hash_accept()
264 if (!more) in hash_accept()
425 ctx->more = false; in hash_accept_parent_nokey()