Home
last modified time | relevance | path

Searched refs:suite (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_tls_session_create_ext.c135 UINT suite; in _map_tls_ciphersuites() local
272 for(suite = 0; suite < cipher_map_size; ++suite) in _map_tls_ciphersuites()
275 cipher_entry->nx_secure_tls_ciphersuite = cipher_map[suite]->nx_crypto_ciphersuite_id; in _map_tls_ciphersuites()
278 if(cipher_map[suite]->nx_crypto_internal_id == NX_SECURE_APPLICATION_TLS) in _map_tls_ciphersuites()
287 current_cipher = cipher_map[suite]->nx_crypto_ciphers[cipher_counter]; in _map_tls_ciphersuites()
320 …status = _find_cipher(cipher_id, current_cipher.nx_crypto_role_id, cipher_map[suite] -> nx_crypto_… in _map_tls_ciphersuites()
345 …cipher_entry->nx_secure_tls_session_key_size = (UCHAR)cipher_map[suite]->nx_crypto_symmetric_key_s… in _map_tls_ciphersuites()
378 UINT suite; in _map_x509_ciphersuites() local
397 for(suite = 0; suite < cipher_map_size; ++suite) in _map_x509_ciphersuites()
400 cert_crypto->nx_secure_x509_crypto_identifier = cipher_map[suite]->nx_crypto_ciphersuite_id; in _map_x509_ciphersuites()
[all …]
/NetX-Duo-v6.2.1/
DCONTRIBUTING.md9 ThreadX suite encompasses:
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt2816 Files are modified to store cipher suite pointer in the session: