Home
last modified time | relevance | path

Searched defs:out_alert (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/ssl/
Dt1_reneg.c143 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()
Dd1_srtp.c285 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()
Dt1_lib.c683 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()
Ds3_lib.c597 SSL_CTX *ctx, int (*callback)(SSL *ssl, int *out_alert, void *arg)) { in SSL_CTX_set_tlsext_servername_callback()