diff options
| author | Bo Chen <[email protected]> | 2021-06-02 06:45:26 +0000 |
|---|---|---|
| committer | Bo Chen <[email protected]> | 2021-06-02 06:45:26 +0000 |
| commit | c187d60014b149ee7c5e79b4d84c416caddbdef7 (patch) | |
| tree | 72a504278f1d766a1014ad8ee237813e0644c72a /crypto_libraries/src/nx_crypto_method_self_test.c | |
| parent | 678fb5b540e93d85f8ddf4cb83c059d38fb04587 (diff) | |
Release 6.1.7v6.1.7_rel
Diffstat (limited to 'crypto_libraries/src/nx_crypto_method_self_test.c')
| -rw-r--r-- | crypto_libraries/src/nx_crypto_method_self_test.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/crypto_libraries/src/nx_crypto_method_self_test.c b/crypto_libraries/src/nx_crypto_method_self_test.c index cc320eb7..51d218fa 100644 --- a/crypto_libraries/src/nx_crypto_method_self_test.c +++ b/crypto_libraries/src/nx_crypto_method_self_test.c @@ -26,7 +26,7 @@ /* Include necessary system files. */ #include "nx_crypto_method_self_test.h" -#ifdef NX_CRYPTO_FIPS +#ifdef NX_CRYPTO_SELF_TEST static UCHAR metadata[10240]; extern NX_CRYPTO_METHOD crypto_method_aes_cbc_128; @@ -76,7 +76,7 @@ const UINT nx_crypto_hash_key_size = sizeof(nx_crypto_hash_key) << 3; /* FUNCTION RELEASE */ /* */ /* nx_crypto_method_self_test PORTABLE C */ -/* 6.1 */ +/* 6.1.7 */ /* AUTHOR */ /* */ /* Timothy Stapko, Microsoft Corporation */ @@ -109,6 +109,10 @@ const UINT nx_crypto_hash_key_size = sizeof(nx_crypto_hash_key) << 3; /* 05-19-2020 Timothy Stapko Initial Version 6.0 */ /* 09-30-2020 Timothy Stapko Modified comment(s), */ /* resulting in version 6.1 */ +/* 06-02-2021 Bhupendra Naphade Modified comment(s), */ +/* renamed FIPS symbol to */ +/* self-test, */ +/* resulting in version 6.1.7 */ /* */ /**************************************************************************/ |
