/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 | 52 close_notify alert message. The shutdown process for SSL/TLS and DTLS 59 A close_notify shutdown alert message is sent to the peer. 63 A close_notify shutdown alert message is received from the peer. 73 process and causes OpenSSL to try to send a close_notify shutdown alert to the 75 responds in turn with a close_notify shutdown alert message. 90 close_notify alert message, an application will be notified of this as an EOF 95 this condition by calling SSL_shutdown() to respond with a close_notify alert in 98 not call SSL_shutdown() in this case, a close_notify alert will not be sent and 105 close_notify alert message is written to the peer (returning 0), and upon a 111 complete (for example, because a close_notify alert message has not yet been [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_alert_type_string.3 | 64 …, SSL_alert_desc_string, SSL_alert_desc_string_long \- get textual description of alert information 79 type of the alert specified by \fBvalue\fR. 81 \&\fBSSL_alert_type_string_long()\fR returns a string indicating the type of the alert 85 describing the reason of the alert specified by \fBvalue\fR. 88 of the alert specified by \fBvalue\fR. 92 a special situation, it sends an alert. The alert is sent as a special message 96 A warning alert is sent, when a non-fatal error condition occurs. The 97 "close notify" alert is sent as a warning alert. Other examples for 99 "unsupported certificate"), for which a warning alert may be sent. 102 alert on it discretion. [all …]
|
H A D | SSL_shutdown.3 | 110 close_notify alert message. The shutdown process for SSL/TLS and DTLS 113 A close_notify shutdown alert message is sent to the peer. 115 A close_notify shutdown alert message is received from the peer. 122 process and causes OpenSSL to try to send a close_notify shutdown alert to the 124 responds in turn with a close_notify shutdown alert message. 138 close_notify alert message, an application will be notified of this as an EOF 143 this condition by calling \fBSSL_shutdown()\fR to respond with a close_notify alert in 146 not call \fBSSL_shutdown()\fR in this case, a close_notify alert will not be sent and 152 close_notify alert message is written to the peer (returning 0), and upon a 158 complete (for example, because a close_notify alert message has not yet been [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/krb5/src/util/profile/ |
H A D | dosshell.ini | 183 alert = brightred 203 alert = brightwhite 227 alert = brightwhite 247 alert = white 271 alert = black 290 alert = white 313 alert = black 333 alert = brightwhite 357 alert = white 376 alert = black [all …]
|
/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/crypto/ |
H A D | ssl_err.c | 212 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_INVALID_ALERT), "invalid alert"}, 434 "ssl/tls alert bad certificate"}, 436 "ssl/tls alert bad record mac"}, 438 "ssl/tls alert certificate expired"}, 440 "ssl/tls alert certificate revoked"}, 442 "ssl/tls alert certificate unknown"}, 444 "ssl/tls alert decompression failure"}, 446 "ssl/tls alert handshake failure"}, 448 "ssl/tls alert illegal parameter"}, 450 "ssl/tls alert no certificate"}, [all …]
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 70-test_comp.t | 33 NON_NULL_COMPRESSION => 1, # Alert for all TLS versions 34 MULTIPLE_NO_NULL => 2, # Alert for all TLS versions 35 NO_COMPRESSION => 3, # Alert for all TLS versions 78 EXPECT_ILLEGAL_PARAMETER, "Expected illegal parameter alert", 99 # ClientHello results in an illegal parameter alert 103 # a TLSv1.2 ClientHello results in an illegal parameter alert 120 # ClientHello results in an illegal parameter alert 124 # ClientHello results in an illegal parameter alert 128 # a TLSv1.3 ClientHello results in an illegal parameter alert 177 return 1 if TLSProxy::Message->alert->description() == $alert_type;
|
H A D | 70-test_tls13alerts.t | 36 #Test 1: We test that a server can handle an unencrypted alert when normally the 41 my $alert = TLSProxy::Message->alert(); 42 ok(TLSProxy::Message->fail() && !$alert->server() && !$alert->encrypted(), "Client sends an unencry…
|
/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>;
|
/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/crypto/openssl/ssl/record/ |
H A D | rec_layer_d1.c | 182 * Alert records (e.g. close_notify) or renegotiation requests. ChangeCipherSpec 190 * Alert protocol 279 * record that isn't an alert. in dtls1_read_bytes() 362 * We might had to delay a close_notify alert because of reordered in dtls1_read_bytes() 363 * app data. If there was an alert and there is no message to read in dtls1_read_bytes() 385 PACKET alert; in dtls1_read_bytes() local 387 if (!PACKET_buf_init(&alert, alert_bytes, rr->length) in dtls1_read_bytes() 388 || !PACKET_get_1(&alert, &alert_level) in dtls1_read_bytes() 389 || !PACKET_get_1(&alert, &alert_descr) in dtls1_read_bytes() 390 || PACKET_remaining(&alert) != 0) { in dtls1_read_bytes() [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
|