Home
last modified time | relevance | path

Searched refs:restored_default_group_string (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c1277 char *restored_default_group_string; in gid_cb() local
1345 …restored_default_group_string = OPENSSL_malloc((1 /* max prefix length */ + strlen(default_group_s… in gid_cb()
1346 if (restored_default_group_string == NULL) in gid_cb()
1352 … restored_default_group_string[restored_prefix_index++] = KEY_SHARE_INDICATOR_CHARACTER; in gid_cb()
1354 memcpy(restored_default_group_string + restored_prefix_index, in gid_cb()
1357 …restored_default_group_string[strlen(default_group_strings[i].group_string) + restored_prefix_inde… in gid_cb()
1365 retval = CONF_parse_list(restored_default_group_string, in gid_cb()
1370 OPENSSL_free(restored_default_group_string); in gid_cb()