Lines Matching refs:sctp_hmac_update
866 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()
1042 sctp_hmac_update(hmac_algo, &ctx, opad, blocklen); in sctp_hmac_m()
1043 sctp_hmac_update(hmac_algo, &ctx, temp, digestlen); in sctp_hmac_m()
1077 sctp_hmac_update(hmac_algo, &ctx, key->key, key->keylen); in sctp_compute_hmac()
1111 sctp_hmac_update(hmac_algo, &ctx, key->key, key->keylen); in sctp_compute_hmac_m()