Home
last modified time | relevance | path

Searched refs:TPM2_CreatePrimary (Results 1 – 3 of 3) sorted by relevance

/external/tpm2/
DCreatePrimary_fp.h31 TPM_RC TPM2_CreatePrimary(CreatePrimary_In* in, CreatePrimary_Out* out);
DCreatePrimary.c36 TPM2_CreatePrimary( in TPM2_CreatePrimary() function
DMarshal_CreatePrimary.c99 result = TPM2_CreatePrimary(&in, &out); in Exec_CreatePrimary()