Home
last modified time | relevance | path

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

/net/ipv6/
Dseg6_hmac.c126 int ret, dgsize; in __do_hmac() local
134 dgsize = crypto_shash_digestsize(tfm); in __do_hmac()
135 if (dgsize > outlen) { in __do_hmac()
137 dgsize, outlen); in __do_hmac()
156 return dgsize; in __do_hmac()
167 int plen, i, dgsize, wrsize; in seg6_hmac_compute() local
215 dgsize = __do_hmac(hinfo, ring, plen, tmp_out, in seg6_hmac_compute()
219 if (dgsize < 0) in seg6_hmac_compute()
220 return dgsize; in seg6_hmac_compute()
223 if (wrsize > dgsize) in seg6_hmac_compute()
[all …]