Searched refs:GIV_DST_CONTIG (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/crypto/caam/
H A Dcaamalg.c176 #define GIV_DST_CONTIG (1 << 1) macro
2483 if (contig & GIV_DST_CONTIG) { init_aead_giv_job()
2852 u32 contig = GIV_SRC_CONTIG | GIV_DST_CONTIG; aead_giv_edesc_alloc()
2908 contig &= ~GIV_DST_CONTIG; aead_giv_edesc_alloc()
2916 contig &= ~GIV_DST_CONTIG; aead_giv_edesc_alloc()
2923 if (is_gcm && req->src == req->dst && !(contig & GIV_DST_CONTIG)) aead_giv_edesc_alloc()
2977 if (is_gcm && req->src == req->dst && !(contig & GIV_DST_CONTIG)) { aead_giv_edesc_alloc()
2985 if (unlikely(req->src != req->dst && !(contig & GIV_DST_CONTIG))) { aead_giv_edesc_alloc()

Completed in 72 milliseconds