Home
last modified time | relevance | path

Searched refs:SCTP_SECRET_LEN (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c810 SCTP_SECRET_LEN); in sctp_send_initack()
812 SCTP_SECRET_LEN); in sctp_send_initack()
817 (uchar_t *)sctp->sctp_secret, SCTP_SECRET_LEN, (uchar_t *)p); in sctp_send_initack()
1248 hmac_md5(p, clen, (uchar_t *)sctp->sctp_secret, SCTP_SECRET_LEN, in sctp_process_cookie()
1257 SCTP_SECRET_LEN, needed_hash); in sctp_process_cookie()
H A Dsctp_bind.c165 (void) random_get_pseudo_bytes(sctp->sctp_secret, SCTP_SECRET_LEN); in sctp_listen()
167 bzero(sctp->sctp_old_secret, SCTP_SECRET_LEN); in sctp_listen()
H A Dsctp_conn.c114 bcopy(listener->sctp_secret, acceptor->sctp_secret, SCTP_SECRET_LEN); in sctp_accept_comm()
116 SCTP_SECRET_LEN); in sctp_accept_comm()
H A Dsctp_impl.h184 #define SCTP_SECRET_LEN 16 macro
866 uint8_t sctp_secret[SCTP_SECRET_LEN]; /* for cookie auth */
867 uint8_t sctp_old_secret[SCTP_SECRET_LEN];
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c888 for (i = 0; i < SCTP_SECRET_LEN; i++) { in sctp()
896 for (i = 0; i < SCTP_SECRET_LEN; i++) { in sctp()