Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/cnxk/
H A Dcnxk_se.h275 uint32_t g_size_bytes, s_size_bytes; in cpt_digest_gen_prep() local
357 g_size_bytes); in cpt_digest_gen_prep()
589 g_size_bytes = in cpt_enc_hmac_prep()
598 g_size_bytes); in cpt_enc_hmac_prep()
919 g_size_bytes = in cpt_dec_hmac_prep()
929 g_size_bytes); in cpt_dec_hmac_prep()
1189 g_size_bytes = in cpt_pdcp_alg_prep()
1199 g_size_bytes); in cpt_pdcp_alg_prep()
1285 uint32_t g_size_bytes, s_size_bytes; in cpt_kasumi_enc_prep() local
1395 g_size_bytes); in cpt_kasumi_enc_prep()
[all …]
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h487 uint32_t g_size_bytes, s_size_bytes; in cpt_digest_gen_prep() local
588 g_size_bytes = ((i + 3) / 4) * sizeof(sg_comp_t); in cpt_digest_gen_prep()
831 uint32_t i, g_size_bytes, s_size_bytes; in cpt_enc_hmac_prep() local
903 g_size_bytes = ((i + 3) / 4) * sizeof(sg_comp_t); in cpt_enc_hmac_prep()
1213 uint32_t g_size_bytes, s_size_bytes; in cpt_dec_hmac_prep() local
1593 uint32_t i, g_size_bytes, s_size_bytes; in cpt_zuc_snow3g_enc_prep() local
1871 uint32_t i, g_size_bytes, s_size_bytes; in cpt_zuc_snow3g_dec_prep() local
2019 uint32_t g_size_bytes, s_size_bytes; in cpt_kasumi_enc_prep() local
2151 g_size_bytes = ((i + 3) / 4) * sizeof(sg_comp_t); in cpt_kasumi_enc_prep()
2262 uint32_t g_size_bytes, s_size_bytes; in cpt_kasumi_dec_prep() local
[all …]