Searched refs:expected_ciphertext_shifted (Results 1 – 1 of 1) sorted by relevance
4005 uint8_t *expected_ciphertext_shifted; in test_snow3g_encryption_offset_oop() local4092 expected_ciphertext_shifted = rte_malloc(NULL, plaintext_len, 8); in test_snow3g_encryption_offset_oop()4094 TEST_ASSERT_NOT_NULL(expected_ciphertext_shifted, in test_snow3g_encryption_offset_oop()4097 memcpy(expected_ciphertext_shifted, tdata->ciphertext.data, in test_snow3g_encryption_offset_oop()4099 buffer_shift_right(expected_ciphertext_shifted, tdata->ciphertext.len, in test_snow3g_encryption_offset_oop()4104 expected_ciphertext_shifted, in test_snow3g_encryption_offset_oop()