Home
last modified time | relevance | path

Searched refs:d_offs (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/crypto/cnxk/
H A Dcnxk_se.h411 encr_offset = ROC_SE_ENCR_OFFSET(d_offs); in cpt_enc_hmac_prep()
2111 uint64_t d_offs, d_lens; in fill_fc_params() local
2156 d_offs = sym_op->aead.data.offset; in fill_fc_params()
2166 d_offs = (d_offs - aad_len) | (d_offs << 16); in fill_fc_params()
2173 d_offs = d_offs << 16; in fill_fc_params()
2202 d_offs = sym_op->cipher.data.offset; in fill_fc_params()
2206 d_offs = (d_offs << 16) | sym_op->auth.data.offset; in fill_fc_params()
2401 uint64_t d_offs = 0, d_lens; in fill_digest_params() local
2431 d_offs = auth_range_off; in fill_digest_params()
2453 d_offs = cop->sym->auth.data.offset; in fill_digest_params()
[all …]
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h653 uint64_t d_offs, in cpt_enc_hmac_prep() argument
1029 uint64_t d_offs, in cpt_dec_hmac_prep() argument
1424 uint64_t d_offs, in cpt_zuc_snow3g_enc_prep() argument
1739 uint64_t d_offs, in cpt_zuc_snow3g_dec_prep() argument
1996 uint64_t d_offs, in cpt_kasumi_enc_prep() argument
2427 uint64_t d_offs, in cpt_fc_dec_hmac_prep() argument
3088 uint64_t d_offs, d_lens; in fill_fc_params() local
3142 d_offs = (d_offs - aad_len) | (d_offs << 16); in fill_fc_params()
3150 d_offs = d_offs << 16; in fill_fc_params()
3185 d_offs = (d_offs << 16) | sym_op->auth.data.offset; in fill_fc_params()
[all …]