[Bug 245825] sys.opencrypto.blake2_test.blake2{b,s}_vectors_x86 failed after r359374
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Apr 22 15:43:15 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245825
--- Comment #3 from John Baldwin <jhb at FreeBSD.org> ---
Oh, it just needs to use FLAG_SOFTWARE still instead of FLAG_HARDWARE as these
are accelerated software rather than accelerated hardware.
Alternatively, this should really be doing a lookup by name of "blake0" and
using the returned 'crid' instead of the flag. That's probably the real
solution actually as it's meant to test that specific backend and not, say,
some hardware offload that supports blake in the future.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-testing
mailing list