/freebsd/sys/contrib/device-tree/src/arm64/exynos/ |
H A D | exynos5433-tmu.dtsi | 17 atlas0_alert_0: atlas0-alert-0 { 22 atlas0_alert_1: atlas0-alert-1 { 27 atlas0_alert_2: atlas0-alert-2 { 32 atlas0_alert_3: atlas0-alert-3 { 37 atlas0_alert_4: atlas0-alert-4 { 42 atlas0_alert_5: atlas0-alert-5 { 47 atlas0_alert_6: atlas0-alert-6 { 105 atlas1_alert_0: atlas1-alert-0 { 110 atlas1_alert_1: atlas1-alert-1 { 115 atlas1_alert_2: atlas1-alert-2 { [all …]
|
H A D | exynos7-trip-points.dtsi | 10 cpu-alert-0 { 15 cpu-alert-1 { 20 cpu-alert-2 { 25 cpu-alert-3 { 30 cpu-alert-4 { 35 cpu-alert-5 { 40 cpu-alert-6 {
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_alert_type_string.pod | 5 …g, SSL_alert_desc_string, SSL_alert_desc_string_long - get textual description of alert information 20 type of the alert specified by B<value>. 22 SSL_alert_type_string_long() returns a string indicating the type of the alert 26 describing the reason of the alert specified by B<value>. 29 of the alert specified by B<value>. 34 a special situation, it sends an alert. The alert is sent as a special message 38 A warning alert is sent, when a non-fatal error condition occurs. The 39 "close notify" alert is sent as a warning alert. Other examples for 41 "unsupported certificate"), for which a warning alert may be sent. 44 alert on it discretion. [all …]
|
H A D | SSL_shutdown.pod | 16 close_notify shutdown alert to the peer. 18 SSL_shutdown() tries to send the close_notify shutdown alert to the peer. 28 shutdown alert, and reception of the peer's close_notify shutdown alert. 31 It is acceptable for an application to only send its shutdown alert and 69 to wait for the peer's close_notify alert. 74 state but not actually send the close_notify alert messages, 80 data has been received and doesn't wait for the close_notify alert 83 There are implementations that do not send the required close_notify alert. 85 that all data has been received, do not wait for the peer's close_notify alert. 86 Waiting for the close_notify alert when the peer just closes the connection [all …]
|
H A D | SSL_set_shutdown.pod | 33 A close_notify shutdown alert was sent to the peer, the connection is being 38 A shutdown alert was received form the peer, either a normal close_notify 51 alert but to not wait for the peer's answer, when the underlying connection 54 close alert to the peer (see L<SSL_shutdown(3)>).
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_alert_type_string.3 | 140 …, SSL_alert_desc_string, SSL_alert_desc_string_long \- get textual description of alert information 155 type of the alert specified by \fBvalue\fR. 157 \&\fBSSL_alert_type_string_long()\fR returns a string indicating the type of the alert 161 describing the reason of the alert specified by \fBvalue\fR. 164 of the alert specified by \fBvalue\fR. 168 a special situation, it sends an alert. The alert is sent as a special message 172 A warning alert is sent, when a non-fatal error condition occurs. The 173 \&\*(L"close notify\*(R" alert is sent as a warning alert. Other examples for 175 \&\*(L"unsupported certificate\*(R"), for which a warning alert may be sent. 178 alert on it discretion. [all …]
|
H A D | SSL_shutdown.3 | 151 close_notify shutdown alert to the peer. 153 \&\fBSSL_shutdown()\fR tries to send the close_notify shutdown alert to the peer. 163 shutdown alert, and reception of the peer's close_notify shutdown alert. 166 It is acceptable for an application to only send its shutdown alert and 204 to wait for the peer's close_notify alert. 209 state but not actually send the close_notify alert messages, 215 data has been received and doesn't wait for the close_notify alert 218 There are implementations that do not send the required close_notify alert. 220 that all data has been received, do not wait for the peer's close_notify alert. 221 Waiting for the close_notify alert when the peer just closes the connection [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos5422-odroidxu3-common.dtsi | 61 cpu0_alert0: cpu-alert-0 { 66 cpu0_alert1: cpu-alert-1 { 71 cpu0_alert2: cpu-alert-2 { 81 cpu0_alert3: cpu-alert-3 { 86 cpu0_alert4: cpu-alert-4 { 144 cpu1_alert0: cpu-alert-0 { 149 cpu1_alert1: cpu-alert-1 { 154 cpu1_alert2: cpu-alert-2 { 164 cpu1_alert3: cpu-alert-3 { 169 cpu1_alert4: cpu-alert-4 { [all …]
|
H A D | exynos5422-odroidhc1.dts | 36 cpu0_alert0: cpu-alert-0 { 41 cpu0_alert1: cpu-alert-1 { 91 cpu1_alert0: cpu-alert-0 { 96 cpu1_alert1: cpu-alert-1 { 135 cpu2_alert0: cpu-alert-0 { 140 cpu2_alert1: cpu-alert-1 { 179 cpu3_alert0: cpu-alert-0 { 184 cpu3_alert1: cpu-alert-1 { 223 gpu_alert0: gpu-alert-0 { 228 gpu_alert1: gpu-alert-1 {
|
/freebsd/crypto/openssl/test/helpers/ |
H A D | handshake.h | 28 /* (Latest) alert sent by the client; 0 if no alert. */ 32 /* (Latest) alert received by the server; 0 if no alert. */ 34 /* (Latest) alert sent by the server; 0 if no alert. */ 38 /* (Latest) alert received by the client; 0 if no alert. */
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_err.c | 197 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_INVALID_ALERT), "invalid alert"}, 391 "sslv3 alert bad certificate"}, 393 "sslv3 alert bad record mac"}, 395 "sslv3 alert certificate expired"}, 397 "sslv3 alert certificate revoked"}, 399 "sslv3 alert certificate unknown"}, 401 "sslv3 alert decompression failure"}, 403 "sslv3 alert handshake failure"}, 405 "sslv3 alert illegal parameter"}, 407 "sslv3 alert n [all...] |
/freebsd/crypto/openssl/test/ssl-tests/ |
H A D | 09-alpn.cnf | 8 test-3 = 3-alpn-alert-on-mismatch 18 test-13 = 13-alpn-alert-on-mismatch-resumption 118 [3-alpn-alert-on-mismatch] 119 ssl_conf = 3-alpn-alert-on-mismatch-ssl 121 [3-alpn-alert-on-mismatch-ssl] 122 server = 3-alpn-alert-on-mismatch-server 123 client = 3-alpn-alert-on-mismatch-client 125 [3-alpn-alert-on-mismatch-server] 130 [3-alpn-alert-on-mismatch-client] 138 server = 3-alpn-alert-on-mismatch-server-extra [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | max17040_battery.txt | 11 - maxim,alert-low-soc-level : The alert threshold that sets the state of 28 property to use alert low SOC level interrupt 31 Optional properties support interrupt functionality for alert low state of 40 maxim,alert-low-soc-level = <10>; 50 maxim,alert-low-soc-level = <10>;
|
H A D | microchip,ucs1002.txt | 9 corresponding to A_DET# pin, ALERT# pin, or both) 13 - "alert" for line connected to ALERT# pin 25 interrupt-names = "a_det", "alert";
|
H A D | maxim,max17040.yaml | 31 maxim,alert-low-soc-level: 36 The alert threshold that sets the state of charge level (%) where an interrupt is generated. 69 Use this property to use alert low SoC level interrupt as wake up source. 87 maxim,alert-low-soc-level = <10>; 100 maxim,alert-low-soc-level = <10>; 125 maxim,alert-low-soc-level = <10>;
|
H A D | battery.yaml | 113 - description: alert when ambient temperature is lower than this value 114 - description: alert when ambient temperature is higher than this value 116 alert-celsius: 119 - description: alert when battery temperature is lower than this value 120 - description: alert when battery temperature is higher than this value 172 alert-celsius = <0 40>;
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 70-test_tls13alerts.t | 38 #Test 1: We test that a server can handle an unencrypted alert when normally the 43 my $alert = TLSProxy::Message->alert(); 44 ok(TLSProxy::Message->fail() && !$alert->server() && !$alert->encrypted(), "Client sends an unecryp…
|
/freebsd/contrib/wpa/src/tls/ |
H A D | tlsv1_record.c | 271 * @alert: Buffer for returning an alert value on failure 280 u8 *out_data, size_t *out_len, u8 *alert) in tlsv1_record_receive() argument 311 *alert = TLS_ALERT_PROTOCOL_VERSION; in tlsv1_record_receive() 319 *alert = TLS_ALERT_RECORD_OVERFLOW; in tlsv1_record_receive() 342 *alert = TLS_ALERT_UNEXPECTED_MESSAGE; in tlsv1_record_receive() 351 *alert = TLS_ALERT_INTERNAL_ERROR; in tlsv1_record_receive() 359 *alert = TLS_ALERT_DECRYPTION_FAILED; in tlsv1_record_receive() 368 * TLS v1.0 defines different alert values for various in tlsv1_record_receive() 370 * use the same bad_record_mac alert regardless of the in tlsv1_record_receive() 430 *alert = TLS_ALERT_BAD_RECORD_MAC; in tlsv1_record_receive() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | max6697.txt | 30 - alert-mask 31 Alert bit mask. Alert disabled for bits set. 33 If not specified, alert will be enabled for all channels. 62 alert-mask = <0x72>;
|
H A D | ti,ina2xx.yaml | 69 ti,alert-polarity-active-high: 70 description: Alert pin is asserted based on the value of Alert polarity Bit 74 the alert polarity to active-high. 99 ti,alert-polarity-active-high;
|
/freebsd/libexec/bootpd/ |
H A D | syslog.conf | 9 # Note: Have to exclude user from most lines so that user.alert 25 *.alert;kern.err;daemon.err;user.none operator 26 *.alert;user.none root 48 user.alert /var/log/syslog 57 user.alert `root, operator'
|
/freebsd/crypto/openssl/test/ |
H A D | ssl_test.c | 29 static const char *print_alert(int alert) in print_alert() argument 31 return alert ? SSL_alert_desc_string_long(alert) : "no alert"; in print_alert() 49 TEST_info("Client sent alert %s but server received %s.", in check_alerts() 54 * to process a received alert. Specifically, in protocol version in check_alerts() 58 * Client now sends a protocol alert, using TLS v1.2 in the header. in check_alerts() 59 * The server, however, rejects the alert because of version mismatch in check_alerts() 61 * receive the alert. in check_alerts() 68 TEST_info("Server sent alert %s but client received %s.", in check_alerts() 74 /* Tolerate an alert if one wasn't explicitly specified in the test. */ in check_alerts() 77 * The info callback alert value is computed as in check_alerts() [all …]
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_common.t0 | 72 \ -- An alert record is expected. Other types of incoming records will be 175 addr-eng: alert 309 \ Alert -- if close_notify received, trigger 316 \ Not CCS, Alert or Handshake. 323 \ Send an alert message. This shall be called only when there is room for 325 : send-alert ( level alert -- ) 330 \ Send an alert message of level "warning". This shall be called only when 332 : send-warning ( alert -- ) 333 1 swap send-alert ; 335 \ Fail by sending a fatal alert. [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | curs_beep.3x | 44 The \fBbeep\fP and \fBflash\fP routines are used to alert the terminal user. 48 flashes the screen, and if that is not possible, sounds the alert. 50 alert is possible, nothing happens. 51 Nearly all terminals have an audible alert
|
/freebsd/crypto/openssl/util/perl/TLSProxy/ |
H A D | Record.pm | 32 RT_ALERT, "ALERT", 233 #respond with either an encrypted or an unencrypted alert. 236 #content type. If an alert is encrypted it will have a record 240 #alert level, 1 byte for alert description). If it is, then this is 241 #an unencrypted alert, so don't try to decrypt 396 my ($level, $alert) = unpack('CC', $self->decrypt_data); 397 return $alert if ($level == 2);
|