Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsock_alg_options.h13 #if defined(ALG_SET_IV) || (defined(HAVE_DECL_ALG_SET_IV) && HAVE_DECL_ALG_SET_IV)
15 static_assert((ALG_SET_IV) == (2), "ALG_SET_IV != 2");
18 # define ALG_SET_IV 2
53 [ALG_SET_IV] = XLAT(ALG_SET_IV),
Dsock_alg_options.in3 ALG_SET_IV 2
/external/iproute2/include/uapi/linux/
Dif_alg.h34 #define ALG_SET_IV 2 macro
/external/kernel-headers/original/uapi/linux/
Dif_alg.h34 #define ALG_SET_IV 2 macro
/external/syzkaller/sys/linux/
Dsocket_alg_arm64.const7 ALG_SET_IV = 2
Dsocket_alg_ppc64le.const7 ALG_SET_IV = 2
Dsocket_alg_arm.const7 ALG_SET_IV = 2
Dsocket_alg_amd64.const7 ALG_SET_IV = 2
Dsocket_alg_386.const7 ALG_SET_IV = 2
Dsocket_alg.txt78 type const[ALG_SET_IV, int32]
/external/wpa_supplicant_8/src/crypto/
Dcrypto_linux.c711 hdr->cmsg_type = ALG_SET_IV; in aes_128_cbc_oper()
820 hdr->cmsg_type = ALG_SET_IV; in aes_unwrap()
909 hdr->cmsg_type = ALG_SET_IV; in crypto_cipher_init()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go64 ALG_SET_IV = 0x2 const
Dzerrors_linux_mipsle.go71 ALG_SET_IV = 0x2 const
Dzerrors_linux_s390x.go71 ALG_SET_IV = 0x2 const
Dzerrors_linux_arm.go71 ALG_SET_IV = 0x2 const
Dzerrors_linux_ppc64le.go71 ALG_SET_IV = 0x2 const
Dzerrors_linux_mips64.go71 ALG_SET_IV = 0x2 const
Dzerrors_linux_ppc64.go71 ALG_SET_IV = 0x2 const
Dzerrors_linux_amd64.go71 ALG_SET_IV = 0x2 const
Dzerrors_linux_mips64le.go71 ALG_SET_IV = 0x2 const
Dzerrors_linux_386.go71 ALG_SET_IV = 0x2 const
Dzerrors_linux_mips.go71 ALG_SET_IV = 0x2 const
Dzerrors_linux_arm64.go71 ALG_SET_IV = 0x2 const
/external/python/cpython3/Modules/
Dsocketmodule.c4527 header->cmsg_type = ALG_SET_IV;
7124 PyModule_AddIntMacro(m, ALG_SET_IV);
/external/python/cpython3/Lib/test/
Dtest_socket.py5901 [socket.SOL_ALG, socket.ALG_SET_IV, pack_uint32(len(iv)) + iv],