Searched refs:_nx_crypto_method_self_test_sha (Results 1 – 4 of 4) sorted by relevance
| /NetX-Duo-v6.2.1/crypto_libraries/src/ |
| D | nx_crypto_method_self_test.c | 148 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()
|
| D | nx_crypto_method_self_test_sha.c | 235 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/ |
| D | nx_secure_sha_additional_test.c | 870 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/ |
| D | nx_crypto_method_self_test.h | 44 UINT _nx_crypto_method_self_test_sha(NX_CRYPTO_METHOD *crypto_method_sha,
|