Lines Matching refs:memcpy
38 memcpy(msg->key_data, key->key, key->keylen); in fill_wep_pair()
49 memcpy(msg->key_data, key->key, key->keylen); in fill_wep_group()
60 memcpy(msg->tkip_key_data, keybuf, sizeof(msg->tkip_key_data)); in fill_tkip_pair()
62 memcpy(msg->tx_mic_key, keybuf, sizeof(msg->tx_mic_key)); in fill_tkip_pair()
64 memcpy(msg->rx_mic_key, keybuf, sizeof(msg->rx_mic_key)); in fill_tkip_pair()
77 memcpy(msg->rx_sequence_counter, &seq->tkip.iv16, sizeof(seq->tkip.iv16)); in fill_tkip_group()
78 memcpy(msg->rx_sequence_counter + sizeof(u16), &seq->tkip.iv32, sizeof(seq->tkip.iv32)); in fill_tkip_group()
79 memcpy(msg->tkip_key_data, keybuf, sizeof(msg->tkip_key_data)); in fill_tkip_group()
83 memcpy(msg->rx_mic_key, keybuf + 0, sizeof(msg->rx_mic_key)); in fill_tkip_group()
86 memcpy(msg->rx_mic_key, keybuf + 8, sizeof(msg->rx_mic_key)); in fill_tkip_group()
95 memcpy(msg->aes_key_data, key->key, key->keylen); in fill_ccmp_pair()
103 memcpy(msg->aes_key_data, key->key, key->keylen); in fill_ccmp_group()
104 memcpy(msg->rx_sequence_counter, seq->ccmp.pn, sizeof(seq->ccmp.pn)); in fill_ccmp_group()
118 memcpy(msg->wapi_key_data, keybuf, sizeof(msg->wapi_key_data)); in fill_sms4_pair()
120 memcpy(msg->mic_key_data, keybuf, sizeof(msg->mic_key_data)); in fill_sms4_pair()
132 memcpy(msg->wapi_key_data, keybuf, sizeof(msg->wapi_key_data)); in fill_sms4_group()
134 memcpy(msg->mic_key_data, keybuf, sizeof(msg->mic_key_data)); in fill_sms4_group()
143 memcpy(msg->igtk_key_data, key->key, key->keylen); in fill_aes_cmac_group()
144 memcpy(msg->ipn, seq->aes_cmac.pn, sizeof(seq->aes_cmac.pn)); in fill_aes_cmac_group()