Home
last modified time | relevance | path

Searched refs:crypto_method_md5 (Results 1 – 25 of 32) sorted by relevance

12

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_crypto_method_self_test_md5.c94 UINT _nx_secure_crypto_method_self_test_md5(NX_CRYPTO_METHOD *crypto_method_md5, in _nx_secure_crypto_method_self_test_md5() argument
102 if(crypto_method_md5 == NX_NULL) in _nx_secure_crypto_method_self_test_md5()
105 if (crypto_method_md5 -> nx_crypto_init) in _nx_secure_crypto_method_self_test_md5()
107 status = crypto_method_md5 -> nx_crypto_init(crypto_method_md5, in _nx_secure_crypto_method_self_test_md5()
120 if (crypto_method_md5 -> nx_crypto_operation == NX_NULL) in _nx_secure_crypto_method_self_test_md5()
129 status = crypto_method_md5 -> nx_crypto_operation(NX_CRYPTO_AUTHENTICATE, in _nx_secure_crypto_method_self_test_md5()
131 crypto_method_md5, in _nx_secure_crypto_method_self_test_md5()
155 if (crypto_method_md5 -> nx_crypto_cleanup) in _nx_secure_crypto_method_self_test_md5()
157 status = crypto_method_md5 -> nx_crypto_cleanup(metadata); in _nx_secure_crypto_method_self_test_md5()
Dnx_secure_tls_metadata_size_calculate.c98 const NX_CRYPTO_METHOD *crypto_method_md5; in _nx_secure_tls_metadata_size_calculate() local
107 crypto_method_md5 = crypto_table -> nx_secure_tls_handshake_hash_md5_method; in _nx_secure_tls_metadata_size_calculate()
180 if (crypto_method_md5 != NX_NULL && crypto_method_sha1 != NX_NULL) in _nx_secure_tls_metadata_size_calculate()
182 max_handshake_hash_metadata_size += (crypto_method_md5 -> nx_crypto_metadata_area_size + in _nx_secure_tls_metadata_size_calculate()
184 …if (max_handshake_hash_scratch_size < crypto_method_md5 -> nx_crypto_metadata_area_size + crypto_m… in _nx_secure_tls_metadata_size_calculate()
186 …max_handshake_hash_scratch_size = crypto_method_md5 -> nx_crypto_metadata_area_size + crypto_metho… in _nx_secure_tls_metadata_size_calculate()
Dnx_secure_tls_session_create_ext.c513 const NX_CRYPTO_METHOD *crypto_method_md5; in _nx_secure_tls_session_create_ext() local
669 crypto_method_md5 = crypto_table -> nx_secure_tls_handshake_hash_md5_method; in _nx_secure_tls_session_create_ext()
672 if (crypto_method_md5 != NX_NULL) in _nx_secure_tls_session_create_ext()
674 metadata_size_md5 = crypto_method_md5 -> nx_crypto_metadata_area_size; in _nx_secure_tls_session_create_ext()
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_method_self_test_md5.c97 NX_CRYPTO_KEEP UINT _nx_crypto_method_self_test_md5(NX_CRYPTO_METHOD *crypto_method_md5, in _nx_crypto_method_self_test_md5() argument
105 if(crypto_method_md5 == NX_CRYPTO_NULL) in _nx_crypto_method_self_test_md5()
108 if (crypto_method_md5 -> nx_crypto_init) in _nx_crypto_method_self_test_md5()
110 status = crypto_method_md5 -> nx_crypto_init(crypto_method_md5, in _nx_crypto_method_self_test_md5()
123 if (crypto_method_md5 -> nx_crypto_operation == NX_CRYPTO_NULL) in _nx_crypto_method_self_test_md5()
132 status = crypto_method_md5 -> nx_crypto_operation(NX_CRYPTO_AUTHENTICATE, in _nx_crypto_method_self_test_md5()
134 crypto_method_md5, in _nx_crypto_method_self_test_md5()
158 if (crypto_method_md5 -> nx_crypto_cleanup) in _nx_crypto_method_self_test_md5()
160 status = crypto_method_md5 -> nx_crypto_cleanup(metadata); in _nx_crypto_method_self_test_md5()
Dnx_crypto_generic_ciphersuites.c106 extern NX_CRYPTO_METHOD crypto_method_md5;
154 {NX_SECURE_TLS_X509_TYPE_RSA_MD5, &crypto_method_rsa, &crypto_method_md5},
175 &crypto_method_md5,
210 {NX_SECURE_TLS_X509_TYPE_RSA_MD5, &crypto_method_rsa, &crypto_method_md5},
288 &crypto_method_md5,
622 &crypto_method_md5,
Dnx_crypto_method_self_test.c37 extern NX_CRYPTO_METHOD crypto_method_md5;
145 status = _nx_crypto_method_self_test_md5(&crypto_method_md5, metadata, metadata_size); in _nx_crypto_method_self_test()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_md5_test.c6 extern NX_CRYPTO_METHOD crypto_method_md5;
107 …status = _nx_crypto_method_md5_init(&crypto_method_md5, NX_CRYPTO_NULL, 0, NX_CRYPTO_NULL, NX_CRYP… in thread_0_entry()
111 …status = _nx_crypto_method_md5_init(&crypto_method_md5, (VOID *)0x04, 0, NX_CRYPTO_NULL, NX_CRYPTO… in thread_0_entry()
115 …status = _nx_crypto_method_md5_init(&crypto_method_md5, (VOID *)0x04, 0, NX_CRYPTO_NULL, (VOID *)0… in thread_0_entry()
119 …status = _nx_crypto_method_md5_init(&crypto_method_md5, (VOID *)0x04, 0, NX_CRYPTO_NULL, (VOID *)0… in thread_0_entry()
139 &crypto_method_md5, /* method */ in thread_0_entry()
150 &crypto_method_md5, /* method */ in thread_0_entry()
161 &crypto_method_md5, /* method */ in thread_0_entry()
184 &crypto_method_md5, /* method */ in thread_0_entry()
195 &crypto_method_md5, /* method */ in thread_0_entry()
[all …]
Dnx_crypto_ciphersuites_regression.c89 extern NX_CRYPTO_METHOD crypto_method_md5;
146 {NX_SECURE_TLS_X509_TYPE_RSA_MD5, &crypto_method_rsa, &crypto_method_md5},
167 &crypto_method_md5,
202 {NX_SECURE_TLS_X509_TYPE_RSA_MD5, &crypto_method_rsa, &crypto_method_md5},
300 &crypto_method_md5,
663 &crypto_method_md5,
Dnx_secure_crypto_self_test.c155 extern NX_CRYPTO_METHOD crypto_method_md5;
198 &crypto_method_md5,
Dnx_secure_tls_test_init_utility.c164 static NX_CRYPTO_METHOD crypto_method_md5 = variable
238 &crypto_method_md5,
Dnx_secure_tls_cert_verify_test.c405 extern NX_CRYPTO_METHOD crypto_method_md5;
451 {NX_SECURE_TLS_X509_TYPE_RSA_MD5, &crypto_method_rsa, &crypto_method_md5},
484 &crypto_method_md5,
609 {NX_SECURE_TLS_X509_TYPE_RSA_MD5, &crypto_method_rsa, &crypto_method_md5},
627 &crypto_method_md5,
823 &crypto_method_md5,
964 {NX_SECURE_TLS_X509_TYPE_RSA_MD5, &crypto_method_rsa, &crypto_method_md5},
1015 & crypto_method_md5,
1265 &crypto_method_md5,
Dnx_secure_tls_user_defined_key_test.c532 extern NX_CRYPTO_METHOD crypto_method_md5;
634 {NX_SECURE_TLS_X509_TYPE_RSA_MD5, &crypto_method_rsa_user_key, &crypto_method_md5},
656 &crypto_method_md5,
Dnx_secure_tls_send_clienthello_test.c20 extern NX_CRYPTO_METHOD crypto_method_md5;
88 &crypto_method_md5,
Dnx_secure_tls_ecc_point_format_test.c84 extern NX_CRYPTO_METHOD crypto_method_md5;
122 {NX_SECURE_TLS_X509_TYPE_RSA_MD5, &crypto_method_rsa, &crypto_method_md5},
144 &crypto_method_md5,
Dnx_secure_tls_generate_premaster_secret_coverage_test.c59 extern NX_CRYPTO_METHOD crypto_method_md5;
78 {NX_SECURE_TLS_X509_TYPE_RSA_MD5, &crypto_method_rsa, &crypto_method_md5},
165 &crypto_method_md5,
Dnx_secure_x509_crl_verify_test.c314 … status = crypto_method_md5.nx_crypto_operation(op, handler, method, key, key_size_in_bits, input, in test_nx_crypto_method_md5_operation()
378 memcpy(&test_crypto_method_md5, &crypto_method_md5, sizeof(NX_CRYPTO_METHOD)); in test_application_define()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/hash_clone/
Dnx_crypto_ciphersuites_hc.c40 extern NX_CRYPTO_METHOD crypto_method_md5;
96 {NX_SECURE_TLS_X509_TYPE_RSA_MD5, &crypto_method_rsa, &crypto_method_md5},
116 &crypto_method_md5,
/NetX-Duo-v6.2.1/test/regression/interoperability_test/nx_secure_test/
Ddtls_nx_secure_server_entry.c39 extern NX_CRYPTO_METHOD crypto_method_md5;
80 {NX_SECURE_TLS_X509_TYPE_RSA_MD5, &crypto_method_rsa, &crypto_method_md5},
98 &crypto_method_md5,
Dnx_secure_1_0_1_1_echo_server_entry.c40 extern NX_CRYPTO_METHOD crypto_method_md5;
66 {NX_SECURE_TLS_X509_TYPE_RSA_MD5, &crypto_method_rsa, &crypto_method_md5},
84 & crypto_method_md5,
Dnx_secure_override_tls_1_1_echo_client_entry.c46 extern NX_CRYPTO_METHOD crypto_method_md5;
72 {NX_SECURE_TLS_X509_TYPE_RSA_MD5, &crypto_method_rsa, &crypto_method_md5},
90 & crypto_method_md5,
Dnx_secure_1_0_1_1_echo_client_entry.c45 extern NX_CRYPTO_METHOD crypto_method_md5;
71 {NX_SECURE_TLS_X509_TYPE_RSA_MD5, &crypto_method_rsa, &crypto_method_md5},
89 &crypto_method_md5,
Ddtls_version_1_0_nx_secure_client_entry.c43 extern NX_CRYPTO_METHOD crypto_method_md5;
84 {NX_SECURE_TLS_X509_TYPE_RSA_MD5, &crypto_method_rsa, &crypto_method_md5},
102 & crypto_method_md5,
Dnx_secure_ecc_1_0_1_1_server_entry.c73 extern NX_CRYPTO_METHOD crypto_method_md5;
103 {NX_SECURE_TLS_X509_TYPE_RSA_MD5, &crypto_method_rsa, &crypto_method_md5},
157 & crypto_method_md5,
/NetX-Duo-v6.2.1/nx_secure/inc/
Dnx_secure_crypto_table_self_test.h85 UINT _nx_secure_crypto_method_self_test_md5(NX_CRYPTO_METHOD *crypto_method_md5,
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_method_self_test.h46 UINT _nx_crypto_method_self_test_md5(NX_CRYPTO_METHOD *crypto_method_md5,

12