-
Notifications
You must be signed in to change notification settings - Fork 149
bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag() #9450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: bpf-next_base
Are you sure you want to change the base?
Conversation
Upstream branch: fa47913 |
Upstream branch: fa47913 |
74c6f82
to
3eb1619
Compare
2a0e5cd
to
2562e0e
Compare
Upstream branch: 9e293d4 |
3eb1619
to
3533437
Compare
2562e0e
to
5583eb6
Compare
Upstream branch: 3e2b799 |
3533437
to
8346f96
Compare
5583eb6
to
601ea2d
Compare
Upstream branch: c93c59b |
8346f96
to
b1dfc4f
Compare
601ea2d
to
7390c2c
Compare
Upstream branch: bf0c2a8 |
b1dfc4f
to
024283f
Compare
7390c2c
to
3a736b5
Compare
Upstream branch: 2caa6b8 |
024283f
to
84ac447
Compare
3a736b5
to
c210f22
Compare
Upstream branch: 0786654 |
84ac447
to
bfc565f
Compare
c210f22
to
2530e45
Compare
Upstream branch: dc0fe95 |
bfc565f
to
277bdcf
Compare
2530e45
to
61c9cef
Compare
Upstream branch: c80d797 |
277bdcf
to
d41838a
Compare
61c9cef
to
715d6cb
Compare
Upstream branch: 3ec8560 |
Now that there's a proper SHA-1 library API, just use that instead of the low-level SHA-1 compression function. This eliminates the need for bpf_prog_calc_tag() to implement the SHA-1 padding itself. No functional change; the computed tags remain the same. Signed-off-by: Eric Biggers <[email protected]> Acked-by: Eduard Zingerman <[email protected]>
d41838a
to
cb0a893
Compare
Pull request for series with
subject: bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=990217