Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c2147 uint8_t cipher_auth_key[key_len]; in create_wireless_algo_cipher_auth_session() local
2153 memcpy(cipher_auth_key, key, key_len); in create_wireless_algo_cipher_auth_session()
2163 ut_params->auth_xform.auth.key.data = cipher_auth_key; in create_wireless_algo_cipher_auth_session()
2175 ut_params->cipher_xform.cipher.key.data = cipher_auth_key; in create_wireless_algo_cipher_auth_session()
2206 uint8_t cipher_auth_key[key_len]; in create_wireless_cipher_auth_session() local
2216 memcpy(cipher_auth_key, key, key_len); in create_wireless_cipher_auth_session()
2226 ut_params->auth_xform.auth.key.data = cipher_auth_key; in create_wireless_cipher_auth_session()
2238 ut_params->cipher_xform.cipher.key.data = cipher_auth_key; in create_wireless_cipher_auth_session()