Lines Matching refs:size
63 /* size of SCCTL structure in bytes */
66 /* Max Authentication tag size */
79 * @iv_size: Initialization Vector size
101 * @iv_out_size: iv out size
167 * @enc_iv_size: Initialisation vector size
183 * @size: total data to the xmitted via DMA
188 * @auth_size: size of the authentication data
198 * @mdata_size: metadata size passed to DMA
202 u16 size;
450 /* work around to get the right inverse for AES_KEYSIZE_192 size keys */
583 upd_info->enc_iv.size = cfg->iv_size;
635 for (j = 0; i < upd_info->enc_iv.size; i += 4, j++) {
653 (upd_info->auth_iv.size > 8));
925 /* Convert the key size (16/24/32) to the key size index (0/1/2) */
945 /* Convert the key size (16/24/32) to the key size index (0/1/2) */
1096 if (req->size >= 256)
1123 * actual data size being processed by the crypto engine.
1126 sg_nents = sg_nents_for_len(src, req->size);
1128 split_size = req->size;
1176 dst_nents = sg_nents_for_len(req->dst, req->size);
1230 rxd->enc_iv_size = sa_ctx->cmdl_upd_info.enc_iv.size;
1285 /* Use SW fallback if the data size is not supported */
1305 sa_req.size = req->cryptlen;
1415 sa_req.size = auth_len;
1521 dev_dbg(sa_k3_dev, "init: digest size: %u, rctx=%p\n",
1792 /* Convert the key size (16/24/32) to the key size index (0/1/2) */
1924 sa_req.size = auth_size;