Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cryptodev_snow3g_test_vectors.h8 struct snow3g_test_data { struct
63 struct snow3g_test_data snow3g_test_case_1 = { argument
132 struct snow3g_test_data snow3g_test_case_2 = {
191 struct snow3g_test_data snow3g_test_case_3 = {
245 struct snow3g_test_data snow3g_test_case_4 = {
289 struct snow3g_test_data snow3g_test_case_5 = {
352 struct snow3g_test_data snow3g_auth_cipher_test_case_1 = {
420 struct snow3g_test_data snow3g_test_case_7 = {
512 struct snow3g_test_data snow3g_auth_cipher_test_case_2 = {
605 struct snow3g_test_data snow3g_auth_cipher_test_case_3 = {
[all …]
H A Dtest_cryptodev.c3702 test_snow3g_encryption(const struct snow3g_test_data *tdata) in test_snow3g_encryption()
3793 test_snow3g_encryption_oop(const struct snow3g_test_data *tdata) in test_snow3g_encryption_oop()
3879 test_snow3g_encryption_oop_sgl(const struct snow3g_test_data *tdata) in test_snow3g_encryption_oop_sgl()
3996 test_snow3g_encryption_offset_oop(const struct snow3g_test_data *tdata) in test_snow3g_encryption_offset_oop()
4111 static int test_snow3g_decryption(const struct snow3g_test_data *tdata) in test_snow3g_decryption()
4199 static int test_snow3g_decryption_oop(const struct snow3g_test_data *tdata) in test_snow3g_decryption_oop()
4397 test_snow3g_cipher_auth(const struct snow3g_test_data *tdata) in test_snow3g_cipher_auth()
4509 test_snow3g_auth_cipher(const struct snow3g_test_data *tdata, in test_snow3g_auth_cipher()
4697 test_snow3g_auth_cipher_sgl(const struct snow3g_test_data *tdata, in test_snow3g_auth_cipher_sgl()
6290 snow3g_hash_test_vector_setup(const struct snow3g_test_data *pattern, in snow3g_hash_test_vector_setup()