Lines Matching refs:ciphertext_pad_len

3986 	unsigned ciphertext_pad_len;  in test_kasumi_decryption_oop()  local
4022 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 8); in test_kasumi_decryption_oop()
4024 ciphertext_pad_len); in test_kasumi_decryption_oop()
4025 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_kasumi_decryption_oop()
4069 unsigned ciphertext_pad_len; in test_kasumi_decryption() local
4111 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 8); in test_kasumi_decryption()
4113 ciphertext_pad_len); in test_kasumi_decryption()
4599 unsigned ciphertext_pad_len; in test_snow3g_decryption() local
4641 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 16); in test_snow3g_decryption()
4643 ciphertext_pad_len); in test_snow3g_decryption()
4687 unsigned ciphertext_pad_len; in test_snow3g_decryption_oop() local
4740 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 16); in test_snow3g_decryption_oop()
4742 ciphertext_pad_len); in test_snow3g_decryption_oop()
4743 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_snow3g_decryption_oop()
5013 unsigned int ciphertext_pad_len; in test_snow3g_auth_cipher() local
5081 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 16); in test_snow3g_auth_cipher()
5086 ciphertext_pad_len); in test_snow3g_auth_cipher()
5089 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_snow3g_auth_cipher()
5107 (verify ? ciphertext_pad_len : plaintext_pad_len) in test_snow3g_auth_cipher()
5206 unsigned int ciphertext_pad_len; in test_snow3g_auth_cipher_sgl() local
5276 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 16); in test_snow3g_auth_cipher_sgl()
5314 (verify ? ciphertext_pad_len : plaintext_pad_len) in test_snow3g_auth_cipher_sgl()
5419 unsigned int ciphertext_pad_len; in test_kasumi_auth_cipher() local
5488 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 16); in test_kasumi_auth_cipher()
5493 ciphertext_pad_len); in test_kasumi_auth_cipher()
5496 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_kasumi_auth_cipher()
5515 (verify ? ciphertext_pad_len : plaintext_pad_len) in test_kasumi_auth_cipher()
5611 unsigned int ciphertext_pad_len; in test_kasumi_auth_cipher_sgl() local
5681 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 16); in test_kasumi_auth_cipher_sgl()
5719 (verify ? ciphertext_pad_len : plaintext_pad_len) in test_kasumi_auth_cipher_sgl()
6268 unsigned int ciphertext_pad_len; in test_zuc_auth_cipher() local
6343 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 16); in test_zuc_auth_cipher()
6348 ciphertext_pad_len); in test_zuc_auth_cipher()
6355 ciphertext_pad_len); in test_zuc_auth_cipher()
6362 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_zuc_auth_cipher()
6370 (verify ? ciphertext_pad_len : plaintext_pad_len) in test_zuc_auth_cipher()
6466 unsigned int ciphertext_pad_len; in test_zuc_auth_cipher_sgl() local
6532 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 16); in test_zuc_auth_cipher_sgl()
6570 (verify ? ciphertext_pad_len : plaintext_pad_len) in test_zuc_auth_cipher_sgl()
7351 unsigned int ciphertext_pad_len; in test_mixed_auth_cipher() local
7411 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 16); in test_mixed_auth_cipher()
7416 ciphertext_pad_len); in test_mixed_auth_cipher()
7423 ciphertext_pad_len); in test_mixed_auth_cipher()
7429 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_mixed_auth_cipher()
7546 unsigned int ciphertext_pad_len; in test_mixed_auth_cipher_sgl() local
7608 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 16); in test_mixed_auth_cipher_sgl()
7612 ciphertext_pad_len, 15, 0); in test_mixed_auth_cipher_sgl()