Searched refs:cipher_auth_key (Results 1 – 1 of 1) sorted by relevance
2584 uint8_t cipher_auth_key[key_len]; in create_wireless_algo_cipher_auth_session() local2590 memcpy(cipher_auth_key, key, key_len); in create_wireless_algo_cipher_auth_session()2600 ut_params->auth_xform.auth.key.data = cipher_auth_key; in create_wireless_algo_cipher_auth_session()2612 ut_params->cipher_xform.cipher.key.data = cipher_auth_key; in create_wireless_algo_cipher_auth_session()2643 uint8_t cipher_auth_key[key_len]; in create_wireless_cipher_auth_session() local2653 memcpy(cipher_auth_key, key, key_len); in create_wireless_cipher_auth_session()2663 ut_params->auth_xform.auth.key.data = cipher_auth_key; in create_wireless_cipher_auth_session()2675 ut_params->cipher_xform.cipher.key.data = cipher_auth_key; in create_wireless_cipher_auth_session()