Home
last modified time | relevance | path

Searched refs:ALG_SET_AEAD_ASSOCLEN (Results 1 – 25 of 25) sorted by relevance

/external/strace/xlat/
Dsock_alg_options.h27 #if defined(ALG_SET_AEAD_ASSOCLEN) || (defined(HAVE_DECL_ALG_SET_AEAD_ASSOCLEN) && HAVE_DECL_ALG_SE…
29 static_assert((ALG_SET_AEAD_ASSOCLEN) == (4), "ALG_SET_AEAD_ASSOCLEN != 4");
32 # define ALG_SET_AEAD_ASSOCLEN 4
55 [ALG_SET_AEAD_ASSOCLEN] = XLAT(ALG_SET_AEAD_ASSOCLEN),
Dsock_alg_options.in5 ALG_SET_AEAD_ASSOCLEN 4
/external/python/cpython3/Modules/
Dsocketmodule.h121 # ifndef ALG_SET_AEAD_ASSOCLEN
122 # define ALG_SET_AEAD_ASSOCLEN 4 macro
Dsocketmodule.c4543 header->cmsg_type = ALG_SET_AEAD_ASSOCLEN;
7126 PyModule_AddIntMacro(m, ALG_SET_AEAD_ASSOCLEN);
/external/iproute2/include/uapi/linux/
Dif_alg.h36 #define ALG_SET_AEAD_ASSOCLEN 4 macro
/external/kernel-headers/original/uapi/linux/
Dif_alg.h36 #define ALG_SET_AEAD_ASSOCLEN 4 macro
/external/syzkaller/sys/linux/
Dsocket_alg_arm64.const5 ALG_SET_AEAD_ASSOCLEN = 4
Dsocket_alg_ppc64le.const5 ALG_SET_AEAD_ASSOCLEN = 4
Dsocket_alg_arm.const5 ALG_SET_AEAD_ASSOCLEN = 4
Dsocket_alg_amd64.const5 ALG_SET_AEAD_ASSOCLEN = 4
Dsocket_alg_386.const5 ALG_SET_AEAD_ASSOCLEN = 4
Dsocket_alg.txt93 type const[ALG_SET_AEAD_ASSOCLEN, int32]
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go62 ALG_SET_AEAD_ASSOCLEN = 0x4 const
Dzerrors_linux_mipsle.go69 ALG_SET_AEAD_ASSOCLEN = 0x4 const
Dzerrors_linux_s390x.go69 ALG_SET_AEAD_ASSOCLEN = 0x4 const
Dzerrors_linux_arm.go69 ALG_SET_AEAD_ASSOCLEN = 0x4 const
Dzerrors_linux_ppc64le.go69 ALG_SET_AEAD_ASSOCLEN = 0x4 const
Dzerrors_linux_mips64.go69 ALG_SET_AEAD_ASSOCLEN = 0x4 const
Dzerrors_linux_ppc64.go69 ALG_SET_AEAD_ASSOCLEN = 0x4 const
Dzerrors_linux_amd64.go69 ALG_SET_AEAD_ASSOCLEN = 0x4 const
Dzerrors_linux_mips64le.go69 ALG_SET_AEAD_ASSOCLEN = 0x4 const
Dzerrors_linux_386.go69 ALG_SET_AEAD_ASSOCLEN = 0x4 const
Dzerrors_linux_mips.go69 ALG_SET_AEAD_ASSOCLEN = 0x4 const
Dzerrors_linux_arm64.go69 ALG_SET_AEAD_ASSOCLEN = 0x4 const
/external/python/cpython3/Lib/test/
Dtest_socket.py5902 [socket.SOL_ALG, socket.ALG_SET_AEAD_ASSOCLEN, pack_uint32(assoclen)],