| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
| H A D | hash.h | 58 /* Hash 's' using 'size', place into h (s is modified) */ 59 #define Hash(s,h,size) \ macro
|
| H A D | hash.c | 115 Hash(p,h,size); 137 Hash(p,h,size);
|
| /vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
| H A D | Hash.h | 4 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 D | rstloc.idl | 70 HRESULT Hash([in] HCHAPTER hReserved,
|
| H A D | objidl.idl | 627 HRESULT Hash(
|
| H A D | objidl.h | 2693 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 D | vnode_cache.cpp | 59 size_t Hash(vboxsf_vnode* value) const function in struct:HashTableDefinition
|
| H A D | OpenHashTable.h | 41 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 D | PwdCredentialProvider.c | 264 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 D | UsbCredentialProvider.c | 417 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 D | UefiHandleParsingLib.h | 91 #include <Protocol/Hash.h>
|
| /vbox/src/VBox/Main/src-all/ |
| H A D | QMTranslatorImpl.cpp | 273 Hash = 5, enumerator in enum:QMTranslator_Impl::MessageType 323 case Hash:
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
| H A D | objidl.idl | 615 HRESULT Hash(
|
| H A D | objidl.h | 2693 virtual HRESULT STDMETHODCALLTYPE Hash( 2808 HRESULT (STDMETHODCALLTYPE *Hash)( member in struct:IMonikerVtbl 2881 #define IMoniker_Hash(This,pdwHash) (This)->lpVtbl->Hash(This,pdwHash)
|