Re: What are the requirements to create/open an AF_ALG socket type?

2016-04-03 Thread Jeffrey Walton
On Sun, Apr 3, 2016 at 4:42 PM, Jeffrey Walton wrote: > I'm testing userspace crypto code using AF_ALG domain socket. The call > to 'socket(AF_ALG, SOCK_SEQPACKET, 0)' always fails with errno=2. The > failure has been experienced on 3.8, 4.1, 4.2 and 4.4 kernels > (provided by Debian, Fedora, Lubu

What are the requirements to create/open an AF_ALG socket type?

2016-04-03 Thread Jeffrey Walton
I'm testing userspace crypto code using AF_ALG domain socket. The call to 'socket(AF_ALG, SOCK_SEQPACKET, 0)' always fails with errno=2. The failure has been experienced on 3.8, 4.1, 4.2 and 4.4 kernels (provided by Debian, Fedora, Lubuntu and Ubuntu). I also experienced it on a Gentoo kernel, but