Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_tls_session_create_ext.c130 NX_CRYPTO_ROLE_ENTRY current_cipher; in _map_tls_ciphersuites() local
287 current_cipher = cipher_map[suite]->nx_crypto_ciphers[cipher_counter]; in _map_tls_ciphersuites()
288 cipher_id = current_cipher.nx_crypto_role_cipher_id; in _map_tls_ciphersuites()
291 if(current_cipher.nx_crypto_role_id == NX_CRYPTO_ROLE_NONE) 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()
328 switch(current_cipher.nx_crypto_role_id) in _map_tls_ciphersuites()
373 NX_CRYPTO_ROLE_ENTRY current_cipher; in _map_x509_ciphersuites() local
411 current_cipher = cipher_map[suite]->nx_crypto_ciphers[cipher_counter]; in _map_x509_ciphersuites()
412 cipher_id = current_cipher.nx_crypto_role_cipher_id; in _map_x509_ciphersuites()
414 if(current_cipher.nx_crypto_role_id == NX_CRYPTO_ROLE_NONE) in _map_x509_ciphersuites()
[all …]