Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_tls_process_clienthello_extensions.c528 UCHAR expected_signature = 0; in _nx_secure_tls_proc_clienthello_sec_sa_extension() local
551 expected_signature = NX_SECURE_TLS_SIGNATURE_ALGORITHM_ECDSA; in _nx_secure_tls_proc_clienthello_sec_sa_extension()
555 expected_signature = NX_SECURE_TLS_SIGNATURE_ALGORITHM_RSA; in _nx_secure_tls_proc_clienthello_sec_sa_extension()
562 …ature_algorithm = (USHORT)((NX_SECURE_TLS_HASH_ALGORITHM_SHA1 << 8) | (expected_signature & 0xFF)); in _nx_secure_tls_proc_clienthello_sec_sa_extension()
662 if (signature_algorithms[j + 1] != expected_signature) in _nx_secure_tls_proc_clienthello_sec_sa_extension()