Searched refs:machineNameLength (Results 1 – 2 of 2) sorted by relevance
45 &context->machineNameLength)) != TSS_SUCCESS) { in obj_context_add()185 if (context->machineNameLength == 0) { in obj_context_get_machine_name()194 *data = calloc(1, context->machineNameLength); in obj_context_get_machine_name()197 context->machineNameLength); in obj_context_get_machine_name()201 *size = context->machineNameLength; in obj_context_get_machine_name()231 if (context->machineNameLength == 0) { in obj_context_get_machine_name_attrib()235 utf_size = context->machineNameLength; in obj_context_get_machine_name_attrib()283 context->machineNameLength = len; in obj_context_set_machine_name()
32 UINT32 machineNameLength; member