TianoCore EDK2 master
|
#include "TestBaseCryptLib.h"
Go to the source code of this file.
Functions | |
UNIT_TEST_STATUS EFIAPI | TestVerifyDhPreReq (UNIT_TEST_CONTEXT Context) |
VOID EFIAPI | TestVerifyDhCleanUp (UNIT_TEST_CONTEXT Context) |
UNIT_TEST_STATUS EFIAPI | TestVerifyDhGenerateKey (UNIT_TEST_CONTEXT Context) |
Variables | |
VOID * | mDh1 |
VOID * | mDh2 |
TEST_DESC | mDhTest [] |
UINTN | mDhTestNum = ARRAY_SIZE (mDhTest) |
Application for Diffie-Hellman Primitives Validation.
Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file DhTests.c.
VOID EFIAPI TestVerifyDhCleanUp | ( | UNIT_TEST_CONTEXT | Context | ) |
UNIT_TEST_STATUS EFIAPI TestVerifyDhGenerateKey | ( | UNIT_TEST_CONTEXT | Context | ) |
UNIT_TEST_STATUS EFIAPI TestVerifyDhPreReq | ( | UNIT_TEST_CONTEXT | Context | ) |
TEST_DESC mDhTest[] |
UINTN mDhTestNum = ARRAY_SIZE (mDhTest) |