Searched defs:SCTP_SIGNATURE_SIZE (Results 1 - 3 of 3) sorted by relevance

/external/tcpdump/
H A DsctpConstants.h445 #define SCTP_SIGNATURE_SIZE 16 /* size of a MD5 signature */ macro
447 #define SCTP_SIGNATURE_SIZE 20 /* size of a SLA-1 signature */ macro
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_constants.h303 * SCTP_SIGNATURE_SIZE is the digest length
306 #define SCTP_SIGNATURE_SIZE SCTP_AUTH_DIGEST_LEN_SHA1 macro
307 #define SCTP_SIGNATURE_ALOC_SIZE SCTP_SIGNATURE_SIZE
H A Dsctp_output.c4016 memset(foo, 0, SCTP_SIGNATURE_SIZE);
4018 SCTP_BUF_LEN(sig) += SCTP_SIGNATURE_SIZE;
4019 cookie_sz += SCTP_SIGNATURE_SIZE;
6515 (uint8_t *)signature, SCTP_SIGNATURE_SIZE); local

Completed in 138 milliseconds