Lines Matching defs:groups
445 " groups=a,b,c,d default: \"default\" (library default)\n" \
450 " - the following ffdh groups are supported:\n" \
671 const char *groups; /* list of supported groups */
1750 opt.groups = DFL_GROUPS;
1978 } else if (strcmp(p, "groups") == 0) {
1979 opt.groups = q;
2458 if (opt.groups != NULL) {
2459 if (parse_groups(opt.groups, group_list, GROUP_LIST_SIZE) != 0) {
3165 if (opt.groups != NULL &&
3166 strcmp(opt.groups, "default") != 0) {