Struct to old keys for skipped messages while advancing the Axolotl ratchet. More...
Data Fields | |
| struct CadetTunnelSkippedKey * | next |
| DLL next. | |
| struct CadetTunnelSkippedKey * | prev |
| DLL prev. | |
| struct GNUNET_TIME_Absolute | timestamp |
| When was this key stored (for timeout). | |
| struct GNUNET_CRYPTO_SymmetricSessionKey | HK |
| Header key. | |
| struct GNUNET_CRYPTO_SymmetricSessionKey | MK |
| Message key. | |
| unsigned int | Kn |
| Key number for a given HK. | |
Struct to old keys for skipped messages while advancing the Axolotl ratchet.
Definition at line 82 of file gnunet-service-cadet_tunnels.c.
| struct CadetTunnelSkippedKey* CadetTunnelSkippedKey::next |
DLL next.
Definition at line 87 of file gnunet-service-cadet_tunnels.c.
| struct CadetTunnelSkippedKey* CadetTunnelSkippedKey::prev |
DLL prev.
Definition at line 92 of file gnunet-service-cadet_tunnels.c.
| struct GNUNET_TIME_Absolute CadetTunnelSkippedKey::timestamp |
When was this key stored (for timeout).
Definition at line 97 of file gnunet-service-cadet_tunnels.c.
| struct GNUNET_CRYPTO_SymmetricSessionKey CadetTunnelSkippedKey::HK |
Header key.
Definition at line 102 of file gnunet-service-cadet_tunnels.c.
| struct GNUNET_CRYPTO_SymmetricSessionKey CadetTunnelSkippedKey::MK |
Message key.
Definition at line 107 of file gnunet-service-cadet_tunnels.c.
| unsigned int CadetTunnelSkippedKey::Kn |
Key number for a given HK.
Definition at line 112 of file gnunet-service-cadet_tunnels.c.