Lines Matching refs:status

66 #define NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status)                                     \  argument
67 if(status) \
121 UINT status; in _nx_crypto_method_self_test() local
133 status = _nx_crypto_method_self_test_des(&crypto_method_des, metadata, metadata_size); in _nx_crypto_method_self_test() local
134 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
136 status = _nx_crypto_method_self_test_aes(&crypto_method_aes_cbc_256, metadata, metadata_size); in _nx_crypto_method_self_test()
137 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
139 status = _nx_crypto_method_self_test_3des(&crypto_method_3des, metadata, metadata_size); in _nx_crypto_method_self_test()
140 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
142 status = _nx_crypto_method_self_test_rsa(&crypto_method_rsa, metadata, metadata_size); in _nx_crypto_method_self_test()
143 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
145 status = _nx_crypto_method_self_test_md5(&crypto_method_md5, metadata, metadata_size); in _nx_crypto_method_self_test()
146 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
148 status = _nx_crypto_method_self_test_sha(&crypto_method_sha1, metadata, metadata_size); in _nx_crypto_method_self_test()
149 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) 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()
152 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) 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()
155 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) 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()
158 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) 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()
161 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) 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()
164 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) 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()
167 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
169 status = _nx_crypto_method_self_test_hmac_md5(&crypto_method_hmac_md5, metadata, metadata_size); in _nx_crypto_method_self_test()
170 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
172status = _nx_crypto_method_self_test_hmac_sha(&crypto_method_hmac_sha1, metadata, metadata_size); in _nx_crypto_method_self_test()
173 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
175status = _nx_crypto_method_self_test_hmac_sha(&crypto_method_hmac_sha224, metadata, metadata_size); in _nx_crypto_method_self_test()
176 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
178status = _nx_crypto_method_self_test_hmac_sha(&crypto_method_hmac_sha256, metadata, metadata_size); in _nx_crypto_method_self_test()
179 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
181status = _nx_crypto_method_self_test_hmac_sha(&crypto_method_hmac_sha384, metadata, metadata_size); in _nx_crypto_method_self_test()
182 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
184status = _nx_crypto_method_self_test_hmac_sha(&crypto_method_hmac_sha512, metadata, metadata_size); in _nx_crypto_method_self_test()
185 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
187status = _nx_crypto_method_self_test_hmac_sha(&crypto_method_hmac_sha512_224, metadata, metadata_s… in _nx_crypto_method_self_test()
188 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
190status = _nx_crypto_method_self_test_hmac_sha(&crypto_method_hmac_sha512_256, metadata, metadata_s… in _nx_crypto_method_self_test()
191 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
193 status = _nx_crypto_method_self_test_prf(&crypto_method_tls_prf_1, metadata, metadata_size); in _nx_crypto_method_self_test()
194 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
196status = _nx_crypto_method_self_test_prf(&crypto_method_tls_prf_sha256, metadata, metadata_size); in _nx_crypto_method_self_test()
197 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
199status = _nx_crypto_method_self_test_prf(&crypto_method_tls_prf_sha384, metadata, metadata_size); in _nx_crypto_method_self_test()
200 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
202status = _nx_crypto_method_self_test_prf(&crypto_method_tls_prf_sha512, metadata, metadata_size); in _nx_crypto_method_self_test()
203 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
205 status = _nx_crypto_method_self_test_drbg(&crypto_method_drbg, metadata, metadata_size); in _nx_crypto_method_self_test()
206 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
208 status = _nx_crypto_method_self_test_ecdsa(&crypto_method_ecdsa, metadata, metadata_size); in _nx_crypto_method_self_test()
209 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
211 status = _nx_crypto_method_self_test_pkcs1(&crypto_method_pkcs1, metadata, metadata_size); in _nx_crypto_method_self_test()
212 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
214 status = _nx_crypto_method_self_test_ecdh(&crypto_method_ecdh, metadata, metadata_size); in _nx_crypto_method_self_test()
215 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()
217 status = _nx_crypto_method_self_test_ecdh(&crypto_method_ecdhe, metadata, metadata_size); in _nx_crypto_method_self_test()
218 NX_CRYPTO_FUNCTIONAL_TEST_CHECK(status) in _nx_crypto_method_self_test()