Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsock_alg_options.h20 #if defined(ALG_SET_OP) || (defined(HAVE_DECL_ALG_SET_OP) && HAVE_DECL_ALG_SET_OP)
22 static_assert((ALG_SET_OP) == (3), "ALG_SET_OP != 3");
25 # define ALG_SET_OP 3
54 [ALG_SET_OP] = XLAT(ALG_SET_OP),
Dsock_alg_options.in4 ALG_SET_OP 3
/external/iproute2/include/uapi/linux/
Dif_alg.h35 #define ALG_SET_OP 3 macro
/external/kernel-headers/original/uapi/linux/
Dif_alg.h35 #define ALG_SET_OP 3 macro
/external/syzkaller/sys/linux/
Dsocket_alg_arm64.const9 ALG_SET_OP = 3
Dsocket_alg_ppc64le.const9 ALG_SET_OP = 3
Dsocket_alg_arm.const9 ALG_SET_OP = 3
Dsocket_alg_amd64.const9 ALG_SET_OP = 3
Dsocket_alg_386.const9 ALG_SET_OP = 3
Dsocket_alg.txt86 type const[ALG_SET_OP, int32]
/external/wpa_supplicant_8/src/crypto/
Dcrypto_linux.c468 hdr->cmsg_type = ALG_SET_OP; in linux_af_alg_skcipher_oper()
570 hdr->cmsg_type = ALG_SET_OP; in rc4_skip()
643 hdr->cmsg_type = ALG_SET_OP; in des_encrypt()
704 hdr->cmsg_type = ALG_SET_OP; in aes_128_cbc_oper()
813 hdr->cmsg_type = ALG_SET_OP; in aes_unwrap()
949 hdr->cmsg_type = ALG_SET_OP; in crypto_cipher_oper()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go66 ALG_SET_OP = 0x3 const
Dzerrors_linux_mipsle.go73 ALG_SET_OP = 0x3 const
Dzerrors_linux_s390x.go73 ALG_SET_OP = 0x3 const
Dzerrors_linux_arm.go73 ALG_SET_OP = 0x3 const
Dzerrors_linux_ppc64le.go73 ALG_SET_OP = 0x3 const
Dzerrors_linux_mips64.go73 ALG_SET_OP = 0x3 const
Dzerrors_linux_ppc64.go73 ALG_SET_OP = 0x3 const
Dzerrors_linux_amd64.go73 ALG_SET_OP = 0x3 const
Dzerrors_linux_mips64le.go73 ALG_SET_OP = 0x3 const
Dzerrors_linux_386.go73 ALG_SET_OP = 0x3 const
Dzerrors_linux_mips.go73 ALG_SET_OP = 0x3 const
Dzerrors_linux_arm64.go73 ALG_SET_OP = 0x3 const
/external/python/cpython3/Modules/
Dsocketmodule.c4513 header->cmsg_type = ALG_SET_OP;
7125 PyModule_AddIntMacro(m, ALG_SET_OP);
/external/python/cpython3/Lib/test/
Dtest_socket.py5900 ([socket.SOL_ALG, socket.ALG_SET_OP, pack_uint32(socket.ALG_OP_ENCRYPT)],