Searched refs:crypto_algorithm (Results 1 – 1 of 1) sorted by relevance
235 UINT crypto_algorithm; in _nx_secure_crypto_method_self_test() local242 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()