diff options
| author | Scott Larson <[email protected]> | 2020-10-09 12:34:01 -0700 |
|---|---|---|
| committer | Scott Larson <[email protected]> | 2020-10-09 12:34:01 -0700 |
| commit | c61953bcd21bb3d5e233168eb16441eba7ba9afd (patch) | |
| tree | b16b9703449153d4133939362741b83c112784d8 /crypto_libraries/src/nx_crypto_initialize.c | |
| parent | fbd7df3e7e1e40086d153166f035c1db5d8751be (diff) | |
6.1 Release
Diffstat (limited to 'crypto_libraries/src/nx_crypto_initialize.c')
| -rw-r--r-- | crypto_libraries/src/nx_crypto_initialize.c | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/crypto_libraries/src/nx_crypto_initialize.c b/crypto_libraries/src/nx_crypto_initialize.c index 15838cca..73f36e9c 100644 --- a/crypto_libraries/src/nx_crypto_initialize.c +++ b/crypto_libraries/src/nx_crypto_initialize.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _nx_crypto_fips_memcpy PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Timothy Stapko, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Timothy Stapko Initial Version 6.0 */ +/* 09-30-2020 Timothy Stapko Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ NX_CRYPTO_KEEP VOID *_nx_crypto_fips_memcpy(void *dest, const void *src, size_t size) @@ -92,7 +94,7 @@ NX_CRYPTO_KEEP VOID *_nx_crypto_fips_memcpy(void *dest, const void *src, size_t /* FUNCTION RELEASE */ /* */ /* _nx_crypto_fips_memset PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Timothy Stapko, Microsoft Corporation */ @@ -127,6 +129,8 @@ NX_CRYPTO_KEEP VOID *_nx_crypto_fips_memcpy(void *dest, const void *src, size_t /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Timothy Stapko Initial Version 6.0 */ +/* 09-30-2020 Timothy Stapko Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ NX_CRYPTO_KEEP VOID *_nx_crypto_fips_memset(void *dest, int value, size_t size) @@ -150,7 +154,7 @@ NX_CRYPTO_KEEP VOID *_nx_crypto_fips_memset(void *dest, int value, size_t size) /* FUNCTION RELEASE */ /* */ /* _nx_crypto_fips_memcmp PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Timothy Stapko, Microsoft Corporation */ @@ -187,6 +191,8 @@ NX_CRYPTO_KEEP VOID *_nx_crypto_fips_memset(void *dest, int value, size_t size) /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Timothy Stapko Initial Version 6.0 */ +/* 09-30-2020 Timothy Stapko Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ NX_CRYPTO_KEEP int _nx_crypto_fips_memcmp(const void *str1, const void *str2, size_t size) @@ -211,7 +217,7 @@ NX_CRYPTO_KEEP int _nx_crypto_fips_memcmp(const void *str1, const void *str2, si /* FUNCTION RELEASE */ /* */ /* _nx_crypto_fips_memmove PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Timothy Stapko, Microsoft Corporation */ @@ -245,6 +251,8 @@ NX_CRYPTO_KEEP int _nx_crypto_fips_memcmp(const void *str1, const void *str2, si /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Timothy Stapko Initial Version 6.0 */ +/* 09-30-2020 Timothy Stapko Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ NX_CRYPTO_KEEP void* _nx_crypto_fips_memmove(void *dest, const void *src, size_t size) @@ -277,7 +285,7 @@ NX_CRYPTO_KEEP void* _nx_crypto_fips_memmove(void *dest, const void *src, size_t /* FUNCTION RELEASE */ /* */ /* _nx_crypto_module_state_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Timothy Stapko, Microsoft Corporation */ @@ -311,6 +319,8 @@ NX_CRYPTO_KEEP void* _nx_crypto_fips_memmove(void *dest, const void *src, size_t /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Timothy Stapko Initial Version 6.0 */ +/* 09-30-2020 Timothy Stapko Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ NX_CRYPTO_KEEP UINT _nx_crypto_module_state_get(VOID) @@ -327,7 +337,7 @@ NX_CRYPTO_KEEP UINT _nx_crypto_module_state_get(VOID) /* FUNCTION RELEASE */ /* */ /* _nx_crypto_initialize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Timothy Stapko, Microsoft Corporation */ @@ -356,6 +366,8 @@ NX_CRYPTO_KEEP UINT _nx_crypto_module_state_get(VOID) /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Timothy Stapko Initial Version 6.0 */ +/* 09-30-2020 Timothy Stapko Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ NX_CRYPTO_KEEP UINT _nx_crypto_initialize(VOID) |
