Lines Matching defs:groups
256 " groups=a,b,c,d default: \"default\" (library default)\n" \
261 " - the following ffdh groups are supported:\n" \
518 const char *groups; /* list of supported groups */
967 opt.groups = DFL_GROUPS;
1235 } else if (strcmp(p, "groups") == 0) {
1236 opt.groups = q;
1564 if (opt.groups != NULL) {
1565 if (parse_groups(opt.groups, group_list, GROUP_LIST_SIZE) != 0) {
1973 if (opt.groups != NULL &&
1974 strcmp(opt.groups, "default") != 0) {