Eneas U de Queiroz
Eneas U de Queiroz
It makes sense. With CBC pretty much out of the picture, and CESA not supporting CTR, I had 0 `f1090000.crypto` interrupts with over 40 days of uptime before running the...
> Maybe you didn't enable openwrt cryptodev engine. Mine have 277000 in a day. I was just illustrating how it was not being used in the kernel. I don't run...
I would use an async crypto fallback for requests smaller than, say 512 bytes. I've done it with qce in https://github.com/torvalds/linux/commit/ce163ba0bf298f1707321ac025ef639f88e62801, although later with https://github.com/torvalds/linux/commit/25b71d61d6317212274b822e1cdbb03e499eea43, it was inadvertently? limited to...
> @[cotequeiroz](https://github.com/cotequeiroz) I implemented fallback in the driver. Therefore I saw a great speedup with small packets and the self tests passed. Nice job! You've managed to get the best...
> > `insmod tcrypt mode=0` as mentioned above. > > i have tested . very great. EIP-93 work fine Beware that `mode=0` will only work if you modify the default...
It may be a long shot, but try to install kmod-crypto-cbc, kmod-crypto-ecb and run the tests again. I'm not sure about the module loading order, so you may need to...
One more suggestion: split this into different commits: - Remove axTLS support from nixio proper (i.e. changes outside of `ax*/`). This will make the changes to nixio code easier to...
@jow- I've reviewed this, and I believe it is good enough to be accepted. - Removal of axTLS from tree is long overdue. Removal of its support from code was...
> > > your mean is that noddos well done ? I will reply to you in the openwrt issue.