https://bugzilla.kernel.org/show_bug.cgi?id=206815 Brian Gix (brian.gix@xxxxxxxxx) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brian.gix@xxxxxxxxx --- Comment #1 from Brian Gix (brian.gix@xxxxxxxxx) --- The output of this failure seems to indicate that the Kernel you are using hasn't been compiled with the proper support for user space invokation of AES-CCM. I think your kernel needs to be recompiled with the following .config options: CONFIG_CRYPTO_USER=m CONFIG_CRYPTO_USER_API=y CONFIG_CRYPTO_USER_API_AEAD=y CONFIG_CRYPTO_AES=y CONFIG_CRYPTO_CCM=y --> My kernel actually has this set to "m" These are *minimum* requirements, and this may cause a cascade of a few other Crypto support options needing to be turned on. -- You are receiving this mail because: You are the assignee for the bug.