Searched refs:expected_signature (Results 1 – 1 of 1) sorted by relevance
528 UCHAR expected_signature = 0; in _nx_secure_tls_proc_clienthello_sec_sa_extension() local551 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()