Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2Session.c29 TPM2B_ENCRYPTED_SECRET Salt; member
66 IN TPM2B_ENCRYPTED_SECRET *Salt, in Tpm2StartAuthSession() argument
96 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16 (Salt->size)); in Tpm2StartAuthSession()
98 CopyMem (Buffer, Salt->secret, Salt->size); in Tpm2StartAuthSession()
99 Buffer += Salt->size; in Tpm2StartAuthSession()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dsha256.pem75 …i:/C=US/ST=UT/L=Salt Lake City/O=The USERTRUST Network/OU=http://www.usertrust.com/CN=UTN - DATACo…
102 …3 s:/C=US/ST=UT/L=Salt Lake City/O=The USERTRUST Network/OU=http://www.usertrust.com/CN=UTN - DATA…
103 …i:/C=US/ST=UT/L=Salt Lake City/O=The USERTRUST Network/OU=http://www.usertrust.com/CN=UTN - DATACo…
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTpm2CommandLib.h821 IN TPM2B_ENCRYPTED_SECRET *Salt,