Searched refs:ecpointformats (Results 1 – 4 of 4) sorted by relevance
839 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()
1023 unsigned char *ecpointformats; member1651 unsigned char *ecpointformats; member
1769 if (s->ext.ecpointformats) { in tls1_get_formatlist()1770 *pformats = s->ext.ecpointformats; in tls1_get_formatlist()
1107 if (s->ext.ecpointformats != NULL in final_ec_pt_formats()