Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dsctp_auth.h178 sctp_hmac(uint16_t hmac_algo, uint8_t * key, uint32_t keylen,
Dsctp_auth.c936 sctp_hmac(uint16_t hmac_algo, uint8_t * key, uint32_t keylen, in sctp_hmac() function
1097 if (sctp_hmac(hmac_algo, key, keylen, text, textlen, temp) != len) in sctp_verify_hmac()
1141 return (sctp_hmac(hmac_algo, key->key, key->keylen, text, textlen, in sctp_compute_hmac()
Dsctputil.c814 (void)sctp_hmac(SCTP_HMAC, (uint8_t *) m->random_numbers, in sctp_fill_random_store()