Searched refs:sctp_hmac (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_auth.h | 173 sctp_hmac(uint16_t hmac_algo, uint8_t *key, uint32_t keylen,
|
H A D | sctp_auth.c | 912 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 D | sctputil.c | 1001 (void)sctp_hmac(SCTP_HMAC, (uint8_t *)m->random_numbers, in sctp_fill_random_store()
|