Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dsctp_auth.h189 sctp_hmac_m(uint16_t hmac_algo, uint8_t * key, uint32_t keylen,
Dsctp_auth.c981 sctp_hmac_m(uint16_t hmac_algo, uint8_t * key, uint32_t keylen, in sctp_hmac_m() function
1160 return (sctp_hmac_m(hmac_algo, key->key, key->keylen, m, m_offset, digest, 0)); in sctp_compute_hmac_m()
Dsctp_input.c2497 (void)sctp_hmac_m(SCTP_HMAC, in sctp_handle_cookie_echo()
2502 (void)sctp_hmac_m(SCTP_HMAC, in sctp_handle_cookie_echo()
2520 (void)sctp_hmac_m(SCTP_HMAC, in sctp_handle_cookie_echo()
Dsctp_output.c6112 (void)sctp_hmac_m(SCTP_HMAC, in sctp_send_initiate_ack()