HomeSort by relevance Sort by last modified time
    Searched refs:NewAuth (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Hierarchy.c 71 TPM2B_AUTH NewAuth;
399 @param[in] NewAuth New authorization secret
409 IN TPM2B_AUTH *NewAuth
441 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16(NewAuth->size));
445 CopyMem(Buffer, NewAuth->buffer, NewAuth->size);
446 Buffer += NewAuth->size;
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
Tpm2CommandLib.h 205 @param[in] NewAuth New authorization secret
215 IN TPM2B_AUTH *NewAuth
    [all...]

Completed in 54 milliseconds