Lines Matching refs:cryptlen
91 int alen, clen, cryptlen, assoclen, ret;
99 cryptlen = req->cryptlen;
105 cryptlen -= authlen;
108 clen = ALIGN(cryptlen, AES_BLOCK_SIZE);
110 nsg = !!(assoclen && cryptlen);
128 if (cryptlen) {
134 ret = omap_crypto_align_sg(&tmp, cryptlen,
146 dd->total = cryptlen;
159 if (cryptlen) {
160 ret = omap_crypto_align_sg(&dd->out_sg, cryptlen,
258 if (assoclen + req->cryptlen == 0) {