HomeSort by: relevance | last modified time | path
    Searched defs:SECURE (Results 1 - 4 of 4) sorted by relevancy

  /src/games/hack/
config.h 142 * Of course SECURE is meaningful only if HACKDIR is defined.
144 #define SECURE /* do setuid(getuid()) after chdir() */
148 * simultaneously, define HACKDIR, SECURE and MAX_NR_OF_PLAYERS.
  /src/external/bsd/less/include/
defines.h 22 * SECURE is 1 if you wish to disable a bunch of features in order to
24 * SECURE_COMPILE is set by the --with-secure configure option.
26 #define SECURE SECURE_COMPILE
32 #define SHELL_ESCAPE (!SECURE)
37 #define EXAMINE (!SECURE)
43 #define TAB_COMPLETE_FILENAME (!SECURE)
62 #define EDITOR (!SECURE)
67 #define TAGS (!SECURE)
73 #define USERFILE (!SECURE)
80 #define GLOB (!SECURE)
    [all...]
  /src/external/bsd/wpa/dist/src/pae/
ieee802_1x_cp.c 26 enum connect_type { PENDING, UNAUTHENTICATED, AUTHENTICATED, SECURE };
105 return sm->connect != SECURE || sm->chgd_server || changed_cipher(sm);
374 else if (sm->connect == SECURE)
587 sm->connect = SECURE;
  /src/external/mpl/bind/dist/lib/ns/
query.c 134 /*% Secure? */
135 #define SECURE(c) (((c)->query.attributes & NS_QUERYATTR_SECURE) != 0)
2361 * Mark the RRsets as secure. Update the cache (db) to reflect the
2380 * Save the updated secure state. Ignore failures.
2399 * Find the secure key that corresponds to rrsig.
2409 bool secure = false; local
2457 secure = true;
2462 return secure;
7988 * to secure. Hide DNSSEC records from ANY queries.
11191 SECURE(client) && WANTDNSSEC(client)
    [all...]

Completed in 37 milliseconds