Searched refs:auth_ofs (Results 1 – 1 of 1) sorted by relevance
295 uint32_t auth_ofs = 0, auth_len = 0; in qat_sym_convert_op_to_vec_auth() local301 auth_ofs = op->sym->auth.data.offset >> 3; in qat_sym_convert_op_to_vec_auth()312 auth_ofs = op->sym->auth.data.offset; in qat_sym_convert_op_to_vec_auth()319 auth_ofs = op->sym->auth.data.offset; in qat_sym_convert_op_to_vec_auth()333 auth_ofs + auth_len, in_sgl->vec, in qat_sym_convert_op_to_vec_auth()346 auth_ofs + auth_len, out_sgl->vec, in qat_sym_convert_op_to_vec_auth()374 uint32_t auth_len = 0, auth_ofs = 0; in qat_sym_convert_op_to_vec_chain() local416 auth_ofs = op->sym->auth.data.offset >> 3; in qat_sym_convert_op_to_vec_chain()420 auth_ofs = op->sym->auth.data.offset; in qat_sym_convert_op_to_vec_chain()429 min_ofs = cipher_ofs < auth_ofs ? cipher_ofs : auth_ofs; in qat_sym_convert_op_to_vec_chain()[all …]