Searched refs:SCTP_SECRET_LEN (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/inet/sctp/ |
H A D | sctp_cookie.c | 810 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() 1246 hmac_md5(p, clen, (uchar_t *)sctp->sctp_secret, SCTP_SECRET_LEN, in sctp_process_cookie() 1255 SCTP_SECRET_LEN, needed_hash); in sctp_process_cookie()
|
H A D | sctp_bind.c | 165 (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 D | sctp_conn.c | 114 bcopy(listener->sctp_secret, acceptor->sctp_secret, SCTP_SECRET_LEN); in sctp_accept_comm() 116 SCTP_SECRET_LEN); in sctp_accept_comm()
|
H A D | sctp_impl.h | 184 #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];
|
/titanic_44/usr/src/cmd/mdb/common/modules/sctp/ |
H A D | sctp.c | 886 for (i = 0; i < SCTP_SECRET_LEN; i++) { in sctp() 894 for (i = 0; i < SCTP_SECRET_LEN; i++) { in sctp()
|