Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/
Dprimary_key_builder.cpp77 TPM2B_TEMPLATE public_template = {}; in CreateKey() local
79 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()
Dencrypted_serializable.cpp69 TPM2B_TEMPLATE public_template = {}; in CreateKey() local
71 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()