Searched refs:restored_default_group_string (Results 1 – 1 of 1) sorted by relevance
1272 char *restored_default_group_string; in gid_cb() local1340 …restored_default_group_string = OPENSSL_malloc((1 /* max prefix length */ + strlen(default_group_s… in gid_cb()1341 if (restored_default_group_string == NULL) in gid_cb()1347 … restored_default_group_string[restored_prefix_index++] = KEY_SHARE_INDICATOR_CHARACTER; in gid_cb()1349 memcpy(restored_default_group_string + restored_prefix_index, in gid_cb()1352 …restored_default_group_string[strlen(default_group_strings[i].group_string) + restored_prefix_inde… in gid_cb()1358 retval = CONF_parse_list(restored_default_group_string, in gid_cb()1363 OPENSSL_free(restored_default_group_string); in gid_cb()