Searched refs:d_lens (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cnxk_se.h | 283 data_len = ROC_SE_AUTH_DLEN(d_lens); in cpt_digest_gen_prep() 413 encr_data_len = ROC_SE_ENCR_DLEN(d_lens); in cpt_enc_hmac_prep() 414 auth_data_len = ROC_SE_AUTH_DLEN(d_lens); in cpt_enc_hmac_prep() 2111 uint64_t d_offs, d_lens; in fill_fc_params() local 2157 d_lens = sym_op->aead.data.length; in fill_fc_params() 2167 d_lens = (d_lens + aad_len) | (d_lens << 32); in fill_fc_params() 2174 d_lens = d_lens << 32; in fill_fc_params() 2203 d_lens = sym_op->cipher.data.length; in fill_fc_params() 2207 d_lens = (d_lens << 32) | sym_op->auth.data.length; in fill_fc_params() 2401 uint64_t d_offs = 0, d_lens; in fill_digest_params() local [all …]
|
| /dpdk/drivers/common/cpt/ |
| H A D | cpt_ucode.h | 473 uint64_t d_lens, in cpt_digest_gen_prep() argument 654 uint64_t d_lens, in cpt_enc_hmac_prep() argument 1030 uint64_t d_lens, in cpt_dec_hmac_prep() argument 1425 uint64_t d_lens, in cpt_zuc_snow3g_enc_prep() argument 1740 uint64_t d_lens, in cpt_zuc_snow3g_dec_prep() argument 1997 uint64_t d_lens, in cpt_kasumi_enc_prep() argument 2242 uint64_t d_lens, in cpt_kasumi_dec_prep() argument 2428 uint64_t d_lens, in cpt_fc_dec_hmac_prep() argument 3143 d_lens = (d_lens + aad_len) | (d_lens << 32); in fill_fc_params() 3151 d_lens = d_lens << 32; in fill_fc_params() [all …]
|