Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_auth.c307 sctp_get_keylen(sctp_key_t *key) in sctp_get_keylen() function
363 key1len = sctp_get_keylen(key1); in sctp_compare_key()
364 key2len = sctp_get_keylen(key2); in sctp_compare_key()
411 keylen = sctp_get_keylen(key1) + sctp_get_keylen(key2) + in sctp_compute_hashkey()
412 sctp_get_keylen(shared); in sctp_compute_hashkey()
431 if (sctp_get_keylen(shared)) { in sctp_compute_hashkey()
435 if (sctp_get_keylen(key1)) { in sctp_compute_hashkey()
439 if (sctp_get_keylen(key2)) { in sctp_compute_hashkey()
444 if (sctp_get_keylen(shared)) { in sctp_compute_hashkey()
448 if (sctp_get_keylen(key2)) { in sctp_compute_hashkey()
[all …]