Searched refs:sig_type (Results 1 – 1 of 1) sorted by relevance
803 mbedtls_pk_type_t sig_type; in ssl_ciphersuite_match() local870 sig_type = mbedtls_ssl_get_ciphersuite_sig_alg(suite_info); in ssl_ciphersuite_match()871 if (sig_type != MBEDTLS_PK_NONE && in ssl_ciphersuite_match()873 ssl, mbedtls_ssl_sig_from_pk_alg(sig_type)) == MBEDTLS_SSL_HASH_NONE) { in ssl_ciphersuite_match()875 "for signature algorithm %u", (unsigned) sig_type)); in ssl_ciphersuite_match()