Searched refs:s_size_bytes (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cnxk_se.h | 275 uint32_t g_size_bytes, s_size_bytes; in cpt_digest_gen_prep() local 382 size = g_size_bytes + s_size_bytes + ROC_SE_SG_LIST_HDR_SIZE; in cpt_digest_gen_prep() 526 uint32_t i, g_size_bytes, s_size_bytes; in cpt_enc_hmac_prep() local 665 s_size_bytes = in cpt_enc_hmac_prep() 668 size = g_size_bytes + s_size_bytes + ROC_SE_SG_LIST_HDR_SIZE; in cpt_enc_hmac_prep() 813 uint32_t g_size_bytes, s_size_bytes; in cpt_dec_hmac_prep() local 970 s_size_bytes = in cpt_dec_hmac_prep() 1135 uint32_t i, g_size_bytes, s_size_bytes; in cpt_pdcp_alg_prep() local 1251 s_size_bytes = in cpt_pdcp_alg_prep() 1285 uint32_t g_size_bytes, s_size_bytes; in cpt_kasumi_enc_prep() local [all …]
|
| /dpdk/drivers/common/cpt/ |
| H A D | cpt_ucode.h | 487 uint32_t g_size_bytes, s_size_bytes; in cpt_digest_gen_prep() local 619 s_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 984 s_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 2208 s_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 …]
|