Lines Matching refs:contig
2433 int contig) in init_aead_giv_job() argument
2469 if (contig & GIV_SRC_CONTIG) { in init_aead_giv_job()
2483 if (contig & GIV_DST_CONTIG) { in init_aead_giv_job()
2852 u32 contig = GIV_SRC_CONTIG | GIV_DST_CONTIG; in aead_giv_edesc_alloc() local
2899 contig &= ~GIV_SRC_CONTIG; in aead_giv_edesc_alloc()
2904 contig &= ~GIV_SRC_CONTIG; in aead_giv_edesc_alloc()
2908 contig &= ~GIV_DST_CONTIG; in aead_giv_edesc_alloc()
2910 if (!(contig & GIV_SRC_CONTIG)) { in aead_giv_edesc_alloc()
2916 contig &= ~GIV_DST_CONTIG; in aead_giv_edesc_alloc()
2923 if (is_gcm && req->src == req->dst && !(contig & GIV_DST_CONTIG)) in aead_giv_edesc_alloc()
2951 *contig_ptr = contig; in aead_giv_edesc_alloc()
2954 if (!(contig & GIV_SRC_CONTIG)) { in aead_giv_edesc_alloc()
2977 if (is_gcm && req->src == req->dst && !(contig & GIV_DST_CONTIG)) { in aead_giv_edesc_alloc()
2985 if (unlikely(req->src != req->dst && !(contig & GIV_DST_CONTIG))) { in aead_giv_edesc_alloc()
3009 u32 contig; in aead_givencrypt() local
3015 CAAM_CMD_SZ, &contig); in aead_givencrypt()
3028 ctx->sh_desc_givenc_dma, edesc, req, contig); in aead_givencrypt()