Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_auth.c301 sctp_get_keylen(sctp_key_t *key) in sctp_get_keylen() function
357 key1len = sctp_get_keylen(key1); in sctp_compare_key()
358 key2len = sctp_get_keylen(key2); in sctp_compare_key()
405 keylen = sctp_get_keylen(key1) + sctp_get_keylen(key2) + in sctp_compute_hashkey()
406 sctp_get_keylen(shared); in sctp_compute_hashkey()
425 if (sctp_get_keylen(shared)) { in sctp_compute_hashkey()
429 if (sctp_get_keylen(key1)) { in sctp_compute_hashkey()
433 if (sctp_get_keylen(key2)) { in sctp_compute_hashkey()
438 if (sctp_get_keylen(shared)) { in sctp_compute_hashkey()
442 if (sctp_get_keylen(key2)) { in sctp_compute_hashkey()
[all …]