https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229222
--- Comment #1 from Conrad Meyer <c...@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. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"