Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dobj_context.c45 &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()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dobj_context.h32 UINT32 machineNameLength; member