Searched refs:ecpointformats_len (Results 1 – 5 of 5) sorted by relevance
1359 size_t ecpointformats_len; in tls_parse_stoc_ec_pt_formats() local1368 ecpointformats_len = PACKET_remaining(&ecptformatlist); in tls_parse_stoc_ec_pt_formats()1369 if (ecpointformats_len == 0) { in tls_parse_stoc_ec_pt_formats()1377 s->ext.peer_ecpointformats = OPENSSL_malloc(ecpointformats_len); in tls_parse_stoc_ec_pt_formats()1385 s->ext.peer_ecpointformats_len = ecpointformats_len; in tls_parse_stoc_ec_pt_formats()1389 ecpointformats_len)) { in tls_parse_stoc_ec_pt_formats()
1056 && s->ext.ecpointformats_len > 0 in final_ec_pt_formats()
948 size_t ecpointformats_len; member1293 size_t ecpointformats_len; member
781 ctx->ext.ecpointformats_len); in SSL_new()783 s->ext.ecpointformats_len = 0; in SSL_new()786 s->ext.ecpointformats_len = in SSL_new()787 ctx->ext.ecpointformats_len; in SSL_new()
542 *num_formats = s->ext.ecpointformats_len; in tls1_get_formatlist()