Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dextensions.c1033 OPENSSL_free(s->ext.peer_ecpointformats); in init_ec_point_formats()
1034 s->ext.peer_ecpointformats = NULL; in init_ec_point_formats()
1057 && s->ext.peer_ecpointformats != NULL in final_ec_pt_formats()
1062 unsigned char *list = s->ext.peer_ecpointformats; in final_ec_pt_formats()
H A Dextensions_clnt.c1389 OPENSSL_free(s->ext.peer_ecpointformats); in tls_parse_stoc_ec_pt_formats()
1390 s->ext.peer_ecpointformats = OPENSSL_malloc(ecpointformats_len); in tls_parse_stoc_ec_pt_formats()
1391 if (s->ext.peer_ecpointformats == NULL) { in tls_parse_stoc_ec_pt_formats()
1401 s->ext.peer_ecpointformats, in tls_parse_stoc_ec_pt_formats()
H A Dextensions_srvr.c262 &s->ext.peer_ecpointformats, in tls_parse_ctos_ec_pt_formats()
1389 && (s->ext.peer_ecpointformats != NULL); in tls_construct_stoc_ec_pt_formats()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dt1_lib.c471 if (s->ext.peer_ecpointformats == NULL) in tls1_check_pkey_comp()
475 if (s->ext.peer_ecpointformats[i] == comp_id) in tls1_check_pkey_comp()
H A Ds3_lib.c3728 if (s->ext.peer_ecpointformats == NULL) in ssl3_ctrl()
3730 *pformat = s->ext.peer_ecpointformats; in ssl3_ctrl()
H A Dssl_local.h1299 unsigned char *peer_ecpointformats; member
H A Dssl_lib.c1194 OPENSSL_free(s->ext.peer_ecpointformats); in SSL_free()
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Ds3_lib.c3733 if (s->ext.peer_ecpointformats == NULL) in ssl3_ctrl()
3735 *pformat = s->ext.peer_ecpointformats; in ssl3_ctrl()
H A Dssl_local.h1616 unsigned char *peer_ecpointformats; member