Home
last modified time | relevance | path

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

/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.c4154 test_snow3g_encryption(const struct snow3g_test_data *tdata) in test_snow3g_encryption()
4245 test_snow3g_encryption_oop(const struct snow3g_test_data *tdata) in test_snow3g_encryption_oop()
4345 test_snow3g_encryption_oop_sgl(const struct snow3g_test_data *tdata) in test_snow3g_encryption_oop_sgl()
4472 test_snow3g_encryption_offset_oop(const struct snow3g_test_data *tdata) in test_snow3g_encryption_offset_oop()
4591 static int test_snow3g_decryption(const struct snow3g_test_data *tdata) in test_snow3g_decryption()
4679 static int test_snow3g_decryption_oop(const struct snow3g_test_data *tdata) in test_snow3g_decryption_oop()
4890 test_snow3g_cipher_auth(const struct snow3g_test_data *tdata) in test_snow3g_cipher_auth()
5002 test_snow3g_auth_cipher(const struct snow3g_test_data *tdata, in test_snow3g_auth_cipher()
5193 test_snow3g_auth_cipher_sgl(const struct snow3g_test_data *tdata, in test_snow3g_auth_cipher_sgl()
6836 snow3g_hash_test_vector_setup(const struct snow3g_test_data *pattern, in snow3g_hash_test_vector_setup()