Searched refs:sctp_test_key_concatenation (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_auth.c | 2237 sctp_test_key_concatenation(sctp_key_t *key1, sctp_key_t *key2, function 2273 if (sctp_test_key_concatenation(key1, key2, expected_key) < 0) 2280 if (sctp_test_key_concatenation(key1, key2, expected_key) < 0) 2287 if (sctp_test_key_concatenation(key1, key2, expected_key) < 0) 2294 if (sctp_test_key_concatenation(key1, key2, expected_key) < 0) 2301 if (sctp_test_key_concatenation(key1, key2, expected_key) < 0) 2308 if (sctp_test_key_concatenation(key1, key2, expected_key) < 0) 2315 if (sctp_test_key_concatenation(key1, key2, expected_key) < 0)
|