Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_auth.c309 sctp_get_keylen(sctp_key_t *key) in sctp_get_keylen() function
365 key1len = sctp_get_keylen(key1); in sctp_compare_key()
366 key2len = sctp_get_keylen(key2); in sctp_compare_key()
413 keylen = sctp_get_keylen(key1) + sctp_get_keylen(key2) + in sctp_compute_hashkey()
414 sctp_get_keylen(shared); in sctp_compute_hashkey()
433 if (sctp_get_keylen(shared)) { in sctp_compute_hashkey()
437 if (sctp_get_keylen(key1)) { in sctp_compute_hashkey()
441 if (sctp_get_keylen(key2)) { in sctp_compute_hashkey()
446 if (sctp_get_keylen(shared)) { in sctp_compute_hashkey()
450 if (sctp_get_keylen(key2)) { in sctp_compute_hashkey()
[all …]