Home
last modified time | relevance | path

Searched refs:_nx_crypto_method_self_test_sha (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_method_self_test.c148 status = _nx_crypto_method_self_test_sha(&crypto_method_sha1, metadata, metadata_size); in _nx_crypto_method_self_test()
151 status = _nx_crypto_method_self_test_sha(&crypto_method_sha224, metadata, metadata_size); in _nx_crypto_method_self_test()
154 status = _nx_crypto_method_self_test_sha(&crypto_method_sha256, metadata, metadata_size); in _nx_crypto_method_self_test()
157 status = _nx_crypto_method_self_test_sha(&crypto_method_sha384, metadata, metadata_size); in _nx_crypto_method_self_test()
160 status = _nx_crypto_method_self_test_sha(&crypto_method_sha512, metadata, metadata_size); in _nx_crypto_method_self_test()
163 status = _nx_crypto_method_self_test_sha(&crypto_method_sha512_224, metadata, metadata_size); in _nx_crypto_method_self_test()
166 status = _nx_crypto_method_self_test_sha(&crypto_method_sha512_256, metadata, metadata_size); in _nx_crypto_method_self_test()
Dnx_crypto_method_self_test_sha.c235 NX_CRYPTO_KEEP UINT _nx_crypto_method_self_test_sha(NX_CRYPTO_METHOD *crypto_method_sha, in _nx_crypto_method_self_test_sha() function
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_sha_additional_test.c870 status = _nx_crypto_method_self_test_sha(NX_CRYPTO_NULL, NX_CRYPTO_NULL, 0); in thread_0_entry()
875 status = _nx_crypto_method_self_test_sha(&test_method, NX_CRYPTO_NULL, 0); in thread_0_entry()
882 status = _nx_crypto_method_self_test_sha(&test_method, NX_CRYPTO_NULL, 0); in thread_0_entry()
887 status = _nx_crypto_method_self_test_sha(&test_method, NX_CRYPTO_NULL, 0); in thread_0_entry()
893 status = _nx_crypto_method_self_test_sha(&test_method, NX_CRYPTO_NULL, 0); in thread_0_entry()
899 status = _nx_crypto_method_self_test_sha(&test_method, NX_CRYPTO_NULL, 0); in thread_0_entry()
905 status = _nx_crypto_method_self_test_sha(&test_method, &sha1_ctx, sizeof(sha1_ctx)); in thread_0_entry()
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_method_self_test.h44 UINT _nx_crypto_method_self_test_sha(NX_CRYPTO_METHOD *crypto_method_sha,