Searched refs:ecpointformats_len (Results 1 – 5 of 5) sorted by relevance
1326 size_t ecpointformats_len; in tls_parse_stoc_ec_pt_formats() local1334 ecpointformats_len = PACKET_remaining(&ecptformatlist); in tls_parse_stoc_ec_pt_formats()1335 if (ecpointformats_len == 0) { in tls_parse_stoc_ec_pt_formats()1342 s->ext.peer_ecpointformats = OPENSSL_malloc(ecpointformats_len); in tls_parse_stoc_ec_pt_formats()1349 s->ext.peer_ecpointformats_len = ecpointformats_len; in tls_parse_stoc_ec_pt_formats()1353 ecpointformats_len)) { in tls_parse_stoc_ec_pt_formats()
1049 && s->ext.ecpointformats_len > 0 in final_ec_pt_formats()
1064 size_t ecpointformats_len; member1610 size_t ecpointformats_len; member
774 ctx->ext.ecpointformats_len); in SSL_new()776 s->ext.ecpointformats_len = 0; in SSL_new()779 s->ext.ecpointformats_len = in SSL_new()780 ctx->ext.ecpointformats_len; in SSL_new()
837 *num_formats = s->ext.ecpointformats_len; in tls1_get_formatlist()