Home
last modified time | relevance | path

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

/crypto/
A Dalgif_hash.c27 bool more; member
78 continuing = ctx->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()
262 ctx2->more = more; in hash_accept()
264 if (!more) in hash_accept()
[all …]
A Daf_alg.c761 ctx->init = ctx->more; in af_alg_pull_tsgl()
883 ctx->init && (!ctx->more || in af_alg_wait_for_data()
973 if (ctx->init && !ctx->more) { in af_alg_sendmsg()
1103 ctx->more = msg->msg_flags & MSG_MORE; in af_alg_sendmsg()
1176 if (!ctx->more || ctx->used) in af_alg_poll()
A Dalgif_skcipher.c111 if (!ctx->init || (ctx->more && ctx->used < bs)) { in _skcipher_recvmsg()
132 if (ctx->more || len < ctx->used) { in _skcipher_recvmsg()
A Dalgif_aead.c85 if (!ctx->init || ctx->more) { in _aead_recvmsg()
A DKconfig389 with a more dramatic performance hit)
864 IV, making low entropy IV sources more suitable for block
1194 In the following submenu, one or more of the DRBG types must be selected.
1302 trade-off, however, is that the Jitter RNG now requires more time

Completed in 15 milliseconds