Home
last modified time | relevance | path

Searched refs:out_alert (Results 1 – 8 of 8) 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() argument
572 *out_alert = SSL_AD_INTERNAL_ERROR; in tls12_check_peer_sigalg()
579 *out_alert = SSL_AD_ILLEGAL_PARAMETER; in tls12_check_peer_sigalg()
593 *out_alert = SSL_AD_ILLEGAL_PARAMETER; in tls12_check_peer_sigalg()
600 *out_alert = SSL_AD_ILLEGAL_PARAMETER; in tls12_check_peer_sigalg()
669 int (*parse_serverhello)(SSL *ssl, uint8_t *out_alert, CBS *contents);
671 int (*parse_clienthello)(SSL *ssl, uint8_t *out_alert, CBS *contents);
704 static int ext_sni_parse_serverhello(SSL *ssl, uint8_t *out_alert, in ext_sni_parse_serverhello() argument
720 *out_alert = SSL_AD_INTERNAL_ERROR; in ext_sni_parse_serverhello()
728 static int ext_sni_parse_clienthello(SSL *ssl, uint8_t *out_alert, in ext_sni_parse_clienthello() argument
[all …]
Dssl_ecdh.c97 size_t *out_secret_len, uint8_t *out_alert, in ssl_ec_point_compute_secret() argument
101 *out_alert = SSL_AD_INTERNAL_ERROR; in ssl_ec_point_compute_secret()
129 *out_alert = SSL_AD_DECODE_ERROR; in ssl_ec_point_compute_secret()
184 size_t *out_secret_len, uint8_t *out_alert, in ssl_x25519_compute_secret() argument
188 *out_alert = SSL_AD_INTERNAL_ERROR; in ssl_x25519_compute_secret()
198 *out_alert = SSL_AD_DECODE_ERROR; in ssl_x25519_compute_secret()
228 size_t *out_secret_len, uint8_t *out_alert, in ssl_dhe_compute_secret() argument
234 *out_alert = SSL_AD_INTERNAL_ERROR; in ssl_dhe_compute_secret()
379 size_t *out_secret_len, uint8_t *out_alert, in SSL_ECDH_CTX_compute_secret() argument
381 return ctx->method->compute_secret(ctx, out_secret, out_secret_len, out_alert, in SSL_ECDH_CTX_compute_secret()
Dtls_record.c174 size_t *out_consumed, uint8_t *out_alert, size_t max_out, const uint8_t *in, in tls_open_record() argument
193 *out_alert = SSL_AD_PROTOCOL_VERSION; in tls_open_record()
200 *out_alert = SSL_AD_RECORD_OVERFLOW; in tls_open_record()
222 *out_alert = SSL_AD_BAD_RECORD_MAC; in tls_open_record()
226 *out_alert = SSL_AD_INTERNAL_ERROR; in tls_open_record()
233 *out_alert = SSL_AD_RECORD_OVERFLOW; in tls_open_record()
242 *out_alert = SSL_AD_UNEXPECTED_MESSAGE; in tls_open_record()
Dcustom_extensions.c130 int custom_ext_parse_serverhello(SSL *ssl, int *out_alert, uint16_t value, in custom_ext_parse_serverhello() argument
142 *out_alert = SSL_AD_DECODE_ERROR; in custom_ext_parse_serverhello()
148 out_alert, ext->parse_arg)) { in custom_ext_parse_serverhello()
157 int custom_ext_parse_clienthello(SSL *ssl, int *out_alert, uint16_t value, in custom_ext_parse_clienthello() argument
172 out_alert, ext->parse_arg)) { in custom_ext_parse_clienthello()
Ddtls_record.c176 size_t *out_consumed, uint8_t *out_alert, size_t max_out, const uint8_t *in, in dtls_open_record() argument
233 *out_alert = SSL_AD_RECORD_OVERFLOW; in dtls_open_record()
Dinternal.h385 size_t *out_consumed, uint8_t *out_alert, size_t max_out, const uint8_t *in,
392 size_t *out_consumed, uint8_t *out_alert, size_t max_out, const uint8_t *in,
481 int custom_ext_parse_serverhello(SSL *ssl, int *out_alert, uint16_t value,
483 int custom_ext_parse_clienthello(SSL *ssl, int *out_alert, uint16_t value,
544 size_t *out_secret_len, uint8_t *out_alert,
569 size_t *out_secret_len, uint8_t *out_alert,
1312 int tls12_check_peer_sigalg(SSL *ssl, const EVP_MD **out_md, int *out_alert,
Ds3_lib.c402 SSL_CTX *ctx, int (*callback)(SSL *ssl, int *out_alert, void *arg)) { in SSL_CTX_set_tlsext_servername_callback() argument
/external/boringssl/src/include/openssl/
Dssl.h2161 SSL_CTX *ctx, int (*callback)(SSL *ssl, int *out_alert, void *arg));