Searched defs:out_alert (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/ssl/ |
D | t1_reneg.c | 143 int ssl_parse_clienthello_renegotiate_ext(SSL *s, CBS *cbs, int *out_alert) { in ssl_parse_clienthello_renegotiate_ext() 199 int ssl_parse_serverhello_renegotiate_ext(SSL *s, CBS *cbs, int *out_alert) { in ssl_parse_serverhello_renegotiate_ext()
|
D | d1_srtp.c | 285 int ssl_parse_clienthello_use_srtp_ext(SSL *s, CBS *cbs, int *out_alert) { in ssl_parse_clienthello_use_srtp_ext() 377 int ssl_parse_serverhello_use_srtp_ext(SSL *s, CBS *cbs, int *out_alert) { in ssl_parse_serverhello_use_srtp_ext()
|
D | t1_lib.c | 683 int tls12_check_peer_sigalg(const EVP_MD **out_md, int *out_alert, SSL *s, in tls12_check_peer_sigalg() 1319 static int tls1_alpn_handle_client_hello(SSL *s, CBS *cbs, int *out_alert) { in tls1_alpn_handle_client_hello() 1364 static int ssl_scan_clienthello_tlsext(SSL *s, CBS *cbs, int *out_alert) { in ssl_scan_clienthello_tlsext() 1687 static int ssl_scan_serverhello_tlsext(SSL *s, CBS *cbs, int *out_alert) { in ssl_scan_serverhello_tlsext()
|
D | s3_lib.c | 597 SSL_CTX *ctx, int (*callback)(SSL *ssl, int *out_alert, void *arg)) { in SSL_CTX_set_tlsext_servername_callback()
|