Home
last modified time | relevance | path

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

12

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_generic_ciphersuites.c96 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;
131 …rsa, &crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 32,…
132 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
136 …auth_psk, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
249 …ecdsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
250 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
256 …rsa, &crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 32,…
257 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
261 …auth_psk, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
621 &crypto_method_hmac_sha256,
Dnx_crypto_method_self_test.c48 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;
178 …status = _nx_crypto_method_self_test_hmac_sha(&crypto_method_hmac_sha256, metadata, metadata_size); in _nx_crypto_method_self_test()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/hash_clone/
Dnx_crypto_ciphersuites_hc.c32 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;
75 …rsa, &crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 32,…
76 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
79 …auth_psk, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_crypto_ciphersuites_regression.c80 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;
110 …rsa, &crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 32,…
112 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
122 …auth_psk, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
236 …ecdsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
239 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
247 …rsa, &crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 32,…
249 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
259 …auth_psk, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
266 …ecdsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
[all …]
Dnx_secure_tls_server_ciphersuite_priority_test.c35 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;
79 …ecdsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
80 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
85 …rsa, &crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 32,…
86 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
89 …auth_psk, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
93 …ecdsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
94 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
105 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
111 …rsa, &crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 32,…
[all …]
Dnx_secure_tls_unsupported_ciphersuites_test.c74 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;
105 …ecdsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
108 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
114 …rsa, &crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 32,…
116 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
122 …auth_psk, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
125 …ecdsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
128 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
Dnx_secure_tls_hash_coverage_test.c55 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;
288 memcpy(&test_hash, &crypto_method_hmac_sha256, sizeof(NX_CRYPTO_METHOD)); in ntest_1_entry()
294 memcpy(&test_hash, &crypto_method_hmac_sha256, sizeof(NX_CRYPTO_METHOD)); in ntest_1_entry()
301 memcpy(&test_hash, &crypto_method_hmac_sha256, sizeof(NX_CRYPTO_METHOD)); in ntest_1_entry()
308 memcpy(&test_hash, &crypto_method_hmac_sha256, sizeof(NX_CRYPTO_METHOD)); in ntest_1_entry()
Dnx_secure_tls_cert_verify_test.c396 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;
422 …rsa, &crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 32,…
424 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
433 …auth_psk, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
982 …ecdsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
983 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
993 …rsa, &crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 32,…
994 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
1229 …rsa, &crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 32,…
1231 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
[all …]
Dnx_secure_crypto_self_test.c157 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;
201 &crypto_method_hmac_sha256,
Dnx_secure_tls_test_init_utility.c101 static NX_CRYPTO_METHOD crypto_method_hmac_sha256 = variable
220 &crypto_method_hmac_sha256,
Dnx_secure_tls_record_encrypt_coverage_test.c36 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;
43 …rsa, &crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 32,…
44 …rsa, &test_cipher, 16, 16, &crypto_method_hmac_sha256, 32,…
Dnx_secure_tls_send_clienthello_test.c28 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;
60 …rsa, &crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 32,…
Dnx_secure_tls_packet_trim_test.c45 … &test_crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 0, …
51 … &test_crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 198…
Dnx_secure_tls_server_key_exchange_coverage_test.c70 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;
81 …rsa, &crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 32,…
82 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
87 …ecdsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
88 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
89 … &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
90 … &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
91 … &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
Dnx_secure_tls_ecc_point_format_test.c81 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;
112 …ecdsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
113 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
Dnx_secure_tls_user_defined_key_test.c527 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;
625 …r_key, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
Dnx_secure_tls_process_record_test.c45 … &test_crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 32,…
51 … &test_crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 0, …
Dnx_secure_tls_record_decrypt_coverage_test.c36 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;
43 …rsa, &crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 32,…
44 …rsa, &test_cipher, 16, 16, &crypto_method_hmac_sha256, 32,…
/NetX-Duo-v6.2.1/addons/azure_iot/samples/cert/
Dnx_azure_iot_ciphersuites.c23 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;
38 &crypto_method_hmac_sha256,
/NetX-Duo-v6.2.1/test/regression/interoperability_test/nx_secure_test/
Ddtls_nx_secure_server_entry.c47 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;
61 …rsa, &crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 32,…
62 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
67 …auth_psk, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
Ddtls_version_1_0_nx_secure_client_entry.c51 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;
65 …rsa, &crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 32,…
66 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
71 …auth_psk, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
Dnx_secure_ecc_1_0_1_1_server_entry.c82 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;
121 …ecdsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
122 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
132 …rsa, &crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 32,…
133 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
Dnx_secure_ecc_echo_client_entry.c70 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;
109 …ecdsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
110 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
120 …rsa, &crypto_method_aes_cbc_256, 16, 32, &crypto_method_hmac_sha256, 32,…
121 …rsa, &crypto_method_aes_cbc_128, 16, 16, &crypto_method_hmac_sha256, 32,…
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_phash.h80 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;
Dnx_crypto_hkdf.h112 extern NX_CRYPTO_METHOD crypto_method_hmac_sha256;

12