Lines Matching refs:ciphertext_pad_len

3534 	unsigned ciphertext_pad_len;  in test_kasumi_decryption_oop()  local
3570 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 8); in test_kasumi_decryption_oop()
3572 ciphertext_pad_len); in test_kasumi_decryption_oop()
3573 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_kasumi_decryption_oop()
3617 unsigned ciphertext_pad_len; in test_kasumi_decryption() local
3659 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 8); in test_kasumi_decryption()
3661 ciphertext_pad_len); in test_kasumi_decryption()
4119 unsigned ciphertext_pad_len; in test_snow3g_decryption() local
4161 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 16); in test_snow3g_decryption()
4163 ciphertext_pad_len); in test_snow3g_decryption()
4207 unsigned ciphertext_pad_len; in test_snow3g_decryption_oop() local
4251 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 16); in test_snow3g_decryption_oop()
4253 ciphertext_pad_len); in test_snow3g_decryption_oop()
4254 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_snow3g_decryption_oop()
4520 unsigned int ciphertext_pad_len; in test_snow3g_auth_cipher() local
4589 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 16); in test_snow3g_auth_cipher()
4594 ciphertext_pad_len); in test_snow3g_auth_cipher()
4597 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_snow3g_auth_cipher()
4615 (verify ? ciphertext_pad_len : plaintext_pad_len) in test_snow3g_auth_cipher()
4710 unsigned int ciphertext_pad_len; in test_snow3g_auth_cipher_sgl() local
4780 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 16); in test_snow3g_auth_cipher_sgl()
4818 (verify ? ciphertext_pad_len : plaintext_pad_len) in test_snow3g_auth_cipher_sgl()
4919 unsigned int ciphertext_pad_len; in test_kasumi_auth_cipher() local
4988 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 16); in test_kasumi_auth_cipher()
4993 ciphertext_pad_len); in test_kasumi_auth_cipher()
4996 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_kasumi_auth_cipher()
5015 (verify ? ciphertext_pad_len : plaintext_pad_len) in test_kasumi_auth_cipher()
5111 unsigned int ciphertext_pad_len; in test_kasumi_auth_cipher_sgl() local
5181 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 16); in test_kasumi_auth_cipher_sgl()
5219 (verify ? ciphertext_pad_len : plaintext_pad_len) in test_kasumi_auth_cipher_sgl()
5726 unsigned int ciphertext_pad_len; in test_zuc_auth_cipher() local
5799 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 16); in test_zuc_auth_cipher()
5804 ciphertext_pad_len); in test_zuc_auth_cipher()
5807 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_zuc_auth_cipher()
5826 (verify ? ciphertext_pad_len : plaintext_pad_len) in test_zuc_auth_cipher()
5922 unsigned int ciphertext_pad_len; in test_zuc_auth_cipher_sgl() local
5986 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 16); in test_zuc_auth_cipher_sgl()
6024 (verify ? ciphertext_pad_len : plaintext_pad_len) in test_zuc_auth_cipher_sgl()
6753 unsigned int ciphertext_pad_len; in test_mixed_auth_cipher() local
6813 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 16); in test_mixed_auth_cipher()
6818 ciphertext_pad_len); in test_mixed_auth_cipher()
6821 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_mixed_auth_cipher()
6945 unsigned int ciphertext_pad_len; in test_mixed_auth_cipher_sgl() local
7007 ciphertext_pad_len = RTE_ALIGN_CEIL(ciphertext_len, 16); in test_mixed_auth_cipher_sgl()
7011 ciphertext_pad_len, 15, 0); in test_mixed_auth_cipher_sgl()