/NetX-Duo-v6.4.1/crypto_libraries/src/ |
D | nx_crypto_method_self_test_ecdh.c | 102 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 …]
|
D | nx_crypto_method_self_test.c | 60 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()
|
D | nx_crypto_methods.c | 272 NX_CRYPTO_METHOD crypto_method_ecdh = variable
|
/NetX-Duo-v6.4.1/test/regression/nx_secure_test/ |
D | nx_secure_ecdh_error_checking_test.c | 16 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 …]
|
D | nx_secure_ecdh_self_test.c | 20 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 …]
|
D | nx_secure_ecdh_test.c | 21 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()
|
D | nx_crypto_ciphersuites_regression.c | 77 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…
|
D | nx_secure_tls_server_ciphersuite_priority_test.c | 32 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…
|
D | nx_secure_tls_unsupported_ciphersuites_test.c | 71 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…
|
D | nx_secure_tls_1_3_handshake_fail_test.c | 59 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…
|
D | nx_secure_crypto_method_cleanup_test.c | 192 extern NX_CRYPTO_METHOD crypto_method_ecdh; 288 status = crypto_method_cleanup_ecdh_test(&crypto_method_ecdh); in thread_0_entry()
|
D | nx_secure_tls_cert_verify_test.c | 393 extern NX_CRYPTO_METHOD crypto_method_ecdh;
|
/NetX-Duo-v6.4.1/crypto_libraries/inc/ |
D | nx_crypto_method_self_test.h | 62 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/ |
D | nx_secure_ecc_curves_test_client_entry.c | 59 extern NX_CRYPTO_METHOD crypto_method_ecdh; 70 …{TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, &crypto_method_ecdh, &crypto_method_ecdsa, &cry…
|