AES-NI sshd

Status
Not open for further replies.

ihlavaty.cz

Cadet
Joined
Apr 9, 2013
Messages
2
Hello All,

I have problem running hw aes acceleration on sshd. I've installed Freenas 8.3.1 x64 and using geli for disc encryption successfully with aes-ni. But it is not possible to hw acceleration with sshd ( connecting from different machine to freenas using
Code:
ssh  -c aes128-cbc
).

I have searched forums for hours and tried to load aesni.ko, but I cannot find it in system. It seems it is presented, but output is like this:

Code:
[root@glum] /dev# kldload aesni
kldload: can't load aesni: File exists
[root@glum] /dev# kldunload aesni
kldunload: can't find file aesni


output from dmesg | grep aes:
Code:
aesni0: <AES-CBC,AES-XTS> on motherboard


output from kldstat:
[root@glum] /dev# kldstat
Code:
Id Refs Address            Size     Name
 1   24 0xffffffff80100000 e77228   kernel
 2    1 0xffffffff80f78000 7540     geom_gate.ko
 3    1 0xffffffff80f80000 20db0    geom_mirror.ko
 4    1 0xffffffff80fa1000 22830    geom_raid3.ko
 5    1 0xffffffff80fc4000 8f28     geom_stripe.ko
 6    1 0xffffffff80fcd000 15ea8    fuse.ko
 7    1 0xffffffff80fe3000 24850    geom_raid5.ko
 8    1 0xffffffff81008000 7e90     geom_multipath.ko
 9    1 0xffffffff81212000 132ea8   zfs.ko
10    1 0xffffffff81345000 1fb4     opensolaris.ko



am I doing something wrong ? Thanks for any advice.

Ivo
 
Status
Not open for further replies.
Top