Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/
H A Dsocket.h216 #define AF_ALG 38 /* Algorithm sockets */ macro
270 #define PF_ALG AF_ALG
/OK3568_Linux_fs/kernel/include/linux/
H A Dsocket.h216 #define AF_ALG 38 /* Algorithm sockets */ macro
270 #define PF_ALG AF_ALG
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsocket.h133 #define AF_ALG PF_ALG macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsocket.h133 #define AF_ALG PF_ALG macro
/OK3568_Linux_fs/buildroot/package/strongswan/
H A DConfig.in71 bool "Enable AF_ALG crypto interface to Linux Crypto API"
/OK3568_Linux_fs/kernel/samples/crypto/
H A Dfips140_lab_util.c225 alg_fd = socket(AF_ALG, SOCK_SEQPACKET, 0); in get_alg_fd()
/OK3568_Linux_fs/kernel/crypto/
H A Daf_alg.c1218 MODULE_ALIAS_NETPROTO(AF_ALG);