Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/CryptoPkg/CryptRuntimeDxe
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/CryptoPkg/CryptRuntimeDxe/CryptRuntime.c
r48674 r58459 206 206 IN CONST UINT8 *MessageHash, 207 207 IN UINTN HashLength, 208 IN UINT8*Signature,208 IN CONST UINT8 *Signature, 209 209 IN UINTN SigLength 210 210 ) -
trunk/src/VBox/Devices/EFI/Firmware/CryptoPkg/CryptRuntimeDxe/CryptRuntime.h
r48674 r58459 180 180 IN CONST UINT8 *MessageHash, 181 181 IN UINTN HashLength, 182 IN UINT8*Signature,182 IN CONST UINT8 *Signature, 183 183 IN UINTN SigLength 184 184 ); -
trunk/src/VBox/Devices/EFI/Firmware/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.inf
r48674 r58459 1 1 ## @file 2 # Component description file for Cryptographic Runtime Driver.2 # This driver installs runtime Crypt protocol to provide SHA256 and RSA service. 3 3 # 4 # Copyright (c) 2010 , Intel Corporation. All rights reserved.<BR>4 # Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR> 5 5 # This program and the accompanying materials 6 6 # are licensed and made available under the terms and conditions of the BSD License … … 16 16 INF_VERSION = 0x00010005 17 17 BASE_NAME = CryptRuntimeDxe 18 MODULE_UNI_FILE = CryptRuntimeDxe.uni 18 19 FILE_GUID = 858031F3-96A2-406E-ABCC-ED264A3A31D6 19 20 MODULE_TYPE = DXE_RUNTIME_DRIVER … … 48 49 [Depex] 49 50 TRUE 51 52 [UserExtensions.TianoCore."ExtraFiles"] 53 CryptRuntimeDxeExtra.uni 54
Note:
See TracChangeset
for help on using the changeset viewer.