Searched refs:expected_ciphertext_shifted (Results 1 – 1 of 1) sorted by relevance
4481 uint8_t *expected_ciphertext_shifted; in test_snow3g_encryption_offset_oop() local4572 expected_ciphertext_shifted = rte_malloc(NULL, plaintext_len, 8); in test_snow3g_encryption_offset_oop()4574 TEST_ASSERT_NOT_NULL(expected_ciphertext_shifted, in test_snow3g_encryption_offset_oop()4577 memcpy(expected_ciphertext_shifted, tdata->ciphertext.data, in test_snow3g_encryption_offset_oop()4579 buffer_shift_right(expected_ciphertext_shifted, tdata->ciphertext.len, in test_snow3g_encryption_offset_oop()4584 expected_ciphertext_shifted, in test_snow3g_encryption_offset_oop()