Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/tcpdump/
Dike.h458 #define ISAKMP_SIG_SZ 4 macro
470 ISAKMP_SIG_SZ, ISAKMP_NONCE_SZ, ISAKMP_NOTIFY_SZ, ISAKMP_DELETE_SZ,
/openbsd/src/sbin/isakmpd/
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()
Dmessage.c502 return ISAKMP_SIG_SZ; in message_payload_sz()