Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c1530 char *restored_tuple_string; in tuple_cb() local
1551 restored_tuple_string = OPENSSL_malloc((len + 1 /* \0 */) * sizeof(char)); in tuple_cb()
1552 if (restored_tuple_string == NULL) in tuple_cb()
1554 memcpy(restored_tuple_string, tuple, len); in tuple_cb()
1555 restored_tuple_string[len] = '\0'; in tuple_cb()
1558 retval = CONF_parse_list(restored_tuple_string, GROUP_DELIMITER_CHARACTER, 1, gid_cb, arg); in tuple_cb()
1561 OPENSSL_free(restored_tuple_string); in tuple_cb()