Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dssl_lib.c771 if (ctx->ext.ecpointformats) { in SSL_new()
772 s->ext.ecpointformats = in SSL_new()
773 OPENSSL_memdup(ctx->ext.ecpointformats, in SSL_new()
775 if (!s->ext.ecpointformats) { in SSL_new()
1222 OPENSSL_free(s->ext.ecpointformats); in SSL_free()
3482 OPENSSL_free(a->ext.ecpointformats); in SSL_CTX_free()
Dssl_local.h1065 unsigned char *ecpointformats; member
1612 unsigned char *ecpointformats; member
Dt1_lib.c835 if (s->ext.ecpointformats) { in tls1_get_formatlist()
836 *pformats = s->ext.ecpointformats; in tls1_get_formatlist()
/third_party/openssl/ssl/statem/
Dextensions.c1048 if (s->ext.ecpointformats != NULL in final_ec_pt_formats()