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

/linux-4.1.27/drivers/crypto/caam/
H A Dcaamalg.c2358 bool is_gcm = false; init_aead_job() local
2380 is_gcm = true; init_aead_job()
2386 if (is_gcm) init_aead_job()
2443 bool is_gcm = false; init_aead_giv_job() local
2464 is_gcm = true; init_aead_giv_job()
2470 if (is_gcm) init_aead_giv_job()
2489 (is_gcm ? 1 + edesc->src_nents : 0)); init_aead_giv_job()
2629 bool is_gcm = false; aead_edesc_alloc() local
2667 is_gcm = true; aead_edesc_alloc()
2674 if (is_gcm) aead_edesc_alloc()
2715 if (!is_gcm) { aead_edesc_alloc()
2727 if (is_gcm) { aead_edesc_alloc()
2856 bool is_gcm = false; aead_giv_edesc_alloc() local
2886 is_gcm = true; aead_giv_edesc_alloc()
2894 if (is_gcm) { aead_giv_edesc_alloc()
2923 if (is_gcm && req->src == req->dst && !(contig & GIV_DST_CONTIG)) aead_giv_edesc_alloc()
2955 if (!is_gcm) { aead_giv_edesc_alloc()
2965 if (is_gcm) { aead_giv_edesc_alloc()
2977 if (is_gcm && req->src == req->dst && !(contig & GIV_DST_CONTIG)) { aead_giv_edesc_alloc()

Completed in 77 milliseconds