Searched refs:next_payload (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Dikev2.c622 u8 next_payload,
629 if (ikev2_parse_payloads(&pl, next_payload, payload, payload +
751 hdr->next_payload, hdr->version, hdr->exchange_type);
792 if (ikev2_parse_payloads(&pl, hdr->next_payload, pos, end) < 0)
821 u8 next_payload, u32 message_id)
831 hdr->next_payload = next_payload;
840 struct wpabuf *msg, u8 next_payload)
851 phdr->next_payload = next_payload;
621 ikev2_process_sa_auth_decrypted(struct ikev2_responder_data *data, u8 next_payload, u8 *payload, size_t payload_len) argument
819 ikev2_build_hdr(struct ikev2_responder_data *data, struct wpabuf *msg, u8 exchange_type, u8 next_payload, u32 message_id) argument
839 ikev2_build_sar1(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
898 ikev2_build_ker(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
934 ikev2_build_nr(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
953 ikev2_build_idr(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
979 ikev2_build_auth(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
1019 ikev2_build_notification(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
[all...]
/freebsd-13-stable/contrib/wpa/src/eap_server/
H A Dikev2.c449 size_t encrypted_len, u8 next_payload)
465 if (ikev2_parse_payloads(&pl, next_payload, decrypted,
688 u8 next_payload,
695 if (ikev2_parse_payloads(&pl, next_payload, payload, payload +
819 hdr->next_payload, hdr->version, hdr->exchange_type);
860 if (ikev2_parse_payloads(&pl, hdr->next_payload, pos, end) < 0)
885 u8 next_payload, u32 message_id)
895 hdr->next_payload = next_payload;
904 struct wpabuf *msg, u8 next_payload)
446 ikev2_process_sa_init_encr(struct ikev2_initiator_data *data, const struct ikev2_hdr *hdr, const u8 *encrypted, size_t encrypted_len, u8 next_payload) argument
687 ikev2_process_sa_auth_decrypted(struct ikev2_initiator_data *data, u8 next_payload, u8 *payload, size_t payload_len) argument
883 ikev2_build_hdr(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 exchange_type, u8 next_payload, u32 message_id) argument
903 ikev2_build_sai(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
963 ikev2_build_kei(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
1000 ikev2_build_ni(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
1019 ikev2_build_idi(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
1045 ikev2_build_auth(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
[all...]
/freebsd-13-stable/contrib/wpa/src/eap_common/
H A Dikev2_common.c246 u8 next_payload, const u8 *pos, const u8 *end)
252 while (next_payload != IKEV2_PAYLOAD_NO_NEXT_PAYLOAD) {
256 next_payload);
276 phdr->next_payload, phdr->flags, plen);
281 switch (next_payload) {
335 "entire message", next_payload);
340 next_payload);
344 if (next_payload == IKEV2_PAYLOAD_ENCRYPTED &&
351 payloads->encr_next_payload = phdr->next_payload;
352 next_payload
245 ikev2_parse_payloads(struct ikev2_payloads *payloads, u8 next_payload, const u8 *pos, const u8 *end) argument
530 ikev2_build_encrypted(int encr_id, int integ_id, struct ikev2_keys *keys, int initiator, struct wpabuf *msg, struct wpabuf *plain, u8 next_payload) argument
[all...]
H A Dikev2_common.h29 u8 next_payload; member in struct:ikev2_hdr
38 u8 next_payload; member in struct:ikev2_payload_hdr
318 u8 next_payload, const u8 *pos, const u8 *end);
327 struct wpabuf *plain, u8 next_payload);

Completed in 67 milliseconds