Lines Matching refs:all_contig

1090 			  bool all_contig, bool encrypt)  in init_aead_job()  argument
1108 if (all_contig) { in init_aead_job()
1151 bool all_contig, bool encrypt) in init_gcm_job() argument
1160 init_aead_job(req, edesc, all_contig, encrypt); in init_gcm_job()
1180 struct aead_edesc *edesc, bool all_contig, in init_chachapoly_job() argument
1189 init_aead_job(req, edesc, all_contig, encrypt); in init_chachapoly_job()
1215 bool all_contig, bool encrypt) in init_authenc_job() argument
1244 init_aead_job(req, edesc, all_contig, encrypt); in init_authenc_job()
1464 bool all_contig; in gcm_encrypt() local
1469 edesc = aead_edesc_alloc(req, GCM_DESC_JOB_IO_LEN, &all_contig, true); in gcm_encrypt()
1474 init_gcm_job(req, edesc, all_contig, true); in gcm_encrypt()
1498 bool all_contig; in chachapoly_encrypt() local
1502 edesc = aead_edesc_alloc(req, CHACHAPOLY_DESC_JOB_IO_LEN, &all_contig, in chachapoly_encrypt()
1509 init_chachapoly_job(req, edesc, all_contig, true); in chachapoly_encrypt()
1531 bool all_contig; in chachapoly_decrypt() local
1535 edesc = aead_edesc_alloc(req, CHACHAPOLY_DESC_JOB_IO_LEN, &all_contig, in chachapoly_decrypt()
1542 init_chachapoly_job(req, edesc, all_contig, false); in chachapoly_decrypt()
1569 bool all_contig; in aead_encrypt() local
1575 &all_contig, true); in aead_encrypt()
1580 init_authenc_job(req, edesc, all_contig, true); in aead_encrypt()
1604 bool all_contig; in gcm_decrypt() local
1609 edesc = aead_edesc_alloc(req, GCM_DESC_JOB_IO_LEN, &all_contig, false); in gcm_decrypt()
1614 init_gcm_job(req, edesc, all_contig, false); in gcm_decrypt()
1643 bool all_contig; in aead_decrypt() local
1653 &all_contig, false); in aead_decrypt()
1658 init_authenc_job(req, edesc, all_contig, false); in aead_decrypt()