Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/crypto_libraries/src/
Dnx_crypto_method_self_test_ecdh.c102 NX_CRYPTO_KEEP UINT _nx_crypto_method_self_test_ecdh(NX_CRYPTO_METHOD *crypto_method_ecdh, in _nx_crypto_method_self_test_ecdh() argument
111 if(crypto_method_ecdh == NX_CRYPTO_NULL) in _nx_crypto_method_self_test_ecdh()
121 if (crypto_method_ecdh -> nx_crypto_init) in _nx_crypto_method_self_test_ecdh()
123 status = crypto_method_ecdh -> nx_crypto_init(crypto_method_ecdh, in _nx_crypto_method_self_test_ecdh()
136 if (crypto_method_ecdh -> nx_crypto_operation == NX_CRYPTO_NULL) in _nx_crypto_method_self_test_ecdh()
142 status = crypto_method_ecdh -> nx_crypto_operation(NX_CRYPTO_EC_CURVE_SET, in _nx_crypto_method_self_test_ecdh()
144 crypto_method_ecdh, in _nx_crypto_method_self_test_ecdh()
163 status = crypto_method_ecdh -> nx_crypto_operation(NX_CRYPTO_DH_SETUP, in _nx_crypto_method_self_test_ecdh()
165 crypto_method_ecdh, in _nx_crypto_method_self_test_ecdh()
185 status = crypto_method_ecdh -> nx_crypto_operation(NX_CRYPTO_DH_CALCULATE, in _nx_crypto_method_self_test_ecdh()
[all …]
Dnx_crypto_method_self_test.c60 extern NX_CRYPTO_METHOD crypto_method_ecdh;
214 status = _nx_crypto_method_self_test_ecdh(&crypto_method_ecdh, metadata, metadata_size); in _nx_crypto_method_self_test()
Dnx_crypto_methods.c272 NX_CRYPTO_METHOD crypto_method_ecdh = variable
/NetX-Duo-v6.4.1/test/regression/nx_secure_test/
Dnx_secure_ecdh_error_checking_test.c16 extern NX_CRYPTO_METHOD crypto_method_ecdh;
123 …status = _nx_crypto_method_ecdh_init(&crypto_method_ecdh, NX_CRYPTO_NULL, 0, NX_CRYPTO_NULL, NX_CR… in thread_0_entry()
127 …status = _nx_crypto_method_ecdh_init(&crypto_method_ecdh, NX_CRYPTO_NULL, 0, NX_CRYPTO_NULL, (VOID… in thread_0_entry()
131 …status = _nx_crypto_method_ecdh_init(&crypto_method_ecdh, NX_CRYPTO_NULL, 0, NX_CRYPTO_NULL, &ecdh… in thread_0_entry()
151 &crypto_method_ecdh, /* method */ in thread_0_entry()
162 &crypto_method_ecdh, /* method */ in thread_0_entry()
173 &crypto_method_ecdh, /* method */ in thread_0_entry()
184 &crypto_method_ecdh, /* method */ in thread_0_entry()
195 &crypto_method_ecdh, /* method */ in thread_0_entry()
206 &crypto_method_ecdh, /* method */ in thread_0_entry()
[all …]
Dnx_secure_ecdh_self_test.c20 extern NX_CRYPTO_METHOD crypto_method_ecdh;
94 status = crypto_method_ecdh.nx_crypto_operation(NX_CRYPTO_EC_CURVE_SET, NX_CRYPTO_NULL, in thread_0_entry()
95 &crypto_method_ecdh, NX_CRYPTO_NULL, 0, in thread_0_entry()
102 status = crypto_method_ecdh.nx_crypto_operation(NX_CRYPTO_EC_CURVE_SET, NX_CRYPTO_NULL, in thread_0_entry()
103 &crypto_method_ecdh, NX_CRYPTO_NULL, 0, in thread_0_entry()
112 status = crypto_method_ecdh.nx_crypto_operation(NX_CRYPTO_DH_SETUP, NX_CRYPTO_NULL, in thread_0_entry()
113 &crypto_method_ecdh, NX_CRYPTO_NULL, 0, in thread_0_entry()
123 status = crypto_method_ecdh.nx_crypto_operation(NX_CRYPTO_DH_SETUP, NX_CRYPTO_NULL, in thread_0_entry()
124 &crypto_method_ecdh, NX_CRYPTO_NULL, 0, in thread_0_entry()
134 status = crypto_method_ecdh.nx_crypto_operation(NX_CRYPTO_DH_CALCULATE, NX_CRYPTO_NULL, in thread_0_entry()
[all …]
Dnx_secure_ecdh_test.c21 extern NX_CRYPTO_METHOD crypto_method_ecdh;
99 status = crypto_method_ecdh.nx_crypto_operation(NX_CRYPTO_EC_CURVE_SET, NX_CRYPTO_NULL, in thread_0_entry()
100 &crypto_method_ecdh, NX_CRYPTO_NULL, 0, in thread_0_entry()
107 … status = crypto_method_ecdh.nx_crypto_operation(NX_CRYPTO_DH_KEY_PAIR_IMPORT, NX_CRYPTO_NULL, in thread_0_entry()
108 &crypto_method_ecdh, in thread_0_entry()
120 status = crypto_method_ecdh.nx_crypto_operation(NX_CRYPTO_DH_CALCULATE, NX_CRYPTO_NULL, in thread_0_entry()
121 &crypto_method_ecdh, NX_CRYPTO_NULL, 0, in thread_0_entry()
Dnx_crypto_ciphersuites_regression.c77 extern NX_CRYPTO_METHOD crypto_method_ecdh;
266 …{TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, &crypto_method_ecdh, &crypto_method_ecdsa, &cry…
267 …{TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, &crypto_method_ecdh, &crypto_method_ecdsa, &cry…
268 …{TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, &crypto_method_ecdh, &crypto_method_ecdsa, &cry…
269 …{TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, &crypto_method_ecdh, &crypto_method_rsa, &cry…
270 …{TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, &crypto_method_ecdh, &crypto_method_rsa, &cry…
271 …{TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, &crypto_method_ecdh, &crypto_method_rsa, &cry…
273 …{TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, &crypto_method_ecdh, &crypto_method_ecdsa, &cry…
274 …{TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, &crypto_method_ecdh, &crypto_method_rsa, &cry…
Dnx_secure_tls_server_ciphersuite_priority_test.c32 extern NX_CRYPTO_METHOD crypto_method_ecdh;
93 …{TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, &crypto_method_ecdh, &crypto_method_ecdsa, &cry…
94 …{TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, &crypto_method_ecdh, &crypto_method_rsa, &cry…
95 …{TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, &crypto_method_ecdh, &crypto_method_ecdsa, &cry…
96 …{TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, &crypto_method_ecdh, &crypto_method_rsa, &cry…
124 …{TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, &crypto_method_ecdh, &crypto_method_ecdsa, &cry…
125 …{TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, &crypto_method_ecdh, &crypto_method_rsa, &cry…
126 …{TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, &crypto_method_ecdh, &crypto_method_ecdsa, &cry…
127 …{TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, &crypto_method_ecdh, &crypto_method_rsa, &cry…
Dnx_secure_tls_unsupported_ciphersuites_test.c71 extern NX_CRYPTO_METHOD crypto_method_ecdh;
125 …{TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, &crypto_method_ecdh, &crypto_method_ecdsa, &cry…
128 …{TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, &crypto_method_ecdh, &crypto_method_rsa, &cry…
131 …{TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, &crypto_method_ecdh, &crypto_method_ecdsa, &cry…
132 …{TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, &crypto_method_ecdh, &crypto_method_rsa, &cry…
Dnx_secure_tls_1_3_handshake_fail_test.c59 extern NX_CRYPTO_METHOD crypto_method_ecdh;
91 {TLS_AES_128_GCM_SHA256, &crypto_method_ecdh, &crypto_method_ecdsa, &cryp…
92 {TLS_AES_256_GCM_SHA384, &crypto_method_ecdh, &crypto_method_ecdsa, &cryp…
Dnx_secure_crypto_method_cleanup_test.c192 extern NX_CRYPTO_METHOD crypto_method_ecdh;
288 status = crypto_method_cleanup_ecdh_test(&crypto_method_ecdh); in thread_0_entry()
Dnx_secure_tls_cert_verify_test.c393 extern NX_CRYPTO_METHOD crypto_method_ecdh;
/NetX-Duo-v6.4.1/crypto_libraries/inc/
Dnx_crypto_method_self_test.h62 UINT _nx_crypto_method_self_test_ecdh(NX_CRYPTO_METHOD *crypto_method_ecdh,
/NetX-Duo-v6.4.1/test/regression/interoperability_test/nx_secure_test/
Dnx_secure_ecc_curves_test_client_entry.c59 extern NX_CRYPTO_METHOD crypto_method_ecdh;
70 …{TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, &crypto_method_ecdh, &crypto_method_ecdsa, &cry…