Searched refs:ecpointformats (Results 1 – 4 of 4) sorted by relevance
831 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()
1021 unsigned char *ecpointformats; member1650 unsigned char *ecpointformats; member
1784 if (s->ext.ecpointformats) { in tls1_get_formatlist()1785 *pformats = s->ext.ecpointformats; in tls1_get_formatlist()
1051 if (s->ext.ecpointformats != NULL in final_ec_pt_formats()