Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_auth.c940 sctp_hmac_update(hmac_algo, &ctx, key, keylen); in sctp_hmac()
960 sctp_hmac_update(hmac_algo, &ctx, ipad, blocklen); in sctp_hmac()
961 sctp_hmac_update(hmac_algo, &ctx, text, textlen); in sctp_hmac()
966 sctp_hmac_update(hmac_algo, &ctx, opad, blocklen); in sctp_hmac()
967 sctp_hmac_update(hmac_algo, &ctx, temp, digestlen); in sctp_hmac()
1000 sctp_hmac_update(hmac_algo, &ctx, key, keylen); in sctp_hmac_m()
1020 sctp_hmac_update(hmac_algo, &ctx, ipad, blocklen); in sctp_hmac_m()
1045 sctp_hmac_update(hmac_algo, &ctx, opad, blocklen); in sctp_hmac_m()
1046 sctp_hmac_update(hmac_algo, &ctx, temp, digestlen); in sctp_hmac_m()
1080 sctp_hmac_update(hmac_algo, &ctx, key->key, key->keylen); in sctp_compute_hmac()
[all …]