Searched refs:LO_CRYPT_NONE (Results 1 – 13 of 13) sorted by relevance
63 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()
19 #if defined(LO_CRYPT_NONE) || (defined(HAVE_DECL_LO_CRYPT_NONE) && HAVE_DECL_LO_CRYPT_NONE)20 XLAT(LO_CRYPT_NONE),
1 LO_CRYPT_NONE
23 LO_CRYPT_NONE = 0
28 lo_encrypt_type = LO_CRYPT_NONE, LO_CRYPT_XOR, LO_CRYPT_DES, LO_CRYPT_FISH2, LO_CRYPT_BLOW, LO_CRYP…
239 info->lo_encrypt_type = LO_CRYPT_NONE; in main()279 info64->lo_encrypt_type = LO_CRYPT_NONE; in main()
67 #define LO_CRYPT_NONE 0 macro