Searched refs:ecpointformats (Results 1 – 4 of 4) sorted by relevance
771 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()
1065 unsigned char *ecpointformats; member1612 unsigned char *ecpointformats; member
835 if (s->ext.ecpointformats) { in tls1_get_formatlist()836 *pformats = s->ext.ecpointformats; in tls1_get_formatlist()
1048 if (s->ext.ecpointformats != NULL in final_ec_pt_formats()