Searched refs:sctp_hmac_update (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/netinet/ |
| HD | sctp_auth.c | 875 sctp_hmac_update(uint16_t hmac_algo, sctp_hash_context_t * ctx, in sctp_hmac_update() function 946 sctp_hmac_update(hmac_algo, &ctx, key, keylen); in sctp_hmac() 966 sctp_hmac_update(hmac_algo, &ctx, ipad, blocklen); in sctp_hmac() 967 sctp_hmac_update(hmac_algo, &ctx, text, textlen); in sctp_hmac() 972 sctp_hmac_update(hmac_algo, &ctx, opad, blocklen); in sctp_hmac() 973 sctp_hmac_update(hmac_algo, &ctx, temp, digestlen); in sctp_hmac() 1006 sctp_hmac_update(hmac_algo, &ctx, key, keylen); in sctp_hmac_m() 1026 sctp_hmac_update(hmac_algo, &ctx, ipad, blocklen); in sctp_hmac_m() 1036 sctp_hmac_update(hmac_algo, &ctx, mtod(m_tmp, uint8_t *) + m_offset, in sctp_hmac_m() 1039 sctp_hmac_update(hmac_algo, &ctx, mtod(m_tmp, uint8_t *) + m_offset, in sctp_hmac_m() [all …]
|