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()
174 ctx->more = false; in hash_sendmsg()
201 if (!result && !ctx->more) { in hash_recvmsg()
208 if (!result || ctx->more) { in hash_recvmsg()
209 ctx->more = false; in hash_recvmsg()
237 bool more; in hash_accept() local
247 more = ctx->more; in hash_accept()
248 err = more ? crypto_ahash_export(req, state) : 0; in hash_accept()
261 ctx2->more = more; in hash_accept()
263 if (!more) in hash_accept()
424 ctx->more = false; in hash_accept_parent_nokey()