Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c2338 create_wireless_algo_hash_operation(const uint8_t *auth_tag, in create_wireless_algo_hash_operation() function
2718 retval = create_wireless_algo_hash_operation(NULL, tdata->digest.len, in test_snow3g_authentication()
2808 retval = create_wireless_algo_hash_operation(tdata->digest.data, in test_snow3g_authentication_verify()
2894 retval = create_wireless_algo_hash_operation(NULL, tdata->digest.len, in test_kasumi_authentication()
2982 retval = create_wireless_algo_hash_operation(tdata->digest.data, in test_kasumi_authentication_verify()
5685 retval = create_wireless_algo_hash_operation(NULL, tdata->digest.len, in test_zuc_authentication()