Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_auth.h173 sctp_hmac(uint16_t hmac_algo, uint8_t *key, uint32_t keylen,
H A Dsctp_auth.c912 sctp_hmac(uint16_t hmac_algo, uint8_t *key, uint32_t keylen, in sctp_hmac() function
1083 return (sctp_hmac(hmac_algo, key->key, key->keylen, text, textlen, in sctp_compute_hmac()
H A Dsctputil.c1001 (void)sctp_hmac(SCTP_HMAC, (uint8_t *)m->random_numbers, in sctp_fill_random_store()