Lines Matching refs:auth_offset

668 	uint32_t encr_offset, auth_offset;  in cpt_enc_hmac_prep()  local
682 auth_offset = AUTH_OFFSET(d_offs); in cpt_enc_hmac_prep()
691 auth_offset = 0; in cpt_enc_hmac_prep()
740 auth_offset = passthrough_len + iv_len; in cpt_enc_hmac_prep()
745 auth_offset = passthrough_len + iv_len; in cpt_enc_hmac_prep()
750 auth_offset += iv_len; in cpt_enc_hmac_prep()
762 auth_dlen = auth_offset + auth_data_len; in cpt_enc_hmac_prep()
824 ((uint64_t)auth_offset)); in cpt_enc_hmac_prep()
854 ((uint64_t)auth_offset)); in cpt_enc_hmac_prep()
1028 uint32_t encr_offset, auth_offset; in cpt_dec_hmac_prep() local
1042 auth_offset = AUTH_OFFSET(d_offs); in cpt_dec_hmac_prep()
1052 auth_offset = 0; in cpt_dec_hmac_prep()
1075 auth_offset = passthrough_len + iv_len; in cpt_dec_hmac_prep()
1080 auth_offset = passthrough_len + iv_len; in cpt_dec_hmac_prep()
1085 auth_offset += iv_len; in cpt_dec_hmac_prep()
1123 auth_dlen = auth_offset + auth_data_len; in cpt_dec_hmac_prep()
1180 ((uint64_t)auth_offset)); in cpt_dec_hmac_prep()
1211 ((uint64_t)auth_offset)); in cpt_dec_hmac_prep()
1398 uint32_t encr_offset = 0, auth_offset = 0; in cpt_zuc_snow3g_enc_prep() local
1454 auth_offset = AUTH_OFFSET(d_offs); in cpt_zuc_snow3g_enc_prep()
1455 auth_offset = auth_offset / 8; in cpt_zuc_snow3g_enc_prep()
1458 auth_offset += iv_len; in cpt_zuc_snow3g_enc_prep()
1460 inputlen = auth_offset + (RTE_ALIGN(auth_data_len, 8) / 8); in cpt_zuc_snow3g_enc_prep()
1463 offset_ctrl = rte_cpu_to_be_64((uint64_t)auth_offset); in cpt_zuc_snow3g_enc_prep()
1956 uint32_t encr_offset, auth_offset; in cpt_kasumi_enc_prep() local
1976 auth_offset = AUTH_OFFSET(d_offs) / 8; in cpt_kasumi_enc_prep()
2029 auth_offset += iv_len; in cpt_kasumi_enc_prep()
2062 inputlen = auth_offset + (RTE_ALIGN(auth_data_len, 8) / 8); in cpt_kasumi_enc_prep()
2065 *offset_vaddr = rte_cpu_to_be_64((uint64_t)auth_offset); in cpt_kasumi_enc_prep()