Searched refs:EXT_RETURN (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/ssl/statem/ |
D | statem_local.h | 165 } EXT_RETURN; typedef 242 EXT_RETURN tls_construct_stoc_renegotiate(SSL *s, WPACKET *pkt, 245 EXT_RETURN tls_construct_stoc_server_name(SSL *s, WPACKET *pkt, 248 EXT_RETURN tls_construct_stoc_early_data(SSL *s, WPACKET *pkt, 251 EXT_RETURN tls_construct_stoc_maxfragmentlen(SSL *s, WPACKET *pkt, 255 EXT_RETURN tls_construct_stoc_ec_pt_formats(SSL *s, WPACKET *pkt, 259 EXT_RETURN tls_construct_stoc_supported_groups(SSL *s, WPACKET *pkt, 262 EXT_RETURN tls_construct_stoc_session_ticket(SSL *s, WPACKET *pkt, 266 EXT_RETURN tls_construct_stoc_status_request(SSL *s, WPACKET *pkt, 271 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 | 36 static EXT_RETURN tls_construct_certificate_authorities(SSL *s, WPACKET *pkt, 83 EXT_RETURN (*construct_stoc)(SSL *s, WPACKET *pkt, unsigned int context, 86 EXT_RETURN (*construct_ctos)(SSL *s, WPACKET *pkt, unsigned int context, 843 EXT_RETURN (*construct)(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_extensions() 845 EXT_RETURN ret; in tls_construct_extensions() 1230 static EXT_RETURN tls_construct_certificate_authorities(SSL *s, WPACKET *pkt, in tls_construct_certificate_authorities()
|