Searched refs:IKEV2_PAYLOAD_EAP (Results 1 – 5 of 5) sorted by relevance
/openbsd/sbin/iked/ |
H A D | eap.c | 169 if (ikev2_next_payload(pld, len, IKEV2_PAYLOAD_EAP) == -1) in eap_identity_request() 236 IKEV2_PAYLOAD_EAP, IKEV2_EXCHANGE_IKE_AUTH, 1); in eap_challenge_request() 259 IKEV2_PAYLOAD_EAP, IKEV2_EXCHANGE_IKE_AUTH, 1); in eap_message_send() 306 IKEV2_PAYLOAD_EAP, IKEV2_EXCHANGE_IKE_AUTH, 1); in eap_mschap_challenge() 333 IKEV2_PAYLOAD_EAP, IKEV2_EXCHANGE_IKE_AUTH, 1); in eap_mschap_success()
|
H A D | ikev2.h | 106 #define IKEV2_PAYLOAD_EAP 48 /* Extensible Authentication */ macro
|
H A D | radius.c | 333 ikev2_send_ike_e(env, req->rr_sa, e, IKEV2_PAYLOAD_EAP, in iked_radius_on_event()
|
H A D | ikev2_pld.c | 265 case IKEV2_PAYLOAD_EAP | IKED_E: in ikev2_pld_payloads()
|
/openbsd/regress/sbin/iked/parser/ |
H A D | test_parser_fuzz.c | 792 set_nextpayload(ibuf_data(data), IKEV2_PAYLOAD_EAP); in parser_fuzz_tests()
|