SCTP_SECRET_LEN
for (i = 0; i < SCTP_SECRET_LEN; i++) {
for (i = 0; i < SCTP_SECRET_LEN; i++) {
(void) random_get_pseudo_bytes(sctp->sctp_secret, SCTP_SECRET_LEN);
bzero(sctp->sctp_old_secret, SCTP_SECRET_LEN);
bcopy(listener->sctp_secret, acceptor->sctp_secret, SCTP_SECRET_LEN);
SCTP_SECRET_LEN);
hmac_md5(p, clen, (uchar_t *)sctp->sctp_secret, SCTP_SECRET_LEN,
SCTP_SECRET_LEN, needed_hash);
SCTP_SECRET_LEN);
SCTP_SECRET_LEN);
(uchar_t *)sctp->sctp_secret, SCTP_SECRET_LEN, (uchar_t *)p);
uint8_t sctp_secret[SCTP_SECRET_LEN]; /* for cookie auth */
uint8_t sctp_old_secret[SCTP_SECRET_LEN];