Searched refs:EXT_RETURN (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/ssl/statem/ |
D | statem_local.h | 163 } EXT_RETURN; typedef 240 EXT_RETURN tls_construct_stoc_renegotiate(SSL *s, WPACKET *pkt, 243 EXT_RETURN tls_construct_stoc_server_name(SSL *s, WPACKET *pkt, 246 EXT_RETURN tls_construct_stoc_early_data(SSL *s, WPACKET *pkt, 249 EXT_RETURN tls_construct_stoc_maxfragmentlen(SSL *s, WPACKET *pkt, 253 EXT_RETURN tls_construct_stoc_ec_pt_formats(SSL *s, WPACKET *pkt, 257 EXT_RETURN tls_construct_stoc_supported_groups(SSL *s, WPACKET *pkt, 260 EXT_RETURN tls_construct_stoc_session_ticket(SSL *s, WPACKET *pkt, 264 EXT_RETURN tls_construct_stoc_status_request(SSL *s, WPACKET *pkt, 269 EXT_RETURN tls_construct_stoc_next_proto_neg(SSL *s, WPACKET *pkt, [all …]
|
D | extensions_clnt.c | 15 EXT_RETURN tls_construct_ctos_renegotiate(SSL *s, WPACKET *pkt, in tls_construct_ctos_renegotiate() 36 EXT_RETURN tls_construct_ctos_server_name(SSL *s, WPACKET *pkt, in tls_construct_ctos_server_name() 63 EXT_RETURN tls_construct_ctos_maxfragmentlen(SSL *s, WPACKET *pkt, in tls_construct_ctos_maxfragmentlen() 89 EXT_RETURN tls_construct_ctos_srp(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_ctos_srp() 145 EXT_RETURN tls_construct_ctos_ec_pt_formats(SSL *s, WPACKET *pkt, in tls_construct_ctos_ec_pt_formats() 171 EXT_RETURN tls_construct_ctos_supported_groups(SSL *s, WPACKET *pkt, in tls_construct_ctos_supported_groups() 220 EXT_RETURN tls_construct_ctos_session_ticket(SSL *s, WPACKET *pkt, in tls_construct_ctos_session_ticket() 264 EXT_RETURN tls_construct_ctos_sig_algs(SSL *s, WPACKET *pkt, in tls_construct_ctos_sig_algs() 292 EXT_RETURN tls_construct_ctos_status_request(SSL *s, WPACKET *pkt, in tls_construct_ctos_status_request() 366 EXT_RETURN tls_construct_ctos_npn(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_ctos_npn() [all …]
|
D | extensions_srvr.c | 1309 EXT_RETURN tls_construct_stoc_renegotiate(SSL *s, WPACKET *pkt, in tls_construct_stoc_renegotiate() 1334 EXT_RETURN tls_construct_stoc_server_name(SSL *s, WPACKET *pkt, in tls_construct_stoc_server_name() 1359 EXT_RETURN tls_construct_stoc_maxfragmentlen(SSL *s, WPACKET *pkt, in tls_construct_stoc_maxfragmentlen() 1383 EXT_RETURN tls_construct_stoc_ec_pt_formats(SSL *s, WPACKET *pkt, in tls_construct_stoc_ec_pt_formats() 1412 EXT_RETURN tls_construct_stoc_supported_groups(SSL *s, WPACKET *pkt, in tls_construct_stoc_supported_groups() 1477 EXT_RETURN tls_construct_stoc_session_ticket(SSL *s, WPACKET *pkt, in tls_construct_stoc_session_ticket() 1497 EXT_RETURN tls_construct_stoc_status_request(SSL *s, WPACKET *pkt, in tls_construct_stoc_status_request() 1538 EXT_RETURN tls_construct_stoc_next_proto_neg(SSL *s, WPACKET *pkt, in tls_construct_stoc_next_proto_neg() 1568 EXT_RETURN tls_construct_stoc_alpn(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_stoc_alpn() 1591 EXT_RETURN tls_construct_stoc_use_srtp(SSL *s, WPACKET *pkt, in tls_construct_stoc_use_srtp() [all …]
|
D | extensions.c | 35 static EXT_RETURN tls_construct_certificate_authorities(SSL *s, WPACKET *pkt, 81 EXT_RETURN (*construct_stoc)(SSL *s, WPACKET *pkt, unsigned int context, 84 EXT_RETURN (*construct_ctos)(SSL *s, WPACKET *pkt, unsigned int context, 841 EXT_RETURN (*construct)(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_extensions() 843 EXT_RETURN ret; in tls_construct_extensions() 1219 static EXT_RETURN tls_construct_certificate_authorities(SSL *s, WPACKET *pkt, in tls_construct_certificate_authorities()
|