Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_cryptodev.c2775 create_wireless_algo_hash_operation(const uint8_t *auth_tag, in create_wireless_algo_hash_operation() function
3170 retval = create_wireless_algo_hash_operation(NULL, tdata->digest.len, in test_snow3g_authentication()
3260 retval = create_wireless_algo_hash_operation(tdata->digest.data, in test_snow3g_authentication_verify()
3346 retval = create_wireless_algo_hash_operation(NULL, tdata->digest.len, in test_kasumi_authentication()
3434 retval = create_wireless_algo_hash_operation(tdata->digest.data, in test_kasumi_authentication_verify()
6227 retval = create_wireless_algo_hash_operation(NULL, tdata->digest.len, in test_zuc_authentication()