Searched refs:sctp_hmac_m (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_auth.h | 185 sctp_hmac_m(uint16_t hmac_algo, uint8_t *key, uint32_t keylen,
|
| H A D | sctp_auth.c | 975 sctp_hmac_m(uint16_t hmac_algo, uint8_t *key, uint32_t keylen, in sctp_hmac_m() function 1120 return (sctp_hmac_m(hmac_algo, key->key, key->keylen, m, m_offset, digest, 0)); in sctp_compute_hmac_m()
|
| H A D | sctp_input.c | 2384 (void)sctp_hmac_m(SCTP_HMAC, in sctp_handle_cookie_echo() 2389 (void)sctp_hmac_m(SCTP_HMAC, in sctp_handle_cookie_echo() 2407 (void)sctp_hmac_m(SCTP_HMAC, in sctp_handle_cookie_echo()
|
| H A D | sctp_output.c | 6094 (void)sctp_hmac_m(SCTP_HMAC, in sctp_send_initiate_ack()
|