HomeSort by relevance Sort by last modified time
    Searched defs:authPolicy (Results 1 - 5 of 5) sorted by null

  /external/tpm2/
SetPrimaryPolicy_fp.h 14 TPM2B_DIGEST authPolicy;
PCR_SetAuthPolicy_fp.h 14 TPM2B_DIGEST authPolicy;
SessionProcess.c 355 // This function indicates if an authPolicy is available and allowed.
361 // TRUE authPolicy is available
362 // FALSE authPolicy is not available
421 if(nvIndex.publicArea.authPolicy.t.size != 0)
705 // a) compare policyDigest in session with authPolicy associated with the entity to be authorized;
736 TPM2B_DIGEST authPolicy;
750 // Get authPolicy.
752 &authPolicy);
753 // Compare authPolicy.
754 if(!Memory2BEqual(&session->u2.policyDigest.b, &authPolicy.b)
    [all...]
tpm_types.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h     [all...]

Completed in 594 milliseconds