Home
last modified time | relevance | path

Searched refs:expected_ciphertext_shifted (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c4005 uint8_t *expected_ciphertext_shifted; in test_snow3g_encryption_offset_oop() local
4092 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()