Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_auth.h178 extern uint32_t sctp_hmac_m(uint16_t hmac_algo, uint8_t *key, uint32_t keylen,
Dsctp_auth.c1009 sctp_hmac_m(uint16_t hmac_algo, uint8_t *key, uint32_t keylen, function
1154 return (sctp_hmac_m(hmac_algo, key->key, key->keylen, m, m_offset, digest, 0));
Dsctp_input.c2669 (void)sctp_hmac_m(SCTP_HMAC,
2674 (void)sctp_hmac_m(SCTP_HMAC,
2692 (void)sctp_hmac_m(SCTP_HMAC,
Dsctp_output.c6678 (void)sctp_hmac_m(SCTP_HMAC,