Lines Matching refs:used
9 * The following concept of the memory management is used:
58 return ctx->used >= ctx->aead_assoclen + (ctx->enc ? 0 : as);
104 size_t used = 0; /* [in] TX bufs to be en/decrypted */
106 size_t usedpages = 0; /* [in] RX bufs to be used from user */
119 used = ctx->used;
142 outlen = used + as;
144 outlen = used - as;
150 used -= ctx->aead_assoclen;
173 if (used < less) {
177 used -= less;
181 processed = used + ctx->aead_assoclen;
234 * operation, the following SGL structure is used:
281 areq->first_rsgl.sgl.sg, used, ctx->iv);
529 af_alg_pull_tsgl(sk, ctx->used, NULL, 0);