Home
last modified time | relevance | path

Searched refs:ISAKMP_PAYLOAD_NONCE (Results 1 – 7 of 7) sorted by relevance

/dports/net/ipgrab/ipgrab-0.9.10/src/
H A Disakmp.c123 #define ISAKMP_PAYLOAD_NONCE 10 macro
144 { ISAKMP_PAYLOAD_NONCE, "nonce" },
/dports/security/fiked/fiked-0.0.5/vpnc/
H A Disakmp.h60 ISAKMP_PAYLOAD_NONCE, enumerator
H A Disakmp-pkt.c205 case ISAKMP_PAYLOAD_NONCE: in flow_payload()
342 && type != ISAKMP_PAYLOAD_SIG && type != ISAKMP_PAYLOAD_NONCE in new_isakmp_data_payload()
385 case ISAKMP_PAYLOAD_NONCE: in free_isakmp_payload()
657 case ISAKMP_PAYLOAD_NONCE: in parse_isakmp_payload()
/dports/security/vpnc/vpnc-0.5.3/
H A Disakmp.h41 ISAKMP_PAYLOAD_NONCE, /* RFC 2408, Nonce */ enumerator
H A Disakmp-pkt.c176 case ISAKMP_PAYLOAD_NONCE: in flow_payload()
320 && type != ISAKMP_PAYLOAD_SIG && type != ISAKMP_PAYLOAD_NONCE in new_isakmp_data_payload()
363 case ISAKMP_PAYLOAD_NONCE: in free_isakmp_payload()
698 case ISAKMP_PAYLOAD_NONCE: in parse_isakmp_payload()
H A Dvpnc.c1256 l->next->next = new_isakmp_data_payload(ISAKMP_PAYLOAD_NONCE, in do_phase1_am()
1472 case ISAKMP_PAYLOAD_NONCE: in do_phase1_am()
2596 rp->next = new_isakmp_data_payload(ISAKMP_PAYLOAD_NONCE, nonce_i, sizeof(nonce_i)); in do_phase2_qm()
2833 case ISAKMP_PAYLOAD_NONCE: in do_phase2_qm()
3077 case ISAKMP_PAYLOAD_NONCE: in do_rekey()
3142 case ISAKMP_PAYLOAD_NONCE: in do_rekey()
/dports/security/fiked/fiked-0.0.5/
H A Dike.c729 case ISAKMP_PAYLOAD_NONCE: in ike_do_phase1()
842 p = p->next = new_isakmp_data_payload(ISAKMP_PAYLOAD_NONCE, in ike_do_phase1()