[Bug 229222] 11.2-PRERELEASE panic-General Protection Fault, aesni_encrypt_cbc implicated

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jun 22 01:14:38 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229222

--- Comment #1 from Conrad Meyer <cem at freebsd.org> ---
> 8  0xffffffff80df76ee in aesni_encrypt_cbc (rounds=10, key_schedule=0xfffff8001446cc00, len=2,

If this is accurate (may not be), this is a bogus invocation of AES-CBC (and
probably should be validated higher in OCF).  AES-CBC is a block cipher; it
operates in AES block unit sizes (multiples of 16 bytes).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list