Searched defs:out_alert (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/ssl/ |
D | t1_lib.c | 563 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 …]
|
D | ssl_ecdh.c | 97 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()
|
D | custom_extensions.c | 130 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()
|
D | tls_record.c | 174 size_t *out_consumed, uint8_t *out_alert, size_t max_out, const uint8_t *in, in tls_open_record()
|
D | dtls_record.c | 176 size_t *out_consumed, uint8_t *out_alert, size_t max_out, const uint8_t *in, in dtls_open_record()
|
D | s3_lib.c | 402 SSL_CTX *ctx, int (*callback)(SSL *ssl, int *out_alert, void *arg)) { in SSL_CTX_set_tlsext_servername_callback()
|