Searched refs:replay (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dwpa.c229 ctx->replay = ~0ULL;
448 pkt->replay = cpu_to_be64 ( pkt->replay );
857 pkt->replay = be64_to_cpu ( pkt->replay );
859 /* Check replay counter */
860 if ( ctx->replay != ~0ULL && ctx->replay >= pkt->replay ) {
863 ( u32 ) ( ctx->replay >> 3
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dwpa.h123 u64 replay; member in struct:eapol_key_pkt
142 * This is used to synchronize the client's replay counter for
316 * This stores the replay counter value for the most recent
320 u64 replay; member in struct:wpa_common_ctx
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DTpm12.h660 TPM_NONCE replay; member in struct:tdTPM_SIGN_INFO

Completed in 1388 milliseconds