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