Searched refs:Hash (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dhash.h58 /* Hash 's' using 'size', place into h (s is modified) */
59 #define Hash(s,h,size) \ macro
H A Dhash.c115 Hash(p,h,size);
137 Hash(p,h,size);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DHash.h4 The EFI Hash Service Binding Protocol is used to locate hashing services support
5 provided by a driver and to create and destroy instances of the EFI Hash Protocol
87 @retval EFI_SUCCESS Hash size returned successfully.
110 @param[in,out] Hash On input, if Extend is TRUE, then this holds the hash to extend. On
113 @retval EFI_SUCCESS Hash returned successfully.
114 @retval EFI_INVALID_PARAMETER Message or Hash is NULL
127 IN OUT EFI_HASH_OUTPUT *Hash
136 EFI_HASH_HASH Hash; member in struct:_EFI_HASH_PROTOCOL
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drstloc.idl70 HRESULT Hash([in] HCHAPTER hReserved,
H A Dobjidl.idl627 HRESULT Hash(
H A Dobjidl.h2693 virtual HRESULT STDMETHODCALLTYPE Hash(
2808 HRESULT (STDMETHODCALLTYPE *Hash)( member in struct:IMonikerVtbl
2881 #define IMoniker_Hash(This,pdwHash) (This)->lpVtbl->Hash(This,pdwHash)
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A Dvnode_cache.cpp59 size_t Hash(vboxsf_vnode* value) const function in struct:HashTableDefinition
H A DOpenHashTable.h41 The Definition template must have four methods: `HashKey', `Hash',
60 size_t Hash(Foo* value) const
194 panic("Hash Table: value already in table.");
196 debugger("Hash Table: value already in table.");
220 size_t index = fDefinition.Hash(value) & (fTableSize - 1);
247 panic("Hash Table: duplicate detected.");
249 debugger("Hash Table: duplicate detected.");
427 size_t index = fDefinition.Hash(value) & (tableSize - 1);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProvider.c264 Hash the password to get credential.
270 @retval TRUE Hash the password successfully.
283 VOID *Hash; local
286 Hash = AllocatePool (HashSize);
287 ASSERT (Hash != NULL);
289 Status = Sha1Init (Hash);
294 Status = Sha1Update (Hash, Password, PasswordSize);
299 Status = Sha1Final (Hash, Credential);
302 FreePool (Hash);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
H A DUsbCredentialProvider.c417 Hash the data to get credential.
423 @retval TRUE Hash the data successfully.
436 VOID *Hash; local
439 Hash = AllocatePool (HashSize);
440 ASSERT (Hash != NULL);
442 Status = Sha1Init (Hash);
447 Status = Sha1Update (Hash, Buffer, BufferSize);
452 Status = Sha1Final (Hash, Credential);
455 FreePool (Hash);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.h91 #include <Protocol/Hash.h>
/vbox/src/VBox/Main/src-all/
H A DQMTranslatorImpl.cpp273 Hash = 5, enumerator in enum:QMTranslator_Impl::MessageType
323 case Hash:
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dobjidl.idl615 HRESULT Hash(
H A Dobjidl.h2693 virtual HRESULT STDMETHODCALLTYPE Hash(
2808 HRESULT (STDMETHODCALLTYPE *Hash)( member in struct:IMonikerVtbl
2881 #define IMoniker_Hash(This,pdwHash) (This)->lpVtbl->Hash(This,pdwHash)

Completed in 172 milliseconds