]> git.proxmox.com Git - mirror_edk2.git/blob - CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf
CryptoPkg/BaseCryptLibNull: Add missing HkdfSha256ExtractAndExpand()
[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 - 2020, 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 Kdf/CryptHkdfNull.c
41 Cipher/CryptAesNull.c
42 Cipher/CryptTdesNull.c
43 Cipher/CryptArc4Null.c
44 Pk/CryptRsaBasicNull.c
45 Pk/CryptRsaExtNull.c
46 Pk/CryptPkcs1OaepNull.c
47 Pk/CryptPkcs5Pbkdf2Null.c
48 Pk/CryptPkcs7SignNull.c
49 Pk/CryptPkcs7VerifyNull.c
50 Pk/CryptPkcs7VerifyEkuNull.c
51 Pk/CryptDhNull.c
52 Pk/CryptX509Null.c
53 Pk/CryptAuthenticodeNull.c
54 Pk/CryptTsNull.c
55 Pem/CryptPemNull.c
56 Rand/CryptRandNull.c
57
58 [Packages]
59 MdePkg/MdePkg.dec
60 CryptoPkg/CryptoPkg.dec
61
62 [LibraryClasses]
63 DebugLib