OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EFI_HASH2_PROTOCOL
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Hash2.h
3
EFI_HASH2_PROTOCOL
as defined in UEFI 2.5.
7
EFI_HASH2_PROTOCOL
describes hashing functions for which the algorithm-required
40
//
EFI_HASH2_PROTOCOL
and will return EFI_UNSUPPORTED if used with any
41
//
EFI_HASH2_PROTOCOL
function.
49
typedef struct _EFI_HASH2_PROTOCOL
EFI_HASH2_PROTOCOL
;
70
@param[in] This Points to this instance of
EFI_HASH2_PROTOCOL
.
83
IN CONST
EFI_HASH2_PROTOCOL
*This,
92
@param[in] This Points to this instance of
EFI_HASH2_PROTOCOL
.
111
IN CONST
EFI_HASH2_PROTOCOL
*This,
120
EFI_HASH2_PROTOCOL
functions HashUpdate() and HashFinal().
[
all
...]
/device/linaro/bootloader/edk2/SecurityPkg/Hash2DxeCrypto/
Hash2DxeCrypto.c
139
@param[in] This Points to this instance of
EFI_HASH2_PROTOCOL
.
152
IN CONST
EFI_HASH2_PROTOCOL
*This,
161
@param[in] This Points to this instance of
EFI_HASH2_PROTOCOL
.
180
IN CONST
EFI_HASH2_PROTOCOL
*This,
189
EFI_HASH2_PROTOCOL
functions HashUpdate() and HashFinal().
191
@param[in] This Points to this instance of
EFI_HASH2_PROTOCOL
.
206
IN CONST
EFI_HASH2_PROTOCOL
*This,
213
@param[in] This Points to this instance of
EFI_HASH2_PROTOCOL
.
228
IN CONST
EFI_HASH2_PROTOCOL
*This,
238
@param[in] This Points to this instance of
EFI_HASH2_PROTOCOL
.
[
all
...]
Driver.h
57
EFI_HASH2_PROTOCOL
Hash2Protocol;
130
extern
EFI_HASH2_PROTOCOL
mHash2Protocol;
Driver.c
127
EFI_HASH2_PROTOCOL
*Hash2Protocol;
Completed in 695 milliseconds