Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_auth.c1824 int got_random = 0, got_hmacs = 0, got_chklist = 0; local
1899 got_hmacs = 1;
1940 if (got_random && got_hmacs) {
Dsctp_pcb.c7106 int got_random = 0, got_hmacs = 0, got_chklist = 0; local
7565 if (got_hmacs) {
7590 got_hmacs = 1;
7678 (got_random == 0) || (got_hmacs == 0))) {