Home
last modified time | relevance | path

Searched refs:peer_ecpointformats (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/ssl/statem/
H A Dextensions.c1053 && s->ext.peer_ecpointformats != NULL in final_ec_pt_formats()
1058 unsigned char *list = s->ext.peer_ecpointformats; in final_ec_pt_formats()
1176 OPENSSL_free(s->ext.peer_ecpointformats); in init_ec_point_formats()
1177 s->ext.peer_ecpointformats = NULL; in init_ec_point_formats()
H A Dextensions_clnt.c1445 OPENSSL_free(s->ext.peer_ecpointformats); in tls_parse_stoc_ec_pt_formats()
1446 s->ext.peer_ecpointformats = OPENSSL_malloc(ecpointformats_len); in tls_parse_stoc_ec_pt_formats()
1447 if (s->ext.peer_ecpointformats == NULL) { in tls_parse_stoc_ec_pt_formats()
1456 s->ext.peer_ecpointformats, in tls_parse_stoc_ec_pt_formats()
H A Dextensions_srvr.c254 &s->ext.peer_ecpointformats, in tls_parse_ctos_ec_pt_formats()
1648 && (s->ext.peer_ecpointformats != NULL); in tls_construct_stoc_ec_pt_formats()
/freebsd/crypto/openssl/ssl/
H A Ds3_lib.c4291 if (sc->ext.peer_ecpointformats == NULL) in ssl3_ctrl()
4293 *pformat = sc->ext.peer_ecpointformats; in ssl3_ctrl()
H A Dt1_lib.c1834 if (s->ext.peer_ecpointformats == NULL) in tls1_check_pkey_comp()
1838 if (s->ext.peer_ecpointformats[i] == comp_id) in tls1_check_pkey_comp()
H A Dssl_local.h1653 unsigned char *peer_ecpointformats; member
H A Dssl_lib.c1486 OPENSSL_free(s->ext.peer_ecpointformats); in ossl_ssl_connection_free()