Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_tls_session_create_ext.c138 UCHAR crypto_found; in _map_tls_ciphersuites() local
281 crypto_found = 0; in _map_tls_ciphersuites()
295 if(crypto_found != all_found) in _map_tls_ciphersuites()
332 crypto_found |= key_ex_found; in _map_tls_ciphersuites()
336 crypto_found |= sig_found; in _map_tls_ciphersuites()
341 crypto_found |= hash_found; in _map_tls_ciphersuites()
347 crypto_found |= symm_found; in _map_tls_ciphersuites()
351 crypto_found |= prf_found; in _map_tls_ciphersuites()
382 UCHAR crypto_found; in _map_x509_ciphersuites() local
405 crypto_found = 0; in _map_x509_ciphersuites()
[all …]