Home | History | Annotate | Download | only in tpm2

Lines Matching refs:nameAlg

1392     digestSize = CryptStartHash(nvIndex.publicArea.nameAlg, &hashState);
1394 // Complete digest leaving room for the nameAlg
1396 // Include the nameAlg
1397 UINT16_TO_BYTE_ARRAY(nvIndex.publicArea.nameAlg, (BYTE *)name);