Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/ssl/
Dssl_lib.c786 if (ctx->ext.ecpointformats) { in SSL_new()
787 s->ext.ecpointformats = in SSL_new()
788 OPENSSL_memdup(ctx->ext.ecpointformats, in SSL_new()
790 if (!s->ext.ecpointformats) { in SSL_new()
1235 OPENSSL_free(s->ext.ecpointformats); in SSL_free()
3518 OPENSSL_free(a->ext.ecpointformats); in SSL_CTX_free()
Dssl_local.h1065 unsigned char *ecpointformats; member
1612 unsigned char *ecpointformats; member
Dt1_lib.c858 if (s->ext.ecpointformats) { in tls1_get_formatlist()
859 *pformats = s->ext.ecpointformats; in tls1_get_formatlist()