Searched refs:sctp_hmac_m (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_auth.h | 178 extern uint32_t sctp_hmac_m(uint16_t hmac_algo, uint8_t *key, uint32_t keylen,
|
D | sctp_auth.c | 1005 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));
|
D | sctp_input.c | 2554 (void)sctp_hmac_m(SCTP_HMAC, 2559 (void)sctp_hmac_m(SCTP_HMAC, 2577 (void)sctp_hmac_m(SCTP_HMAC,
|
D | sctp_output.c | 6512 (void)sctp_hmac_m(SCTP_HMAC,
|