Lines Matching refs:key_entry
324 struct hw_key_entry key_entry; in rt61pci_config_shared_key() local
353 memcpy(key_entry.key, crypto->key, in rt61pci_config_shared_key()
354 sizeof(key_entry.key)); in rt61pci_config_shared_key()
355 memcpy(key_entry.tx_mic, crypto->tx_mic, in rt61pci_config_shared_key()
356 sizeof(key_entry.tx_mic)); in rt61pci_config_shared_key()
357 memcpy(key_entry.rx_mic, crypto->rx_mic, in rt61pci_config_shared_key()
358 sizeof(key_entry.rx_mic)); in rt61pci_config_shared_key()
362 &key_entry, sizeof(key_entry)); in rt61pci_config_shared_key()
422 struct hw_key_entry key_entry; in rt61pci_config_pairwise_key() local
449 memcpy(key_entry.key, crypto->key, in rt61pci_config_pairwise_key()
450 sizeof(key_entry.key)); in rt61pci_config_pairwise_key()
451 memcpy(key_entry.tx_mic, crypto->tx_mic, in rt61pci_config_pairwise_key()
452 sizeof(key_entry.tx_mic)); in rt61pci_config_pairwise_key()
453 memcpy(key_entry.rx_mic, crypto->rx_mic, in rt61pci_config_pairwise_key()
454 sizeof(key_entry.rx_mic)); in rt61pci_config_pairwise_key()
462 &key_entry, sizeof(key_entry)); in rt61pci_config_pairwise_key()