Lines Matching refs:cryptlen
94 int alen, clen, cryptlen, assoclen, ret;
102 cryptlen = req->cryptlen;
108 cryptlen -= authlen;
111 clen = ALIGN(cryptlen, AES_BLOCK_SIZE);
113 nsg = !!(assoclen && cryptlen);
131 if (cryptlen) {
137 ret = omap_crypto_align_sg(&tmp, cryptlen,
149 dd->total = cryptlen;
162 if (cryptlen) {
163 ret = omap_crypto_align_sg(&dd->out_sg, cryptlen,
259 if (assoclen + req->cryptlen == 0) {