Last change
on this file since 85718 was 85718, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.6 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Cryptographic Library Null Instance.
|
---|
3 | #
|
---|
4 | # Caution: This module requires additional review when modified.
|
---|
5 | # This library will have external input - signature.
|
---|
6 | # This external input must be validated carefully to avoid security issues such as
|
---|
7 | # buffer overflow or integer overflow.
|
---|
8 | #
|
---|
9 | # Copyright (c) 2009 - 2020, Intel Corporation. All rights reserved.<BR>
|
---|
10 | # Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
|
---|
11 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
12 | #
|
---|
13 | ##
|
---|
14 |
|
---|
15 | [Defines]
|
---|
16 | INF_VERSION = 0x00010005
|
---|
17 | BASE_NAME = BaseCryptLibNull
|
---|
18 | MODULE_UNI_FILE = BaseCryptLibNull.uni
|
---|
19 | FILE_GUID = ba4b5ba1-0ea1-415a-896c-6caaf32146f3
|
---|
20 | MODULE_TYPE = BASE
|
---|
21 | VERSION_STRING = 1.0
|
---|
22 | LIBRARY_CLASS = BaseCryptLib
|
---|
23 |
|
---|
24 | #
|
---|
25 | # The following information is for reference only and not required by the build tools.
|
---|
26 | #
|
---|
27 | # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 RISCV64
|
---|
28 | #
|
---|
29 |
|
---|
30 | [Sources]
|
---|
31 | InternalCryptLib.h
|
---|
32 | Hash/CryptMd5Null.c
|
---|
33 | Hash/CryptSha1Null.c
|
---|
34 | Hash/CryptSha256Null.c
|
---|
35 | Hash/CryptSha512Null.c
|
---|
36 | Hash/CryptSm3Null.c
|
---|
37 | Hmac/CryptHmacSha256Null.c
|
---|
38 | Kdf/CryptHkdfNull.c
|
---|
39 | Cipher/CryptAesNull.c
|
---|
40 | Pk/CryptRsaBasicNull.c
|
---|
41 | Pk/CryptRsaExtNull.c
|
---|
42 | Pk/CryptPkcs1OaepNull.c
|
---|
43 | Pk/CryptPkcs5Pbkdf2Null.c
|
---|
44 | Pk/CryptPkcs7SignNull.c
|
---|
45 | Pk/CryptPkcs7VerifyNull.c
|
---|
46 | Pk/CryptPkcs7VerifyEkuNull.c
|
---|
47 | Pk/CryptDhNull.c
|
---|
48 | Pk/CryptX509Null.c
|
---|
49 | Pk/CryptAuthenticodeNull.c
|
---|
50 | Pk/CryptTsNull.c
|
---|
51 | Pem/CryptPemNull.c
|
---|
52 | Rand/CryptRandNull.c
|
---|
53 |
|
---|
54 | [Packages]
|
---|
55 | MdePkg/MdePkg.dec
|
---|
56 | CryptoPkg/CryptoPkg.dec
|
---|
57 |
|
---|
58 | [LibraryClasses]
|
---|
59 | DebugLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.