TianoCore EDK2 master
|
#include "TestBaseCryptLib.h"
Go to the source code of this file.
Functions | |
UNIT_TEST_STATUS EFIAPI | TestVerifyAuthenticodeVerify (IN UNIT_TEST_CONTEXT Context) |
Variables | |
GLOBAL_REMOVE_IF_UNREFERENCED UINT8 | PeSha1Hash [] |
GLOBAL_REMOVE_IF_UNREFERENCED UINT8 | PeSha256Hash [] |
GLOBAL_REMOVE_IF_UNREFERENCED UINT8 | AuthenticodeWithSha1 [] |
GLOBAL_REMOVE_IF_UNREFERENCED UINT8 | AuthenticodeWithSha256 [] |
GLOBAL_REMOVE_IF_UNREFERENCED UINT8 | TestRootCert1 [] |
GLOBAL_REMOVE_IF_UNREFERENCED UINT8 | TestRootCert2 [] |
GLOBAL_REMOVE_IF_UNREFERENCED UINT8 | HashOidValue [] |
TEST_DESC | mAuthenticodeTest [] |
UINTN | mAuthenticodeTestNum = ARRAY_SIZE (mAuthenticodeTest) |
Sample Implementation for Microsoft Authenticode Verification.
Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file AuthenticodeTests.c.
UNIT_TEST_STATUS EFIAPI TestVerifyAuthenticodeVerify | ( | IN UNIT_TEST_CONTEXT | Context | ) |
Definition at line 947 of file AuthenticodeTests.c.
GLOBAL_REMOVE_IF_UNREFERENCED UINT8 AuthenticodeWithSha1[] |
Definition at line 33 of file AuthenticodeTests.c.
GLOBAL_REMOVE_IF_UNREFERENCED UINT8 AuthenticodeWithSha256[] |
Definition at line 494 of file AuthenticodeTests.c.
GLOBAL_REMOVE_IF_UNREFERENCED UINT8 HashOidValue[] |
Definition at line 936 of file AuthenticodeTests.c.
TEST_DESC mAuthenticodeTest[] |
Definition at line 995 of file AuthenticodeTests.c.
UINTN mAuthenticodeTestNum = ARRAY_SIZE (mAuthenticodeTest) |
Definition at line 1002 of file AuthenticodeTests.c.
GLOBAL_REMOVE_IF_UNREFERENCED UINT8 PeSha1Hash[] |
Definition at line 15 of file AuthenticodeTests.c.
GLOBAL_REMOVE_IF_UNREFERENCED UINT8 PeSha256Hash[] |
Definition at line 23 of file AuthenticodeTests.c.
GLOBAL_REMOVE_IF_UNREFERENCED UINT8 TestRootCert1[] |
Definition at line 740 of file AuthenticodeTests.c.
GLOBAL_REMOVE_IF_UNREFERENCED UINT8 TestRootCert2[] |
Definition at line 833 of file AuthenticodeTests.c.