]> git.proxmox.com Git - mirror_edk2.git/blob - CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
1e4807968ab90ed3c63070dfcd73e46ca84f863c
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLibNull / BaseCryptLibNull.inf
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 - 2019, Intel Corporation. All rights reserved.<BR>
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = BaseCryptLibNull
17 MODULE_UNI_FILE = BaseCryptLibNull.uni
18 FILE_GUID = ba4b5ba1-0ea1-415a-896c-6caaf32146f3
19 MODULE_TYPE = BASE
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = BaseCryptLib
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
27 #
28
29 [Sources]
30 InternalCryptLib.h
31 Hash/CryptMd4Null.c
32 Hash/CryptMd5Null.c
33 Hash/CryptSha1Null.c
34 Hash/CryptSha256Null.c
35 Hash/CryptSha512Null.c
36 Hash/CryptSm3Null.c
37 Hmac/CryptHmacMd5Null.c
38 Hmac/CryptHmacSha1Null.c
39 Hmac/CryptHmacSha256Null.c
40 Cipher/CryptAesNull.c
41 Cipher/CryptTdesNull.c
42 Cipher/CryptArc4Null.c
43 Pk/CryptRsaBasicNull.c
44 Pk/CryptRsaExtNull.c
45 Pk/CryptPkcs1OaepNull.c
46 Pk/CryptPkcs5Pbkdf2Null.c
47 Pk/CryptPkcs7SignNull.c
48 Pk/CryptPkcs7VerifyNull.c
49 Pk/CryptPkcs7VerifyEkuNull.c
50 Pk/CryptDhNull.c
51 Pk/CryptX509Null.c
52 Pk/CryptAuthenticodeNull.c
53 Pk/CryptTsNull.c
54 Pem/CryptPemNull.c
55 Rand/CryptRandNull.c
56
57 [Packages]
58 MdePkg/MdePkg.dec
59 CryptoPkg/CryptoPkg.dec
60
61 [LibraryClasses]
62 DebugLib