Searched refs:nx_crypto_self_test_map (Results 1 – 1 of 1) sorted by relevance
32 static const NX_SECURE_CRYPTO_SELF_TEST nx_crypto_self_test_map[] = variable57 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()