Searched refs:save_key (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/microsoft/mana/ |
D | mana_ethtool.c | 174 u8 save_key[MANA_HASH_KEY_SIZE]; in mana_set_rxfh() local 197 memcpy(save_key, apc->hashkey, MANA_HASH_KEY_SIZE); in mana_set_rxfh() 210 memcpy(apc->hashkey, save_key, MANA_HASH_KEY_SIZE); in mana_set_rxfh()
|
/Linux-v6.1/drivers/crypto/keembay/ |
D | keembay-ocs-aes-core.c | 168 static int save_key(struct ocs_aes_tctx *tctx, const u8 *in_key, size_t key_len, in save_key() function 195 return save_key(tctx, in_key, key_len, cipher); in kmb_ocs_sk_set_key() 217 return save_key(tctx, in_key, key_len, cipher); in kmb_ocs_aead_set_key()
|