Home | History | Annotate | Download | only in tpm2

Lines Matching defs:label

20 //                                       the key referenced by keyHandle, or label is not a null-terminated
32 char *label = NULL;
46 // Is there a label?
47 if(in->label.t.size > 0)
49 // label is present, so make sure that is it NULL-terminated
50 if(in->label.t.buffer[in->label.t.size - 1] != 0)
52 label = (char *)in->label.t.buffer;
68 label);