Searched refs:ecpointformats_len (Results 1 – 5 of 5) sorted by relevance
1323 size_t ecpointformats_len; in tls_parse_stoc_ec_pt_formats() local1331 ecpointformats_len = PACKET_remaining(&ecptformatlist); in tls_parse_stoc_ec_pt_formats()1332 if (ecpointformats_len == 0) { in tls_parse_stoc_ec_pt_formats()1339 s->ext.peer_ecpointformats = OPENSSL_malloc(ecpointformats_len); in tls_parse_stoc_ec_pt_formats()1346 s->ext.peer_ecpointformats_len = ecpointformats_len; in tls_parse_stoc_ec_pt_formats()1350 ecpointformats_len)) { in tls_parse_stoc_ec_pt_formats()
1026 && s->ext.ecpointformats_len > 0 in final_ec_pt_formats()
1058 size_t ecpointformats_len; member1604 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()
832 *num_formats = s->ext.ecpointformats_len; in tls1_get_formatlist()
Completed in 37 milliseconds