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

  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
TpmMeasurementLib.h 25 @param[in] HashData The start of the data buffer to be hashed, extended.
26 @param[in] HashDataLen The length, in bytes, of the buffer referenced by HashData
40 IN VOID *HashData,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/TpmMeasurementLibNull/
TpmMeasurementLibNull.c 22 @param[in] HashData The start of the data buffer to be hashed, extended.
23 @param[in] HashDataLen The length, in bytes, of the buffer referenced by HashData
37 IN VOID *HashData,
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasurementLib/
DxeTpmMeasurementLib.c 38 @param[in] HashData The start of the data buffer to be hashed, extended.
39 @param[in] HashDataLen The length, in bytes, of the buffer referenced by HashData
52 IN VOID *HashData,
84 (EFI_PHYSICAL_ADDRESS)(UINTN)HashData,
104 @param[in] HashData The start of the data buffer to be hashed, extended.
105 @param[in] HashDataLen The length, in bytes, of the buffer referenced by HashData
118 IN VOID *HashData,
149 (EFI_PHYSICAL_ADDRESS)(UINTN)HashData,
165 @param[in] HashData The start of the data buffer to be hashed, extended.
166 @param[in] HashDataLen The length, in bytes, of the buffer referenced by HashData
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 165 // HashData[hash_data_count]
187 friend struct HashData;
188 struct HashData {
193 HashData(StringRef S, DwarfAccelTable::DataArray &Data)
227 // Allocator for HashData and HashDataContents.
233 std::vector<HashData *> Data;
239 typedef std::vector<HashData *> HashList;
DwarfAccelTable.cpp 83 HashData *Entry = new (Allocator) HashData(EI->getKey(), EI->second);
107 [] (HashData *LHS, HashData *RHS) {
205 // Terminate each HashData bucket with 0.
284 for (std::vector<HashData *>::const_iterator DI = Data.begin(),
  /device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
HashVerify.c 25 GLOBAL_REMOVE_IF_UNREFERENCED CONST CHAR8 *HashData = "abc";
95 DataSize = AsciiStrLen (HashData);
114 Status = Md4Update (HashCtx, HashData, DataSize);
154 Status = Md5Update (HashCtx, HashData, DataSize);
194 Status = Sha1Update (HashCtx, HashData, DataSize);
234 Status = Sha256Update (HashCtx, HashData, DataSize);
274 Status = Sha384Update (HashCtx, HashData, DataSize);
314 Status = Sha512Update (HashCtx, HashData, DataSize);
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
TcgService.h 81 @param HashData The pointer to the data buffer to be hashed.
98 IN UINT8 *HashData,
158 @param HashData The physical address of the start of the data buffer
160 @param HashDataLen The length, in bytes, of the buffer referenced by HashData
180 IN EFI_PHYSICAL_ADDRESS HashData,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TcgService/
TcgService.h 94 IN UINT8 *HashData,
124 IN EFI_PHYSICAL_ADDRESS HashData,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tic.h 211 } HashData;
221 extern NCURSES_EXPORT(const HashData *) _nc_get_hash_info (bool);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
TcgDxe.c 280 @param[in] HashData Pointer to the data buffer to be hashed
298 IN UINT8 *HashData,
330 HashData,
474 @param[in] HashData Physical address of the start of the data buffer
476 @param[in] HashDataLen The length, in bytes, of the buffer referenced by HashData
489 IN UINT8 *HashData,
501 if (HashDataLen > 0 || HashData != NULL) {
503 HashData,
542 @param[in] HashData Physical address of the start of the data buffer
544 @param[in] HashDataLen The length, in bytes, of the buffer referenced by HashData
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgPei/
TcgPei.c 207 @param[in] HashData Physical address of the start of the data buffer
209 @param[in] HashDataLen The length, in bytes, of the buffer referenced by HashData.
222 IN UINT8 *HashData,
239 HashData,
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEPei/
TrEEPei.c 280 @param[in] HashData Physical address of the start of the data buffer
282 @param[in] HashDataLen The length, in bytes, of the buffer referenced by HashData.
294 IN UINT8 *HashData,
309 HashData,
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Pei/
Tcg2Pei.c 498 @param[in] HashData Physical address of the start of the data buffer
500 @param[in] HashDataLen The length, in bytes, of the buffer referenced by HashData.
512 IN UINT8 *HashData,
527 HashData,
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Payload.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
TrEEDxe.c 722 @param[in] HashData Physical address of the start of the data buffer
724 @param[in] HashDataLen The length, in bytes, of the buffer referenced by HashData
736 IN UINT8 *HashData,
751 HashData,
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
Tcg2Dxe.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlwapi.h 545 LWSTDAPI HashData(LPBYTE pbData,DWORD cbData,LPBYTE pbHash,DWORD cbHash);
    [all...]

Completed in 802 milliseconds