Home
last modified time | relevance | path

Searched refs:IKEV2_PAYLOAD_NONCE (Results 1 – 4 of 4) sorted by relevance

/openbsd/sbin/iked/
H A Dikev2.h98 #define IKEV2_PAYLOAD_NONCE 40 /* Nonce */ macro
H A Dikev2_pld.c241 case IKEV2_PAYLOAD_NONCE: in ikev2_pld_payloads()
242 case IKEV2_PAYLOAD_NONCE | IKED_E: in ikev2_pld_payloads()
H A Dikev2.c1494 if (ikev2_next_payload(pld, len, IKEV2_PAYLOAD_NONCE) == -1) in ikev2_init_ike_sa_peer()
3437 if (ikev2_next_payload(pld, len, IKEV2_PAYLOAD_NONCE) == -1) in ikev2_resp_ike_sa_init()
4212 if (ikev2_next_payload(pld, len, IKEV2_PAYLOAD_NONCE) == -1) in ikev2_send_create_child_sa()
4360 if (ikev2_next_payload(pld, len, IKEV2_PAYLOAD_NONCE) == -1) in ikev2_ike_sa_rekey()
5097 if (ikev2_next_payload(pld, len, IKEV2_PAYLOAD_NONCE) == -1) in ikev2_resp_create_child_sa()
/openbsd/regress/sbin/iked/parser/
H A Dtest_parser_fuzz.c583 set_nextpayload(ibuf_data(data), IKEV2_PAYLOAD_NONCE); in parser_fuzz_tests()