Home
last modified time | relevance | path

Searched refs:replays (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/net/mac80211/
H A Dkey.h92 u32 replays; /* dot11RSNAStatsCCMPReplays */ member
97 u32 replays; /* dot11RSNAStatsCMACReplays */ member
103 u32 replays; /* dot11RSNAStatsCMACReplays */ member
114 u32 replays; /* dot11RSNAStatsGCMPReplays */ member
H A Ddebugfs_key.c235 len = scnprintf(buf, sizeof(buf), "%u\n", key->u.ccmp.replays); in key_replays_read()
240 key->u.aes_cmac.replays); in key_replays_read()
245 key->u.aes_gmac.replays); in key_replays_read()
249 len = scnprintf(buf, sizeof(buf), "%u\n", key->u.gcmp.replays); in key_replays_read()
256 KEY_OPS(replays);
357 DEBUGFS_ADD(replays); in ieee80211_debugfs_key_add()
H A Dwpa.c552 key->u.ccmp.replays++; in ieee80211_crypto_ccmp_decrypt()
748 key->u.gcmp.replays++; in ieee80211_crypto_gcmp_decrypt()
938 key->u.aes_cmac.replays++; in ieee80211_crypto_aes_cmac_decrypt()
988 key->u.aes_cmac.replays++; in ieee80211_crypto_aes_cmac_256_decrypt()
1087 key->u.aes_gmac.replays++; in ieee80211_crypto_aes_gmac_decrypt()
H A Dkey.c1452 key->u.ccmp.replays++; in ieee80211_key_replay()
1456 key->u.aes_cmac.replays++; in ieee80211_key_replay()
1460 key->u.aes_gmac.replays++; in ieee80211_key_replay()
1464 key->u.gcmp.replays++; in ieee80211_key_replay()
/openbmc/qemu/tests/qemu-iotests/
H A D070.out7 === Verify open image replays log ===
10 === Verify qemu-img check -r all replays log ===
/openbmc/qemu/docs/system/
H A Dreplay.rst17 Execution replaying reads the log and replays all non-deterministic events
22 * Deterministically replays whole system execution and all contents of
211 Reverse step loads the nearest snapshot and replays the execution until
/openbmc/qemu/qapi/
H A Dreplay.json106 # snapshot and replays the execution to find the desired instruction.
/openbmc/linux/Documentation/filesystems/
H A Dubifs.rst66 It does not need stuff like fsck.ext2. UBIFS automatically replays its
/openbmc/qemu/docs/devel/
H A Dreplay.rst15 number of times. Execution replaying reads the log and replays all
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h2542 u32 replays; member
/openbmc/qemu/
H A Dhmp-commands.hx1754 snapshot and replays the execution to find the desired instruction.