Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_auth.h178 extern uint32_t sctp_hmac_m(uint16_t hmac_algo, uint8_t *key, uint32_t keylen,
Dsctp_auth.c1005 sctp_hmac_m(uint16_t hmac_algo, uint8_t *key, uint32_t keylen, function
1184 return (sctp_hmac_m(hmac_algo, key->key, key->keylen, m, m_offset, digest, 0));
Dsctp_input.c2554 (void)sctp_hmac_m(SCTP_HMAC,
2559 (void)sctp_hmac_m(SCTP_HMAC,
2577 (void)sctp_hmac_m(SCTP_HMAC,
Dsctp_output.c6512 (void)sctp_hmac_m(SCTP_HMAC,