Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_crypto_table_self_test.c32 static const NX_SECURE_CRYPTO_SELF_TEST nx_crypto_self_test_map[] = variable
57 static const NX_CRYPTO_METHOD *nx_crypto_self_test_methods[sizeof(nx_crypto_self_test_map) / sizeof…
253 for (i = 0; i < sizeof(nx_crypto_self_test_map) / sizeof(NX_SECURE_CRYPTO_SELF_TEST); ++i) in _nx_secure_crypto_method_self_test()
255 if (crypto_algorithm == nx_crypto_self_test_map[i].nx_crypto_algorithm) in _nx_secure_crypto_method_self_test()
260 …status = nx_crypto_self_test_map[i].self_test_function((NX_CRYPTO_METHOD*)crypto_method, metadata,… in _nx_secure_crypto_method_self_test()