Searched defs:next_payload (Results 1 - 16 of 16) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
H A Dikev2_common.c317 u8 next_payload, const u8 *pos, const u8 *end)
323 while (next_payload != IKEV2_PAYLOAD_NO_NEXT_PAYLOAD) {
327 next_payload);
343 phdr->next_payload, phdr->flags, plen);
348 switch (next_payload) {
402 "entire message", next_payload);
407 next_payload);
411 if (next_payload == IKEV2_PAYLOAD_ENCRYPTED &&
418 payloads->encr_next_payload = phdr->next_payload;
419 next_payload
316 ikev2_parse_payloads(struct ikev2_payloads *payloads, u8 next_payload, const u8 *pos, const u8 *end) argument
597 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.h35 u8 next_payload; member in struct:ikev2_hdr
44 u8 next_payload; member in struct:ikev2_payload_hdr
328 u8 next_payload, const u8 *pos, const u8 *end);
337 struct wpabuf *plain, u8 next_payload);
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Dikev2.c662 u8 next_payload,
669 if (ikev2_parse_payloads(&pl, next_payload, payload, payload +
791 hdr->next_payload, hdr->version, hdr->exchange_type);
832 if (ikev2_parse_payloads(&pl, hdr->next_payload, pos, end) < 0)
861 u8 next_payload, u32 message_id)
871 hdr->next_payload = next_payload;
880 struct wpabuf *msg, u8 next_payload)
891 phdr->next_payload = next_payload;
661 ikev2_process_sa_auth_decrypted(struct ikev2_responder_data *data, u8 next_payload, u8 *payload, size_t payload_len) argument
859 ikev2_build_hdr(struct ikev2_responder_data *data, struct wpabuf *msg, u8 exchange_type, u8 next_payload, u32 message_id) argument
879 ikev2_build_sar1(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
951 ikev2_build_ker(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
987 ikev2_build_nr(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
1006 ikev2_build_idr(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
1032 ikev2_build_auth(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
1072 ikev2_build_notification(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Dikev2.c454 size_t encrypted_len, u8 next_payload)
470 if (ikev2_parse_payloads(&pl, next_payload, decrypted,
694 u8 next_payload,
701 if (ikev2_parse_payloads(&pl, next_payload, payload, payload +
825 hdr->next_payload, hdr->version, hdr->exchange_type);
866 if (ikev2_parse_payloads(&pl, hdr->next_payload, pos, end) < 0)
891 u8 next_payload, u32 message_id)
901 hdr->next_payload = next_payload;
910 struct wpabuf *msg, u8 next_payload)
451 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
693 ikev2_process_sa_auth_decrypted(struct ikev2_initiator_data *data, u8 next_payload, u8 *payload, size_t payload_len) argument
889 ikev2_build_hdr(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 exchange_type, u8 next_payload, u32 message_id) argument
909 ikev2_build_sai(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
969 ikev2_build_kei(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
1006 ikev2_build_ni(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
1025 ikev2_build_idi(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
1051 ikev2_build_auth(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Dikev2_common.c312 u8 next_payload, const u8 *pos, const u8 *end)
318 while (next_payload != IKEV2_PAYLOAD_NO_NEXT_PAYLOAD) {
322 next_payload);
338 phdr->next_payload, phdr->flags, plen);
343 switch (next_payload) {
397 "entire message", next_payload);
402 next_payload);
406 if (next_payload == IKEV2_PAYLOAD_ENCRYPTED &&
413 payloads->encr_next_payload = phdr->next_payload;
414 next_payload
311 ikev2_parse_payloads(struct ikev2_payloads *payloads, u8 next_payload, const u8 *pos, const u8 *end) argument
592 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
322 u8 next_payload, const u8 *pos, const u8 *end);
331 struct wpabuf *plain, u8 next_payload);
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dikev2.c657 u8 next_payload,
664 if (ikev2_parse_payloads(&pl, next_payload, payload, payload +
786 hdr->next_payload, hdr->version, hdr->exchange_type);
827 if (ikev2_parse_payloads(&pl, hdr->next_payload, pos, end) < 0)
856 u8 next_payload, u32 message_id)
866 hdr->next_payload = next_payload;
875 struct wpabuf *msg, u8 next_payload)
886 phdr->next_payload = next_payload;
656 ikev2_process_sa_auth_decrypted(struct ikev2_responder_data *data, u8 next_payload, u8 *payload, size_t payload_len) argument
854 ikev2_build_hdr(struct ikev2_responder_data *data, struct wpabuf *msg, u8 exchange_type, u8 next_payload, u32 message_id) argument
874 ikev2_build_sar1(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
946 ikev2_build_ker(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
982 ikev2_build_nr(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
1001 ikev2_build_idr(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
1027 ikev2_build_auth(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
1067 ikev2_build_notification(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dikev2.c449 size_t encrypted_len, u8 next_payload)
465 if (ikev2_parse_payloads(&pl, next_payload, decrypted,
689 u8 next_payload,
696 if (ikev2_parse_payloads(&pl, next_payload, payload, payload +
820 hdr->next_payload, hdr->version, hdr->exchange_type);
861 if (ikev2_parse_payloads(&pl, hdr->next_payload, pos, end) < 0)
886 u8 next_payload, u32 message_id)
896 hdr->next_payload = next_payload;
905 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
688 ikev2_process_sa_auth_decrypted(struct ikev2_initiator_data *data, u8 next_payload, u8 *payload, size_t payload_len) argument
884 ikev2_build_hdr(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 exchange_type, u8 next_payload, u32 message_id) argument
904 ikev2_build_sai(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
964 ikev2_build_kei(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
1001 ikev2_build_ni(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
1020 ikev2_build_idi(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
1046 ikev2_build_auth(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
[all...]
/external/wpa_supplicant_8/src/eap_common/
H A Dikev2_common.c312 u8 next_payload, const u8 *pos, const u8 *end)
318 while (next_payload != IKEV2_PAYLOAD_NO_NEXT_PAYLOAD) {
322 next_payload);
338 phdr->next_payload, phdr->flags, plen);
343 switch (next_payload) {
397 "entire message", next_payload);
402 next_payload);
406 if (next_payload == IKEV2_PAYLOAD_ENCRYPTED &&
413 payloads->encr_next_payload = phdr->next_payload;
414 next_payload
311 ikev2_parse_payloads(struct ikev2_payloads *payloads, u8 next_payload, const u8 *pos, const u8 *end) argument
592 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
322 u8 next_payload, const u8 *pos, const u8 *end);
331 struct wpabuf *plain, u8 next_payload);
/external/wpa_supplicant_8/src/eap_peer/
H A Dikev2.c657 u8 next_payload,
664 if (ikev2_parse_payloads(&pl, next_payload, payload, payload +
786 hdr->next_payload, hdr->version, hdr->exchange_type);
827 if (ikev2_parse_payloads(&pl, hdr->next_payload, pos, end) < 0)
856 u8 next_payload, u32 message_id)
866 hdr->next_payload = next_payload;
875 struct wpabuf *msg, u8 next_payload)
886 phdr->next_payload = next_payload;
656 ikev2_process_sa_auth_decrypted(struct ikev2_responder_data *data, u8 next_payload, u8 *payload, size_t payload_len) argument
854 ikev2_build_hdr(struct ikev2_responder_data *data, struct wpabuf *msg, u8 exchange_type, u8 next_payload, u32 message_id) argument
874 ikev2_build_sar1(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
946 ikev2_build_ker(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
982 ikev2_build_nr(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
1001 ikev2_build_idr(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
1027 ikev2_build_auth(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
1067 ikev2_build_notification(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Dikev2.c449 size_t encrypted_len, u8 next_payload)
465 if (ikev2_parse_payloads(&pl, next_payload, decrypted,
689 u8 next_payload,
696 if (ikev2_parse_payloads(&pl, next_payload, payload, payload +
820 hdr->next_payload, hdr->version, hdr->exchange_type);
861 if (ikev2_parse_payloads(&pl, hdr->next_payload, pos, end) < 0)
886 u8 next_payload, u32 message_id)
896 hdr->next_payload = next_payload;
905 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
688 ikev2_process_sa_auth_decrypted(struct ikev2_initiator_data *data, u8 next_payload, u8 *payload, size_t payload_len) argument
884 ikev2_build_hdr(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 exchange_type, u8 next_payload, u32 message_id) argument
904 ikev2_build_sai(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
964 ikev2_build_kei(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
1001 ikev2_build_ni(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
1020 ikev2_build_idi(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
1046 ikev2_build_auth(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Dikev2_common.c312 u8 next_payload, const u8 *pos, const u8 *end)
318 while (next_payload != IKEV2_PAYLOAD_NO_NEXT_PAYLOAD) {
322 next_payload);
338 phdr->next_payload, phdr->flags, plen);
343 switch (next_payload) {
397 "entire message", next_payload);
402 next_payload);
406 if (next_payload == IKEV2_PAYLOAD_ENCRYPTED &&
413 payloads->encr_next_payload = phdr->next_payload;
414 next_payload
311 ikev2_parse_payloads(struct ikev2_payloads *payloads, u8 next_payload, const u8 *pos, const u8 *end) argument
592 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
322 u8 next_payload, const u8 *pos, const u8 *end);
331 struct wpabuf *plain, u8 next_payload);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dikev2.c657 u8 next_payload,
664 if (ikev2_parse_payloads(&pl, next_payload, payload, payload +
786 hdr->next_payload, hdr->version, hdr->exchange_type);
827 if (ikev2_parse_payloads(&pl, hdr->next_payload, pos, end) < 0)
856 u8 next_payload, u32 message_id)
866 hdr->next_payload = next_payload;
875 struct wpabuf *msg, u8 next_payload)
886 phdr->next_payload = next_payload;
656 ikev2_process_sa_auth_decrypted(struct ikev2_responder_data *data, u8 next_payload, u8 *payload, size_t payload_len) argument
854 ikev2_build_hdr(struct ikev2_responder_data *data, struct wpabuf *msg, u8 exchange_type, u8 next_payload, u32 message_id) argument
874 ikev2_build_sar1(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
946 ikev2_build_ker(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
982 ikev2_build_nr(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
1001 ikev2_build_idr(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
1027 ikev2_build_auth(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
1067 ikev2_build_notification(struct ikev2_responder_data *data, struct wpabuf *msg, u8 next_payload) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dikev2.c449 size_t encrypted_len, u8 next_payload)
465 if (ikev2_parse_payloads(&pl, next_payload, decrypted,
689 u8 next_payload,
696 if (ikev2_parse_payloads(&pl, next_payload, payload, payload +
820 hdr->next_payload, hdr->version, hdr->exchange_type);
861 if (ikev2_parse_payloads(&pl, hdr->next_payload, pos, end) < 0)
886 u8 next_payload, u32 message_id)
896 hdr->next_payload = next_payload;
905 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
688 ikev2_process_sa_auth_decrypted(struct ikev2_initiator_data *data, u8 next_payload, u8 *payload, size_t payload_len) argument
884 ikev2_build_hdr(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 exchange_type, u8 next_payload, u32 message_id) argument
904 ikev2_build_sai(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
964 ikev2_build_kei(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
1001 ikev2_build_ni(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
1020 ikev2_build_idi(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
1046 ikev2_build_auth(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 next_payload) argument
[all...]

Completed in 185 milliseconds