Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_crypto_table_self_test.c235 UINT crypto_algorithm; in _nx_secure_crypto_method_self_test() local
242 crypto_algorithm = crypto_method -> nx_crypto_algorithm; in _nx_secure_crypto_method_self_test()
245 if ((crypto_algorithm == NX_CRYPTO_ENCRYPTION_NULL) || in _nx_secure_crypto_method_self_test()
246 (crypto_algorithm == NX_CRYPTO_NONE) || in _nx_secure_crypto_method_self_test()
247 (crypto_algorithm == NX_CRYPTO_AUTHENTICATION_NONE) || in _nx_secure_crypto_method_self_test()
248 (crypto_algorithm == NX_CRYPTO_HASH_NONE) || in _nx_secure_crypto_method_self_test()
249 (crypto_algorithm == NX_CRYPTO_KEY_EXCHANGE_NONE)) 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()