Home
last modified time | relevance | path

Searched refs:ISAKMP_SIG_SZ (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/tcpdump/
H A Dike.h458 #define ISAKMP_SIG_SZ 4 macro
470 ISAKMP_SIG_SZ, ISAKMP_NONCE_SZ, ISAKMP_NOTIFY_SZ, ISAKMP_DELETE_SZ,
/openbsd/sbin/isakmpd/
H A Dike_auth.c777 len = GET_ISAKMP_GEN_LENGTH(p->p) - ISAKMP_SIG_SZ; in rsa_sig_decode_hash()
1056 buf = realloc(data, ISAKMP_SIG_SZ + datalen); in rsa_sig_encode_hash()
1059 ISAKMP_SIG_SZ + datalen); in rsa_sig_encode_hash()
1063 memmove(buf + ISAKMP_SIG_SZ, buf, datalen); in rsa_sig_encode_hash()
1070 ISAKMP_SIG_SZ + datalen, 1)) { in rsa_sig_encode_hash()
H A Dmessage.c502 return ISAKMP_SIG_SZ; in message_payload_sz()