Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_auth.c1847 int got_random = 0, got_hmacs = 0, got_chklist = 0; local
1916 got_hmacs = 1;
1954 if (got_random && got_hmacs) {
Dsctp_pcb.c7105 int got_random = 0, got_hmacs = 0, got_chklist = 0; local
7536 if (got_hmacs) {
7561 got_hmacs = 1;
7649 (got_random == 0) || (got_hmacs == 0))) {