Searched refs:cipher_auth_key (Results 1 – 1 of 1) sorted by relevance
2147 uint8_t cipher_auth_key[key_len]; in create_wireless_algo_cipher_auth_session() local2153 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() local2216 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()