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

/external/boringssl/src/ssl/
H A Dtls_record.c174 size_t *out_consumed, uint8_t *out_alert, size_t max_out, const uint8_t *in,
193 *out_alert = SSL_AD_PROTOCOL_VERSION;
200 *out_alert = SSL_AD_RECORD_OVERFLOW;
222 *out_alert = SSL_AD_BAD_RECORD_MAC;
226 *out_alert = SSL_AD_INTERNAL_ERROR;
233 *out_alert = SSL_AD_RECORD_OVERFLOW;
242 *out_alert = SSL_AD_UNEXPECTED_MESSAGE;
172 tls_open_record( SSL *ssl, uint8_t *out_type, uint8_t *out, size_t *out_len, size_t *out_consumed, uint8_t *out_alert, size_t max_out, const uint8_t *in, size_t in_len) argument
H A Dcustom_extensions.c130 int custom_ext_parse_serverhello(SSL *ssl, int *out_alert, uint16_t value, argument
142 *out_alert = SSL_AD_DECODE_ERROR;
148 out_alert, ext->parse_arg)) {
157 int custom_ext_parse_clienthello(SSL *ssl, int *out_alert, uint16_t value, argument
172 out_alert, ext->parse_arg)) {
H A Ddtls_record.c176 size_t *out_consumed, uint8_t *out_alert, size_t max_out, const uint8_t *in,
233 *out_alert = SSL_AD_RECORD_OVERFLOW;
174 dtls_open_record( SSL *ssl, uint8_t *out_type, uint8_t *out, size_t *out_len, size_t *out_consumed, uint8_t *out_alert, size_t max_out, const uint8_t *in, size_t in_len) argument
H A Dssl_ecdh.c97 size_t *out_secret_len, uint8_t *out_alert,
101 *out_alert = SSL_AD_INTERNAL_ERROR;
129 *out_alert = SSL_AD_DECODE_ERROR;
184 size_t *out_secret_len, uint8_t *out_alert,
188 *out_alert = SSL_AD_INTERNAL_ERROR;
198 *out_alert = SSL_AD_DECODE_ERROR;
228 size_t *out_secret_len, uint8_t *out_alert,
234 *out_alert = SSL_AD_INTERNAL_ERROR;
379 size_t *out_secret_len, uint8_t *out_alert,
381 return ctx->method->compute_secret(ctx, out_secret, out_secret_len, out_alert,
96 ssl_ec_point_compute_secret(SSL_ECDH_CTX *ctx, uint8_t **out_secret, size_t *out_secret_len, uint8_t *out_alert, const uint8_t *peer_key, size_t peer_key_len) argument
183 ssl_x25519_compute_secret(SSL_ECDH_CTX *ctx, uint8_t **out_secret, size_t *out_secret_len, uint8_t *out_alert, const uint8_t *peer_key, size_t peer_key_len) argument
227 ssl_dhe_compute_secret(SSL_ECDH_CTX *ctx, uint8_t **out_secret, size_t *out_secret_len, uint8_t *out_alert, const uint8_t *peer_key, size_t peer_key_len) argument
378 SSL_ECDH_CTX_compute_secret(SSL_ECDH_CTX *ctx, uint8_t **out_secret, size_t *out_secret_len, uint8_t *out_alert, const uint8_t *peer_key, size_t peer_key_len) argument
[all...]
H A Ds3_lib.c402 SSL_CTX *ctx, int (*callback)(SSL *ssl, int *out_alert, void *arg)) {
401 SSL_CTX_set_tlsext_servername_callback( SSL_CTX *ctx, int (*callback)(SSL *ssl, int *out_alert, void *arg)) argument
H A Dt1_lib.c563 int tls12_check_peer_sigalg(SSL *ssl, const EVP_MD **out_md, int *out_alert, argument
572 *out_alert = SSL_AD_INTERNAL_ERROR;
579 *out_alert = SSL_AD_ILLEGAL_PARAMETER;
593 *out_alert = SSL_AD_ILLEGAL_PARAMETER;
600 *out_alert = SSL_AD_ILLEGAL_PARAMETER;
662 * returns zero then a fatal alert with value |*out_alert| will be sent. If
663 * |*out_alert| isn't set, then a |decode_error| alert will be sent. */
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, argument
728 ext_sni_parse_clienthello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
849 ext_ri_parse_serverhello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
914 ext_ri_parse_clienthello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
997 ext_ems_parse_serverhello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
1011 ext_ems_parse_clienthello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
1073 ext_ticket_parse_serverhello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
1094 ext_ticket_parse_clienthello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
1143 ext_sigalgs_parse_serverhello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
1155 ext_sigalgs_parse_clienthello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
1208 ext_ocsp_parse_serverhello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
1222 ext_ocsp_parse_clienthello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
1279 ext_npn_parse_serverhello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
1333 ext_npn_parse_clienthello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
1400 ext_sct_parse_serverhello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
1426 ext_sct_parse_clienthello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
1475 ext_alpn_parse_serverhello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
1512 ext_alpn_parse_clienthello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
1605 ext_channel_id_parse_serverhello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
1622 ext_channel_id_parse_clienthello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
1694 ext_srtp_parse_serverhello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
1742 ext_srtp_parse_clienthello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
1851 ext_ec_point_parse_serverhello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
1874 ext_ec_point_parse_clienthello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
1928 ext_ec_curves_parse_serverhello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
1934 ext_ec_curves_parse_clienthello(SSL *ssl, uint8_t *out_alert, CBS *contents) argument
2238 ssl_scan_clienthello_tlsext(SSL *ssl, CBS *cbs, int *out_alert) argument
2337 ssl_scan_serverhello_tlsext(SSL *ssl, CBS *cbs, int *out_alert) argument
[all...]

Completed in 160 milliseconds