Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
HDssl_tlsext.c2243 tlsext_build(SSL *s, int is_server, uint16_t msg_type, CBB *cbb) in tlsext_build() function
2406 return tlsext_build(s, 1, msg_type, cbb); in tlsext_server_build()
2431 return tlsext_build(s, 0, msg_type, cbb); in tlsext_client_build()