Lines Matching defs:method
1692 /* No authentication method set - default is NONE */
2913 * No authentication method define
3101 * Set the initiator node's authentication method
3176 * Set the target's authentication method
3412 getAuthMethodValue(char *method, IMA_AUTHMETHOD *value)
3414 if (strcasecmp(method, "chap") == 0) {
3419 if (strcasecmp(method, "none") == 0) {
3429 * Set the authentication method
3439 char *method;
3450 method = optarg;
3456 if (getAuthMethodValue(method, &value) != 0) {
3463 method = commaPos;
3464 commaPos = strchr(method, ',');
3466 /* Should not find more method specified - if found, error */
3472 if (getAuthMethodValue(method, &value) != 0) {
3494 char *method;
3505 method = optarg;
3511 if (getAuthMethodValue(method, &value) != 0) {
3518 method = commaPos;
3519 commaPos = strchr(method, ',');
3521 /* Should not find more method specified - if found, error */
3527 if (getAuthMethodValue(method, &value) != 0) {
3871 " method"));