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.c831 if (ctx->ext.ecpointformats != NULL) { in ossl_ssl_connection_new_int()
832 s->ext.ecpointformats = OPENSSL_memdup(ctx->ext.ecpointformats, in ossl_ssl_connection_new_int()
834 if (s->ext.ecpointformats == NULL) { in ossl_ssl_connection_new_int()
1485 OPENSSL_free(s->ext.ecpointformats); in ossl_ssl_connection_free()
4405 OPENSSL_free(a->ext.ecpointformats); in SSL_CTX_free()
H A Dssl_local.h1021 unsigned char *ecpointformats; member
1650 unsigned char *ecpointformats; member
H A Dt1_lib.c1784 if (s->ext.ecpointformats) { in tls1_get_formatlist()
1785 *pformats = s->ext.ecpointformats; in tls1_get_formatlist()
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions.c1051 if (s->ext.ecpointformats != NULL in final_ec_pt_formats()