Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dt1_lib.c563 int tls12_check_peer_sigalg(SSL *ssl, const EVP_MD **out_md, int *out_alert, in tls12_check_peer_sigalg()
704 static int ext_sni_parse_serverhello(SSL *ssl, uint8_t *out_alert, in ext_sni_parse_serverhello()
728 static int ext_sni_parse_clienthello(SSL *ssl, uint8_t *out_alert, in ext_sni_parse_clienthello()
849 static int ext_ri_parse_serverhello(SSL *ssl, uint8_t *out_alert, in ext_ri_parse_serverhello()
914 static int ext_ri_parse_clienthello(SSL *ssl, uint8_t *out_alert, in ext_ri_parse_clienthello()
997 static int ext_ems_parse_serverhello(SSL *ssl, uint8_t *out_alert, in ext_ems_parse_serverhello()
1011 static int ext_ems_parse_clienthello(SSL *ssl, uint8_t *out_alert, in ext_ems_parse_clienthello()
1073 static int ext_ticket_parse_serverhello(SSL *ssl, uint8_t *out_alert, in ext_ticket_parse_serverhello()
1094 static int ext_ticket_parse_clienthello(SSL *ssl, uint8_t *out_alert, in ext_ticket_parse_clienthello()
1143 static int ext_sigalgs_parse_serverhello(SSL *ssl, uint8_t *out_alert, in ext_sigalgs_parse_serverhello()
[all …]
Dssl_ecdh.c97 size_t *out_secret_len, uint8_t *out_alert, in ssl_ec_point_compute_secret()
184 size_t *out_secret_len, uint8_t *out_alert, in ssl_x25519_compute_secret()
228 size_t *out_secret_len, uint8_t *out_alert, in ssl_dhe_compute_secret()
379 size_t *out_secret_len, uint8_t *out_alert, in SSL_ECDH_CTX_compute_secret()
Dcustom_extensions.c130 int custom_ext_parse_serverhello(SSL *ssl, int *out_alert, uint16_t value, in custom_ext_parse_serverhello()
157 int custom_ext_parse_clienthello(SSL *ssl, int *out_alert, uint16_t value, in custom_ext_parse_clienthello()
Dtls_record.c174 size_t *out_consumed, uint8_t *out_alert, size_t max_out, const uint8_t *in, in tls_open_record()
Ddtls_record.c176 size_t *out_consumed, uint8_t *out_alert, size_t max_out, const uint8_t *in, in dtls_open_record()
Ds3_lib.c402 SSL_CTX *ctx, int (*callback)(SSL *ssl, int *out_alert, void *arg)) { in SSL_CTX_set_tlsext_servername_callback()