Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
HDt1_lib.c403 *pformatslen = s->session->tlsext_ecpointformatlist_length; in tls1_get_formatlist()
408 *pformatslen = s->internal->tlsext_ecpointformatlist_length; in tls1_get_formatlist()
HDssl_locl.h521 size_t tlsext_ecpointformatlist_length; member
876 size_t tlsext_ecpointformatlist_length; member
1046 size_t tlsext_ecpointformatlist_length; member
HDssl_lib.c308 calloc(ctx->internal->tlsext_ecpointformatlist_length, in SSL_new()
314 ctx->internal->tlsext_ecpointformatlist_length * in SSL_new()
316 s->internal->tlsext_ecpointformatlist_length = in SSL_new()
317 ctx->internal->tlsext_ecpointformatlist_length; in SSL_new()
2253 s->session->tlsext_ecpointformatlist_length > 0 && in ssl_using_ecc_cipher()
HDssl_sess.c235 ss->tlsext_ecpointformatlist_length = 0; in SSL_SESSION_new()
HDssl_tlsext.c370 &(s->session->tlsext_ecpointformatlist_length))) { in tlsext_ecpf_parse()