Home
last modified time | relevance | path

Searched refs:LO_CRYPT_NONE (Results 1 – 13 of 13) sorted by relevance

/external/strace/
Dloop.c63 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) { in decode_loop_info()
80 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) { in decode_loop_info()
122 if (!abbrev(tcp) || info64.lo_encrypt_type != LO_CRYPT_NONE) { in decode_loop_info64()
135 if (!abbrev(tcp) || info64.lo_encrypt_type != LO_CRYPT_NONE) { in decode_loop_info64()
/external/strace/xlat/
Dloop_crypt_type_options.h19 #if defined(LO_CRYPT_NONE) || (defined(HAVE_DECL_LO_CRYPT_NONE) && HAVE_DECL_LO_CRYPT_NONE)
20 XLAT(LO_CRYPT_NONE),
Dloop_crypt_type_options.in1 LO_CRYPT_NONE
/external/syzkaller/sys/linux/
Dloop_arm.const23 LO_CRYPT_NONE = 0
Dloop_ppc64le.const23 LO_CRYPT_NONE = 0
Dloop_arm64.const23 LO_CRYPT_NONE = 0
Dloop_386.const23 LO_CRYPT_NONE = 0
Dloop_amd64.const23 LO_CRYPT_NONE = 0
Dloop.txt28 lo_encrypt_type = LO_CRYPT_NONE, LO_CRYPT_XOR, LO_CRYPT_DES, LO_CRYPT_FISH2, LO_CRYPT_BLOW, LO_CRYP…
/external/strace/tests-mx32/
Dioctl_loop.c239 info->lo_encrypt_type = LO_CRYPT_NONE; in main()
279 info64->lo_encrypt_type = LO_CRYPT_NONE; in main()
/external/strace/tests-m32/
Dioctl_loop.c239 info->lo_encrypt_type = LO_CRYPT_NONE; in main()
279 info64->lo_encrypt_type = LO_CRYPT_NONE; in main()
/external/strace/tests/
Dioctl_loop.c239 info->lo_encrypt_type = LO_CRYPT_NONE; in main()
279 info64->lo_encrypt_type = LO_CRYPT_NONE; in main()
/external/kernel-headers/original/uapi/linux/
Dloop.h67 #define LO_CRYPT_NONE 0 macro