Searched refs:more (Results 1 – 7 of 7) sorted by relevance
27 bool more; member77 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()[all …]
100 bool more; in ablkcipher_walk_done() local107 more = (walk->total != 0); in ablkcipher_walk_done()120 scatterwalk_done(&walk->in, 0, more); in ablkcipher_walk_done()121 scatterwalk_done(&walk->out, 1, more); in ablkcipher_walk_done()123 if (more) { in ablkcipher_walk_done()
99 bool more; in blkcipher_walk_done() local106 more = (walk->total != 0); in blkcipher_walk_done()119 scatterwalk_done(&walk->in, 0, more); in blkcipher_walk_done()120 scatterwalk_done(&walk->out, 1, more); in blkcipher_walk_done()122 if (more) { in blkcipher_walk_done()
643 ctx->init = ctx->more; in af_alg_pull_tsgl()765 ctx->init && (!ctx->more || in af_alg_wait_for_data()855 if (ctx->init && !ctx->more) { in af_alg_sendmsg()958 ctx->more = msg->msg_flags & MSG_MORE; in af_alg_sendmsg()986 if (!ctx->more && ctx->used) in af_alg_sendpage()1016 ctx->more = flags & MSG_MORE; in af_alg_sendpage()1082 if (!ctx->more || ctx->used) in af_alg_poll()
64 if (!ctx->init || (ctx->more && ctx->used < bs)) { in _skcipher_recvmsg()85 if (ctx->more || len < ctx->used) in _skcipher_recvmsg()
109 if (!ctx->init || ctx->more) { in _aead_recvmsg()
499 IV, making low entropy IV sources more suitable for block1079 See <http://csrc.nist.gov/CryptoToolkit/aes/> for more information.1091 with a more dramatic performance hit)1126 See <http://csrc.nist.gov/encryption/aes/> for more information.1155 See <http://csrc.nist.gov/encryption/aes/> for more information.1780 more of the DRBG types must be selected.