Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_auth.c899 sctp_hmac_update(uint16_t hmac_algo, sctp_hash_context_t *ctx, function
974 sctp_hmac_update(hmac_algo, &ctx, key, keylen);
994 sctp_hmac_update(hmac_algo, &ctx, ipad, blocklen);
995 sctp_hmac_update(hmac_algo, &ctx, text, textlen);
1000 sctp_hmac_update(hmac_algo, &ctx, opad, blocklen);
1001 sctp_hmac_update(hmac_algo, &ctx, temp, digestlen);
1034 sctp_hmac_update(hmac_algo, &ctx, key, keylen);
1054 sctp_hmac_update(hmac_algo, &ctx, ipad, blocklen);
1064 sctp_hmac_update(hmac_algo, &ctx, mtod(m_tmp, uint8_t *) + m_offset,
1067 sctp_hmac_update(hmac_algo, &ctx, mtod(m_tmp, uint8_t *) + m_offset,
[all …]