Home
last modified time | relevance | path

Searched refs:AF_ALG (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/crypto/
H A Dafalg.c23 salg->salg_family = AF_ALG; in qcrypto_afalg_build_saddr()
54 sbind = qemu_socket(AF_ALG, SOCK_SEQPACKET, 0); in qcrypto_afalg_socket_bind()
/openbmc/linux/Documentation/crypto/
H A Duserspace-if.rst42 The interface is provided via socket type using the type AF_ALG. In
48 #ifndef AF_ALG
49 #define AF_ALG 38
72 1. Create a socket of type AF_ALG with the struct sockaddr_alg
109 .salg_family = AF_ALG,
148 .salg_family = AF_ALG,
202 .salg_family = AF_ALG,
298 .salg_family = AF_ALG,
331 In addition to the send/write/read/recv system call family, the AF_ALG
342 pages. If more data is to be sent to AF_ALG, user space must slice the
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tag.c117 .salg_family = AF_ALG, in tag_from_alg()
124 fd_base = socket(AF_ALG, SOCK_SEQPACKET, 0); in tag_from_alg()
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h229 #define AF_ALG 38 /* Algorithm sockets */ macro
286 #define PF_ALG AF_ALG
/openbmc/linux/include/linux/
H A Dsocket.h229 #define AF_ALG 38 /* Algorithm sockets */ macro
286 #define PF_ALG AF_ALG
/openbmc/linux/crypto/
H A Daf_alg.c1320 MODULE_ALIAS_NETPROTO(AF_ALG);
/openbmc/qemu/
H A Dmeson_options.txt176 description: 'Linux AF_ALG crypto backend driver')
H A Dmeson.build2977 sock = socket(AF_ALG, SOCK_SEQPACKET, 0);
2980 '''), error_message: 'AF_ALG requested but could not be detected').allowed()
4431 summary_info += {'AF_ALG support': have_afalg}