Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c839 if (ctx->ext.ecpointformats != NULL) { in ossl_ssl_connection_new_int()
840 s->ext.ecpointformats = in ossl_ssl_connection_new_int()
841 OPENSSL_memdup(ctx->ext.ecpointformats, in ossl_ssl_connection_new_int()
843 if (s->ext.ecpointformats == NULL) { in ossl_ssl_connection_new_int()
1493 OPENSSL_free(s->ext.ecpointformats); in ossl_ssl_connection_free()
4437 OPENSSL_free(a->ext.ecpointformats); in SSL_CTX_free()
H A Dssl_local.h1023 unsigned char *ecpointformats; member
1651 unsigned char *ecpointformats; member
H A Dt1_lib.c1769 if (s->ext.ecpointformats) { in tls1_get_formatlist()
1770 *pformats = s->ext.ecpointformats; in tls1_get_formatlist()
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions.c1107 if (s->ext.ecpointformats != NULL in final_ec_pt_formats()