Lines Matching refs:prep_req
476 void **prep_req) in cpt_digest_gen_prep() argument
648 *prep_req = req; in cpt_digest_gen_prep()
658 void **prep_req) in cpt_enc_hmac_prep() argument
1009 *prep_req = req; in cpt_enc_hmac_prep()
1019 void **prep_req) in cpt_dec_hmac_prep() argument
1379 *prep_req = req; in cpt_dec_hmac_prep()
1389 void **prep_req) in cpt_zuc_snow3g_enc_prep() argument
1686 *prep_req = req; in cpt_zuc_snow3g_enc_prep()
1696 void **prep_req) in cpt_zuc_snow3g_dec_prep() argument
1937 *prep_req = req; in cpt_zuc_snow3g_dec_prep()
1947 void **prep_req) in cpt_kasumi_enc_prep() argument
2173 *prep_req = req; in cpt_kasumi_enc_prep()
2182 void **prep_req) in cpt_kasumi_dec_prep() argument
2353 *prep_req = req; in cpt_kasumi_dec_prep()
2366 void *prep_req = NULL; in cpt_fc_dec_hmac_prep() local
2372 &prep_req); in cpt_fc_dec_hmac_prep()
2375 &prep_req); in cpt_fc_dec_hmac_prep()
2377 cpt_kasumi_dec_prep(d_offs, d_lens, fc_params, op, &prep_req); in cpt_fc_dec_hmac_prep()
2386 return prep_req; in cpt_fc_dec_hmac_prep()
2395 void *prep_req = NULL; in cpt_fc_enc_hmac_prep() local
2402 &prep_req); in cpt_fc_enc_hmac_prep()
2405 &prep_req); in cpt_fc_enc_hmac_prep()
2408 &prep_req); in cpt_fc_enc_hmac_prep()
2410 cpt_digest_gen_prep(flags, d_lens, fc_params, op, &prep_req); in cpt_fc_enc_hmac_prep()
2413 return prep_req; in cpt_fc_enc_hmac_prep()
2992 void **prep_req) in fill_fc_params() argument
3224 *prep_req = cpt_fc_enc_hmac_prep(flags, d_offs, d_lens, in fill_fc_params()
3227 *prep_req = cpt_fc_dec_hmac_prep(flags, d_offs, d_lens, in fill_fc_params()
3230 if (unlikely(*prep_req == NULL)) { in fill_fc_params()
3311 void **prep_req) in fill_digest_params() argument
3457 *prep_req = cpt_fc_enc_hmac_prep(flags, d_offs, d_lens, ¶ms, op); in fill_digest_params()
3458 if (unlikely(*prep_req == NULL)) { in fill_digest_params()