Searched refs:public_template (Results 1 – 2 of 2) sorted by relevance
77 TPM2B_TEMPLATE public_template = {}; in CreateKey() local79 rc = Tss2_MU_TPMT_PUBLIC_Marshal(&public_area_, &public_template.buffer[0], in CreateKey()80 sizeof(public_template.buffer), &offset); in CreateKey()86 public_template.size = offset; in CreateKey()106 /* inPublic */ &public_template, in CreateKey()
69 TPM2B_TEMPLATE public_template = {}; in CreateKey() local71 rc = Tss2_MU_TPMT_PUBLIC_Marshal(&public_area, &public_template.buffer[0], in CreateKey()72 sizeof(public_template.buffer), &offset); in CreateKey()78 public_template.size = offset; in CreateKey()99 /* inPublic */ &public_template, in CreateKey()