Home
last modified time | relevance | path

Searched refs:more (Results 1 – 7 of 7) sorted by relevance

/crypto/
Dalgif_hash.c27 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()
[all …]
Dablkcipher.c100 bool more; in ablkcipher_walk_done() local
107 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()
Dblkcipher.c99 bool more; in blkcipher_walk_done() local
106 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()
Daf_alg.c643 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()
Dalgif_skcipher.c64 if (!ctx->init || (ctx->more && ctx->used < bs)) { in _skcipher_recvmsg()
85 if (ctx->more || len < ctx->used) in _skcipher_recvmsg()
Dalgif_aead.c109 if (!ctx->init || ctx->more) { in _aead_recvmsg()
DKconfig499 IV, making low entropy IV sources more suitable for block
1079 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.