Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_auth.c866 sctp_hmac_update(uint16_t hmac_algo, sctp_hash_context_t *ctx, in sctp_hmac_update() function
937 sctp_hmac_update(hmac_algo, &ctx, key, keylen); in sctp_hmac()
957 sctp_hmac_update(hmac_algo, &ctx, ipad, blocklen); in sctp_hmac()
958 sctp_hmac_update(hmac_algo, &ctx, text, textlen); in sctp_hmac()
963 sctp_hmac_update(hmac_algo, &ctx, opad, blocklen); in sctp_hmac()
964 sctp_hmac_update(hmac_algo, &ctx, temp, digestlen); in sctp_hmac()
997 sctp_hmac_update(hmac_algo, &ctx, key, keylen); in sctp_hmac_m()
1017 sctp_hmac_update(hmac_algo, &ctx, ipad, blocklen); in sctp_hmac_m()
1027 sctp_hmac_update(hmac_algo, &ctx, mtod(m_tmp, uint8_t *)+m_offset, in sctp_hmac_m()
1030 sctp_hmac_update(hmac_algo, &ctx, mtod(m_tmp, uint8_t *)+m_offset, in sctp_hmac_m()
[all …]