Searched refs:peer_ecpointformats (Results 1 – 7 of 7) sorted by relevance
1109 && s->ext.peer_ecpointformats != NULL in final_ec_pt_formats()1114 unsigned char *list = s->ext.peer_ecpointformats; in final_ec_pt_formats()1232 OPENSSL_free(s->ext.peer_ecpointformats); in init_ec_point_formats()1233 s->ext.peer_ecpointformats = NULL; in init_ec_point_formats()
1440 OPENSSL_free(s->ext.peer_ecpointformats); in tls_parse_stoc_ec_pt_formats()1441 s->ext.peer_ecpointformats = OPENSSL_malloc(ecpointformats_len); in tls_parse_stoc_ec_pt_formats()1442 if (s->ext.peer_ecpointformats == NULL) { in tls_parse_stoc_ec_pt_formats()1451 s->ext.peer_ecpointformats, in tls_parse_stoc_ec_pt_formats()
254 &s->ext.peer_ecpointformats, in tls_parse_ctos_ec_pt_formats()1645 && (s->ext.peer_ecpointformats != NULL); in tls_construct_stoc_ec_pt_formats()
3879 if (sc->ext.peer_ecpointformats == NULL) in ssl3_ctrl()3881 *pformat = sc->ext.peer_ecpointformats; in ssl3_ctrl()
1820 if (s->ext.peer_ecpointformats == NULL) in tls1_check_pkey_comp()1824 if (s->ext.peer_ecpointformats[i] == comp_id) in tls1_check_pkey_comp()
1654 unsigned char *peer_ecpointformats; member
1494 OPENSSL_free(s->ext.peer_ecpointformats); in ossl_ssl_connection_free()