Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dssl_tls12_server.c805 mbedtls_pk_type_t sig_type; in ssl_ciphersuite_match() local
871 sig_type = mbedtls_ssl_get_ciphersuite_sig_alg(suite_info); in ssl_ciphersuite_match()
872 if (sig_type != MBEDTLS_PK_NONE && in ssl_ciphersuite_match()
874 ssl, mbedtls_ssl_sig_from_pk_alg(sig_type)) == MBEDTLS_SSL_HASH_NONE) { in ssl_ciphersuite_match()
876 "for signature algorithm %u", (unsigned) sig_type)); in ssl_ciphersuite_match()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h80020 enum ib_signature_type sig_type; member