Lines Matching refs:key_entry
321 struct hw_key_entry key_entry; in rt61pci_config_shared_key() local
350 memcpy(key_entry.key, crypto->key, in rt61pci_config_shared_key()
351 sizeof(key_entry.key)); in rt61pci_config_shared_key()
352 memcpy(key_entry.tx_mic, crypto->tx_mic, in rt61pci_config_shared_key()
353 sizeof(key_entry.tx_mic)); in rt61pci_config_shared_key()
354 memcpy(key_entry.rx_mic, crypto->rx_mic, in rt61pci_config_shared_key()
355 sizeof(key_entry.rx_mic)); in rt61pci_config_shared_key()
359 &key_entry, sizeof(key_entry)); in rt61pci_config_shared_key()
419 struct hw_key_entry key_entry; in rt61pci_config_pairwise_key() local
446 memcpy(key_entry.key, crypto->key, in rt61pci_config_pairwise_key()
447 sizeof(key_entry.key)); in rt61pci_config_pairwise_key()
448 memcpy(key_entry.tx_mic, crypto->tx_mic, in rt61pci_config_pairwise_key()
449 sizeof(key_entry.tx_mic)); in rt61pci_config_pairwise_key()
450 memcpy(key_entry.rx_mic, crypto->rx_mic, in rt61pci_config_pairwise_key()
451 sizeof(key_entry.rx_mic)); in rt61pci_config_pairwise_key()
459 &key_entry, sizeof(key_entry)); in rt61pci_config_pairwise_key()