Searched defs:ikev2_initiator_data (Results 1 – 1 of 1) sorted by relevance
23 struct ikev2_initiator_data { struct24 enum { SA_INIT, SA_AUTH, CHILD_SA, IKEV2_DONE } state;25 u8 i_spi[IKEV2_SPI_LEN];26 u8 r_spi[IKEV2_SPI_LEN];27 u8 i_nonce[IKEV2_NONCE_MAX_LEN];28 size_t i_nonce_len;29 u8 r_nonce[IKEV2_NONCE_MAX_LEN];30 size_t r_nonce_len;31 struct wpabuf *r_dh_public;32 struct wpabuf *i_dh_private;[all …]