TianoCore EDK2 master
|
#include "TestBaseCryptLib.h"
Go to the source code of this file.
Functions | |
UNIT_TEST_STATUS EFIAPI | TestVerifyRsaCertPkcs1SignVerify (IN UNIT_TEST_CONTEXT Context) |
UNIT_TEST_STATUS EFIAPI | TestVerifyPkcs7SignVerify (IN UNIT_TEST_CONTEXT Context) |
Variables | |
GLOBAL_REMOVE_IF_UNREFERENCED CONST UINT8 | TestKeyPem [] |
GLOBAL_REMOVE_IF_UNREFERENCED CONST CHAR8 * | PemPass = "client" |
GLOBAL_REMOVE_IF_UNREFERENCED CONST UINT8 | TestCACert [] |
GLOBAL_REMOVE_IF_UNREFERENCED CONST UINT8 | TestCert [] |
GLOBAL_REMOVE_IF_UNREFERENCED CONST UINT8 | MsgHash [] |
GLOBAL_REMOVE_IF_UNREFERENCED CONST CHAR8 * | Payload = "Payload Data for PKCS#7 Signing" |
TEST_DESC | mRsaCertTest [] |
UINTN | mRsaCertTestNum = ARRAY_SIZE (mRsaCertTest) |
TEST_DESC | mPkcs7Test [] |
UINTN | mPkcs7TestNum = ARRAY_SIZE (mPkcs7Test) |
Application for RSA Key Retrieving (from PEM and X509) & Signature Validation.
Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.
Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file RsaPkcs7Tests.c.
UNIT_TEST_STATUS EFIAPI TestVerifyPkcs7SignVerify | ( | IN UNIT_TEST_CONTEXT | Context | ) |
Definition at line 340 of file RsaPkcs7Tests.c.
UNIT_TEST_STATUS EFIAPI TestVerifyRsaCertPkcs1SignVerify | ( | IN UNIT_TEST_CONTEXT | Context | ) |
Definition at line 245 of file RsaPkcs7Tests.c.
TEST_DESC mPkcs7Test[] |
Definition at line 407 of file RsaPkcs7Tests.c.
UINTN mPkcs7TestNum = ARRAY_SIZE (mPkcs7Test) |
Definition at line 414 of file RsaPkcs7Tests.c.
TEST_DESC mRsaCertTest[] |
Definition at line 398 of file RsaPkcs7Tests.c.
UINTN mRsaCertTestNum = ARRAY_SIZE (mRsaCertTest) |
Definition at line 405 of file RsaPkcs7Tests.c.
GLOBAL_REMOVE_IF_UNREFERENCED CONST UINT8 MsgHash[] |
Definition at line 233 of file RsaPkcs7Tests.c.
GLOBAL_REMOVE_IF_UNREFERENCED CONST CHAR8* Payload = "Payload Data for PKCS#7 Signing" |
Definition at line 241 of file RsaPkcs7Tests.c.
GLOBAL_REMOVE_IF_UNREFERENCED CONST CHAR8* PemPass = "client" |
Definition at line 106 of file RsaPkcs7Tests.c.
GLOBAL_REMOVE_IF_UNREFERENCED CONST UINT8 TestCACert[] |
Definition at line 114 of file RsaPkcs7Tests.c.
GLOBAL_REMOVE_IF_UNREFERENCED CONST UINT8 TestCert[] |
Definition at line 179 of file RsaPkcs7Tests.c.
GLOBAL_REMOVE_IF_UNREFERENCED CONST UINT8 TestKeyPem[] |
Definition at line 19 of file RsaPkcs7Tests.c.