TianoCore EDK2 master
|
#include "TestBaseCryptLib.h"
Go to the source code of this file.
Functions | |
UNIT_TEST_STATUS EFIAPI | TestVerifyPkcs5Pbkdf2 (IN UNIT_TEST_CONTEXT Context) |
Variables | |
GLOBAL_REMOVE_IF_UNREFERENCED CONST CHAR8 * | Password = "password" |
GLOBAL_REMOVE_IF_UNREFERENCED UINTN | PassLen = 8 |
GLOBAL_REMOVE_IF_UNREFERENCED CONST CHAR8 * | Salt = "salt" |
GLOBAL_REMOVE_IF_UNREFERENCED UINTN | SaltLen = 4 |
GLOBAL_REMOVE_IF_UNREFERENCED CONST UINTN | Count = 2 |
GLOBAL_REMOVE_IF_UNREFERENCED CONST UINTN | KeyLen = 20 |
GLOBAL_REMOVE_IF_UNREFERENCED CONST UINT8 | DerivedKey [] |
TEST_DESC | mPkcs5Test [] |
UINTN | mPkcs5TestNum = ARRAY_SIZE (mPkcs5Test) |
Application for PKCS#5 PBKDF2 Function Validation.
Copyright (c) 2016, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file Pkcs5Pbkdf2Tests.c.
UNIT_TEST_STATUS EFIAPI TestVerifyPkcs5Pbkdf2 | ( | IN UNIT_TEST_CONTEXT | Context | ) |
Definition at line 28 of file Pkcs5Pbkdf2Tests.c.
GLOBAL_REMOVE_IF_UNREFERENCED CONST UINTN Count = 2 |
Definition at line 18 of file Pkcs5Pbkdf2Tests.c.
GLOBAL_REMOVE_IF_UNREFERENCED CONST UINT8 DerivedKey[] |
Definition at line 20 of file Pkcs5Pbkdf2Tests.c.
GLOBAL_REMOVE_IF_UNREFERENCED CONST UINTN KeyLen = 20 |
Definition at line 19 of file Pkcs5Pbkdf2Tests.c.
TEST_DESC mPkcs5Test[] |
Definition at line 65 of file Pkcs5Pbkdf2Tests.c.
UINTN mPkcs5TestNum = ARRAY_SIZE (mPkcs5Test) |
Definition at line 72 of file Pkcs5Pbkdf2Tests.c.
GLOBAL_REMOVE_IF_UNREFERENCED UINTN PassLen = 8 |
Definition at line 15 of file Pkcs5Pbkdf2Tests.c.
GLOBAL_REMOVE_IF_UNREFERENCED CONST CHAR8* Password = "password" |
Definition at line 14 of file Pkcs5Pbkdf2Tests.c.
GLOBAL_REMOVE_IF_UNREFERENCED CONST CHAR8* Salt = "salt" |
Definition at line 16 of file Pkcs5Pbkdf2Tests.c.
GLOBAL_REMOVE_IF_UNREFERENCED UINTN SaltLen = 4 |
Definition at line 17 of file Pkcs5Pbkdf2Tests.c.