HomeSort by: relevance | last modified time | path
    Searched refs:machineNameLength (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/include/
obj_context.h 32 UINT32 machineNameLength;
  /src/crypto/external/cpl/trousers/dist/src/tspi/
obj_context.c 45 &context->machineNameLength)) != TSS_SUCCESS) {
185 if (context->machineNameLength == 0) {
194 *data = calloc(1, context->machineNameLength);
197 context->machineNameLength);
201 *size = context->machineNameLength;
231 if (context->machineNameLength == 0) {
235 utf_size = context->machineNameLength;
283 context->machineNameLength = len;

Completed in 20 milliseconds