Searched refs:got_hmacs (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/netinet/
H A Dsctp_auth.c1821 int got_random = 0, got_hmacs = 0, got_chklist = 0; local
1890 got_hmacs = 1;
1929 if (got_random && got_hmacs) {
H A Dsctp_pcb.c6090 int got_random = 0, got_hmacs = 0, got_chklist = 0; local
6544 if (got_hmacs) {
6569 got_hmacs = 1;
6657 (got_random == 0) || (got_hmacs == 0))) {

Completed in 109 milliseconds