Searched refs:_nx_secure_crypto_method_self_test (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.4.1/nx_secure/src/ |
D | nx_secure_crypto_table_self_test.c | 59 UINT _nx_secure_crypto_method_self_test(const NX_CRYPTO_METHOD *crypto_method, 159 …status = _nx_secure_crypto_method_self_test(ciphersuite -> nx_secure_tls_public_cipher, metadata, … in _nx_secure_crypto_table_self_test() 165 …status = _nx_secure_crypto_method_self_test(ciphersuite -> nx_secure_tls_public_auth, metadata, me… in _nx_secure_crypto_table_self_test() 171 …status = _nx_secure_crypto_method_self_test(ciphersuite -> nx_secure_tls_session_cipher, metadata,… in _nx_secure_crypto_table_self_test() 177 …status = _nx_secure_crypto_method_self_test(ciphersuite -> nx_secure_tls_hash, metadata, metadata_… in _nx_secure_crypto_table_self_test() 183 …status = _nx_secure_crypto_method_self_test(ciphersuite -> nx_secure_tls_prf, metadata, metadata_s… in _nx_secure_crypto_table_self_test() 199 …status = _nx_secure_crypto_method_self_test(x509_crypto -> nx_secure_x509_public_cipher_method, me… in _nx_secure_crypto_table_self_test() 205 …status = _nx_secure_crypto_method_self_test(x509_crypto -> nx_secure_x509_hash_method, metadata, m… in _nx_secure_crypto_table_self_test() 231 UINT _nx_secure_crypto_method_self_test(const NX_CRYPTO_METHOD *crypto_method, in _nx_secure_crypto_method_self_test() function
|
/NetX-Duo-v6.4.1/test/regression/nx_secure_test/ |
D | nx_secure_crypto_self_test.c | 212 extern UINT _nx_secure_crypto_method_self_test(const NX_CRYPTO_METHOD *crypto_method, 242 … status = _nx_secure_crypto_method_self_test(test_crypto_method[i], metadata, sizeof(metadata)); in thread_0_entry()
|