Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv6/
H A Dseg6_hmac.c125 int ret, dgsize; in __do_hmac() local
133 dgsize = crypto_shash_digestsize(tfm); in __do_hmac()
134 if (dgsize > outlen) { in __do_hmac()
136 dgsize, outlen); in __do_hmac()
155 return dgsize; in __do_hmac()
166 int plen, i, dgsize, wrsize; in seg6_hmac_compute() local
214 dgsize = __do_hmac(hinfo, ring, plen, tmp_out, in seg6_hmac_compute()
218 if (dgsize < 0) in seg6_hmac_compute()
219 return dgsize; in seg6_hmac_compute()
222 if (wrsize > dgsize) in seg6_hmac_compute()
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Dseg6_hmac.c124 int ret, dgsize; in __do_hmac() local
132 dgsize = crypto_shash_digestsize(tfm); in __do_hmac()
133 if (dgsize > outlen) { in __do_hmac()
135 dgsize, outlen); in __do_hmac()
154 return dgsize; in __do_hmac()
165 int plen, i, dgsize, wrsize; in seg6_hmac_compute() local
213 dgsize = __do_hmac(hinfo, ring, plen, tmp_out, in seg6_hmac_compute()
217 if (dgsize < 0) in seg6_hmac_compute()
218 return dgsize; in seg6_hmac_compute()
221 if (wrsize > dgsize) in seg6_hmac_compute()
[all...]

Completed in 3 milliseconds