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

  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Session.c 38 TPM2B_NONCE NonceTPM;
55 @param[out] NonceTPM The initial nonce from the TPM, used in the computation of the sessionKey.
71 OUT TPM2B_NONCE *NonceTPM
165 NonceTPM->size = SwapBytes16 (RecvBuffer.NonceTPM.size);
166 CopyMem (NonceTPM->buffer, &RecvBuffer.NonceTPM.buffer, NonceTPM->size);
Tpm2EnhancedAuthorization.c 30 TPM2B_NONCE NonceTPM;
84 @param[in] NonceTPM The policy nonce for the session.
87 @param[in] Expiration Time when authorization will expire, measured in seconds from the time that nonceTPM was generated.
100 IN TPM2B_NONCE *NonceTPM,
137 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16(NonceTPM->size));
139 CopyMem (Buffer, NonceTPM->buffer, NonceTPM->size);
140 Buffer += NonceTPM->size;
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
Tpm2CommandLib.h 845 @param[out] NonceTPM The initial nonce from the TPM, used in the computation of the sessionKey.
861 OUT TPM2B_NONCE *NonceTPM
886 @param[in] NonceTPM The policy nonce for the session.
889 @param[in] Expiration Time when authorization will expire, measured in seconds from the time that nonceTPM was generated.
    [all...]

Completed in 81 milliseconds