Home
last modified time | relevance | path

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

/f-stack/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
1128 .offset_bytes = 124
H A Dtest_cryptodev.c4614 (tdata->digest.offset_bytes == 0 ? in test_snow3g_auth_cipher()
4616 : tdata->digest.offset_bytes), in test_snow3g_auth_cipher()
4817 (tdata->digest.offset_bytes == 0 ? in test_snow3g_auth_cipher_sgl()
4819 : tdata->digest.offset_bytes), in test_snow3g_auth_cipher_sgl()
5014 (tdata->digest.offset_bytes == 0 ? in test_kasumi_auth_cipher()
5016 : tdata->digest.offset_bytes), in test_kasumi_auth_cipher()
5218 (tdata->digest.offset_bytes == 0 ? in test_kasumi_auth_cipher_sgl()
5220 : tdata->digest.offset_bytes), in test_kasumi_auth_cipher_sgl()
5825 (tdata->digest.offset_bytes == 0 ? in test_zuc_auth_cipher()
5827 : tdata->digest.offset_bytes), in test_zuc_auth_cipher()
[all …]