Searched refs:PORT_RSA_MAX (Results 1 – 1 of 1) sorted by relevance
319 #define PORT_RSA_MAX 4 macro320 static int probe_rsa[PORT_RSA_MAX];321 static int force_rsa[PORT_RSA_MAX];323 MODULE_PARM(probe_rsa, "1-" __MODULE_STRING(PORT_RSA_MAX) "i");325 MODULE_PARM(force_rsa, "1-" __MODULE_STRING(PORT_RSA_MAX) "i");3805 for (i = 0 ; i < PORT_RSA_MAX ; ++i) { in autoconfig()