Home
last modified time | relevance | path

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

/openbsd/lib/libssl/
H A Dssl_lib.c1795 CBS peer, peer_proto, supported, supported_proto; in SSL_select_next_proto() local
1813 if (!CBS_get_u8_length_prefixed(&supported, &supported_proto)) in SSL_select_next_proto()
1816 *out = (unsigned char *)CBS_data(&supported_proto); in SSL_select_next_proto()
1817 *outlen = CBS_len(&supported_proto); in SSL_select_next_proto()
1837 &supported_proto)) in SSL_select_next_proto()
1840 if (CBS_mem_equal(&supported_proto, in SSL_select_next_proto()