Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dobj_context.c44 if ((result = get_tcsd_hostname((char **)&context->machineName, in obj_context_add()
50 LogDebug("Hostname to be used by the context is %s.", context->machineName); in obj_context_add()
56 free(context->machineName); in obj_context_add()
102 free(context->machineName); in __tspi_obj_context_free()
202 LogDebug("context->machineName: %s.", context->machineName); in obj_context_get_machine_name()
203 memcpy(*data, context->machineName, *size); in obj_context_get_machine_name()
236 utf_string = Trspi_Native_To_UNICODE(context->machineName, in obj_context_get_machine_name_attrib()
274 free(context->machineName); in obj_context_set_machine_name()
276 context->machineName = (BYTE *)calloc(1, len); in obj_context_set_machine_name()
277 if (context->machineName == NULL) { in obj_context_set_machine_name()
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dobj_context.h31 BYTE *machineName; member