Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_cryptodev_snow3g_test_vectors.h49 unsigned int offset_bytes; /* offset must be in Bytes */ member
407 .offset_bytes = 0
499 .offset_bytes = 124
592 .offset_bytes = 124
659 .offset_bytes = 28
726 .offset_bytes = 28
H A Dtest_cryptodev_kasumi_test_vectors.h54 unsigned int offset_bytes; /* offset must be in Bytes */ member
210 .offset_bytes = 0
359 .offset_bytes = 0
434 .offset_bytes = 124
H A Dtest_cryptodev_zuc_test_vectors.h54 unsigned int offset_bytes; /* offset must be in Bytes */ member
1238 .offset_bytes = 124
H A Dtest_cryptodev.c5106 (tdata->digest.offset_bytes == 0 ? in test_snow3g_auth_cipher()
5108 : tdata->digest.offset_bytes), in test_snow3g_auth_cipher()
5313 (tdata->digest.offset_bytes == 0 ? in test_snow3g_auth_cipher_sgl()
5315 : tdata->digest.offset_bytes), in test_snow3g_auth_cipher_sgl()
5514 (tdata->digest.offset_bytes == 0 ? in test_kasumi_auth_cipher()
5516 : tdata->digest.offset_bytes), in test_kasumi_auth_cipher()
5718 (tdata->digest.offset_bytes == 0 ? in test_kasumi_auth_cipher_sgl()
5720 : tdata->digest.offset_bytes), in test_kasumi_auth_cipher_sgl()
6369 (tdata->digest.offset_bytes == 0 ? in test_zuc_auth_cipher()
6371 : tdata->digest.offset_bytes), in test_zuc_auth_cipher()
[all …]