Home
last modified time | relevance | path

Searched refs:EXT_RETURN (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_local.h184 } EXT_RETURN; typedef
267 EXT_RETURN tls_construct_stoc_renegotiate(SSL *s, WPACKET *pkt,
270 EXT_RETURN tls_construct_stoc_server_name(SSL *s, WPACKET *pkt,
273 EXT_RETURN tls_construct_stoc_early_data(SSL *s, WPACKET *pkt,
276 EXT_RETURN tls_construct_stoc_maxfragmentlen(SSL *s, WPACKET *pkt,
279 EXT_RETURN tls_construct_stoc_ec_pt_formats(SSL *s, WPACKET *pkt,
282 EXT_RETURN tls_construct_stoc_supported_groups(SSL *s, WPACKET *pkt,
285 EXT_RETURN tls_construct_stoc_session_ticket(SSL *s, WPACKET *pkt,
289 EXT_RETURN tls_construct_stoc_status_request(SSL *s, WPACKET *pkt,
294 EXT_RETURN tls_construct_stoc_next_proto_ne
[all...]
H A Dextensions_clnt.c15 EXT_RETURN tls_construct_ctos_renegotiate(SSL *s, WPACKET *pkt, in tls_construct_ctos_renegotiate()
35 EXT_RETURN tls_construct_ctos_server_name(SSL *s, WPACKET *pkt, in tls_construct_ctos_server_name()
61 EXT_RETURN tls_construct_ctos_maxfragmentlen(SSL *s, WPACKET *pkt, in tls_construct_ctos_maxfragmentlen()
86 EXT_RETURN tls_construct_ctos_srp(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_ctos_srp()
154 EXT_RETURN tls_construct_ctos_ec_pt_formats(SSL *s, WPACKET *pkt, in tls_construct_ctos_ec_pt_formats()
185 EXT_RETURN tls_construct_ctos_supported_groups(SSL *s, WPACKET *pkt, in tls_construct_ctos_supported_groups()
254 EXT_RETURN tls_construct_ctos_session_ticket(SSL *s, WPACKET *pkt, in tls_construct_ctos_session_ticket()
295 EXT_RETURN tls_construct_ctos_sig_algs(SSL *s, WPACKET *pkt, in tls_construct_ctos_sig_algs()
322 EXT_RETURN tls_construct_ctos_status_request(SSL *s, WPACKET *pkt, in tls_construct_ctos_status_request()
387 EXT_RETURN tls_construct_ctos_np
[all...]
H A Dextensions_srvr.c1272 EXT_RETURN tls_construct_stoc_renegotiate(SSL *s, WPACKET *pkt, in tls_construct_stoc_renegotiate()
1296 EXT_RETURN tls_construct_stoc_server_name(SSL *s, WPACKET *pkt, in tls_construct_stoc_server_name()
1320 EXT_RETURN tls_construct_stoc_maxfragmentlen(SSL *s, WPACKET *pkt, in tls_construct_stoc_maxfragmentlen()
1342 EXT_RETURN tls_construct_stoc_ec_pt_formats(SSL *s, WPACKET *pkt, in tls_construct_stoc_ec_pt_formats()
1368 EXT_RETURN tls_construct_stoc_supported_groups(SSL *s, WPACKET *pkt, in tls_construct_stoc_supported_groups()
1428 EXT_RETURN tls_construct_stoc_session_ticket(SSL *s, WPACKET *pkt, in tls_construct_stoc_session_ticket()
1447 EXT_RETURN tls_construct_stoc_status_request(SSL *s, WPACKET *pkt, in tls_construct_stoc_status_request()
1486 EXT_RETURN tls_construct_stoc_next_proto_neg(SSL *s, WPACKET *pkt, in tls_construct_stoc_next_proto_neg()
1514 EXT_RETURN tls_construct_stoc_alpn(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_stoc_alpn()
1536 EXT_RETURN tls_construct_stoc_use_srt
[all...]
H A Dextensions.c38 static EXT_RETURN tls_construct_certificate_authorities(SSL *s, WPACKET *pkt,
89 EXT_RETURN (*construct_stoc)(SSL *s, WPACKET *pkt, unsigned int context,
92 EXT_RETURN (*construct_ctos)(SSL *s, WPACKET *pkt, unsigned int context,
870 EXT_RETURN (*construct)(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_extensions()
872 EXT_RETURN ret; in tls_construct_extensions()
1257 static EXT_RETURN tls_construct_certificate_authorities(SSL *s, WPACKET *pkt, in tls_construct_certificate_authorities()
/third_party/openssl/ssl/statem/
H A Dstatem_local.h180 } EXT_RETURN; typedef
255 EXT_RETURN tls_construct_stoc_renegotiate(SSL *s, WPACKET *pkt,
258 EXT_RETURN tls_construct_stoc_server_name(SSL *s, WPACKET *pkt,
261 EXT_RETURN tls_construct_stoc_early_data(SSL *s, WPACKET *pkt,
264 EXT_RETURN tls_construct_stoc_maxfragmentlen(SSL *s, WPACKET *pkt,
267 EXT_RETURN tls_construct_stoc_ec_pt_formats(SSL *s, WPACKET *pkt,
270 EXT_RETURN tls_construct_stoc_supported_groups(SSL *s, WPACKET *pkt,
273 EXT_RETURN tls_construct_stoc_session_ticket(SSL *s, WPACKET *pkt,
277 EXT_RETURN tls_construct_stoc_status_request(SSL *s, WPACKET *pkt,
282 EXT_RETURN tls_construct_stoc_next_proto_ne
[all...]
H A Dextensions_clnt.c15 EXT_RETURN tls_construct_ctos_renegotiate(SSL *s, WPACKET *pkt, in tls_construct_ctos_renegotiate()
35 EXT_RETURN tls_construct_ctos_server_name(SSL *s, WPACKET *pkt, in tls_construct_ctos_server_name()
61 EXT_RETURN tls_construct_ctos_maxfragmentlen(SSL *s, WPACKET *pkt, in tls_construct_ctos_maxfragmentlen()
86 EXT_RETURN tls_construct_ctos_srp(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_ctos_srp()
154 EXT_RETURN tls_construct_ctos_ec_pt_formats(SSL *s, WPACKET *pkt, in tls_construct_ctos_ec_pt_formats()
185 EXT_RETURN tls_construct_ctos_supported_groups(SSL *s, WPACKET *pkt, in tls_construct_ctos_supported_groups()
254 EXT_RETURN tls_construct_ctos_session_ticket(SSL *s, WPACKET *pkt, in tls_construct_ctos_session_ticket()
295 EXT_RETURN tls_construct_ctos_sig_algs(SSL *s, WPACKET *pkt, in tls_construct_ctos_sig_algs()
322 EXT_RETURN tls_construct_ctos_status_request(SSL *s, WPACKET *pkt, in tls_construct_ctos_status_request()
387 EXT_RETURN tls_construct_ctos_np
[all...]
H A Dextensions_srvr.c1238 EXT_RETURN tls_construct_stoc_renegotiate(SSL *s, WPACKET *pkt, in tls_construct_stoc_renegotiate()
1262 EXT_RETURN tls_construct_stoc_server_name(SSL *s, WPACKET *pkt, in tls_construct_stoc_server_name()
1286 EXT_RETURN tls_construct_stoc_maxfragmentlen(SSL *s, WPACKET *pkt, in tls_construct_stoc_maxfragmentlen()
1308 EXT_RETURN tls_construct_stoc_ec_pt_formats(SSL *s, WPACKET *pkt, in tls_construct_stoc_ec_pt_formats()
1334 EXT_RETURN tls_construct_stoc_supported_groups(SSL *s, WPACKET *pkt, in tls_construct_stoc_supported_groups()
1394 EXT_RETURN tls_construct_stoc_session_ticket(SSL *s, WPACKET *pkt, in tls_construct_stoc_session_ticket()
1413 EXT_RETURN tls_construct_stoc_status_request(SSL *s, WPACKET *pkt, in tls_construct_stoc_status_request()
1452 EXT_RETURN tls_construct_stoc_next_proto_neg(SSL *s, WPACKET *pkt, in tls_construct_stoc_next_proto_neg()
1481 EXT_RETURN tls_construct_stoc_alpn(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_stoc_alpn()
1503 EXT_RETURN tls_construct_stoc_use_srt
[all...]
H A Dextensions.c38 static EXT_RETURN tls_construct_certificate_authorities(SSL *s, WPACKET *pkt,
84 EXT_RETURN (*construct_stoc)(SSL *s, WPACKET *pkt, unsigned int context,
87 EXT_RETURN (*construct_ctos)(SSL *s, WPACKET *pkt, unsigned int context,
842 EXT_RETURN (*construct)(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_extensions()
844 EXT_RETURN ret; in tls_construct_extensions()
1229 static EXT_RETURN tls_construct_certificate_authorities(SSL *s, WPACKET *pkt, in tls_construct_certificate_authorities()

Completed in 22 milliseconds