summaryrefslogtreecommitdiff
path: root/fips140.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-10-14 09:43:14 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-10-14 09:43:14 +0000
commita5a576cb8226f822a06f3e46c2dc1dd0ac7a16fd (patch)
tree1d8676eb5a14fd37c16587e2b17c12e8c79e0a26 /fips140.h
parentb33ba47ba39470ea36c27b9378e8c82ac9be428f (diff)
downloadcryptopp-a5a576cb8226f822a06f3e46c2dc1dd0ac7a16fd.tar.gz
reduce source file dependencies
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@137 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'fips140.h')
-rw-r--r--fips140.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fips140.h b/fips140.h
index 8d255cf..d792c30 100644
--- a/fips140.h
+++ b/fips140.h
@@ -26,6 +26,9 @@ enum PowerUpSelfTestStatus {POWER_UP_SELF_TEST_NOT_DONE, POWER_UP_SELF_TEST_FAIL
//! perform the power-up self test, and set the self test status
CRYPTOPP_DLL void DoPowerUpSelfTest(const char *moduleFilename, const byte *expectedModuleMac);
+//! perform the power-up self test using the filename of this DLL and the embedded module MAC
+CRYPTOPP_DLL void DoDllPowerUpSelfTest();
+
//! set the power-up self test status to POWER_UP_SELF_TEST_FAILED
CRYPTOPP_DLL void SimulatePowerUpSelfTestFailure();