Home
last modified time | relevance | path

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

/crypto/
Dalgif_hash.c27 bool more; member
77 if (!ctx->more) { in hash_sendmsg()
86 ctx->more = false; 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 …]
Daf_alg.c653 ctx->init = ctx->more; in af_alg_pull_tsgl()
775 ctx->init && (!ctx->more || in af_alg_wait_for_data()
865 if (ctx->init && !ctx->more) { in af_alg_sendmsg()
968 ctx->more = msg->msg_flags & MSG_MORE; in af_alg_sendmsg()
1001 if (!ctx->more && ctx->used) in af_alg_sendpage()
1031 ctx->more = flags & MSG_MORE; in af_alg_sendpage()
1104 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()
DKconfig577 IV, making low entropy IV sources more suitable for block
1113 See <http://csrc.nist.gov/CryptoToolkit/aes/> for more information.
1125 with a more dramatic performance hit)
1159 See <http://csrc.nist.gov/encryption/aes/> for more information.
1187 See <http://csrc.nist.gov/encryption/aes/> for more information.
1857 more of the DRBG types must be selected.