Searched refs:NCONF (Results 1 – 5 of 5) sorted by relevance
100 #define NCONF 0x000001ff /* Supported nphy revs: macro146 #define NCONF_HAS(val) CONF_HAS(NCONF, val)147 #define NCONF_MSK(mask) CONF_MSK(NCONF, mask)148 #define NCONF_IS(val) CONF_IS(NCONF, val)149 #define NCONF_GE(val) CONF_GE(NCONF, val)150 #define NCONF_GT(val) CONF_GT(NCONF, val)151 #define NCONF_LT(val) CONF_LT(NCONF, val)152 #define NCONF_LE(val) CONF_LE(NCONF, val)
30 #define NCONF 6 macro32 static double const student[NSTUDENT + 1][NCONF] = {535 for (i = 0; i < NCONF; i++) { in usage()596 for (i = 0; i < NCONF; i++) in main()
60 NCONF) code so that applications using OpenSSL's existing configuration
1777 * NCONF: new configuration handling routines.
15280 * Rewrite commands to use `NCONF` routines instead of the old `CONF`.15281 New functions to support `NCONF` routines in extension code.15283 to allow functions which take an `NCONF` to also handle the old `LHASH`16465 * NCONF changes.