| /freebsd/sys/contrib/device-tree/src/arm64/exynos/ |
| H A D | exynos5433-tmu.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 8 #include <dt-bindings/thermal/thermal.h> 11 thermal-zones { 12 atlas0_thermal: atlas0-thermal { 13 thermal-sensors = <&tmu_atlas0>; 14 polling-delay-passive = <0>; 15 polling-delay = <0>; 17 atlas0_alert_0: atlas0-alert-0 { 22 atlas0_alert_1: atlas0-alert-1 { 27 atlas0_alert_2: atlas0-alert-2 { [all …]
|
| H A D | exynos7-trip-points.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 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 { 45 cpu-crit-0 {
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_alert_type_string.pod | 5 …ng_long, SSL_alert_desc_string, SSL_alert_desc_string_long - get textual description of alert info… 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 40 non-fatal errors are certificate errors ("certificate expired", 41 "unsupported certificate"), for which a warning alert may be sent. [all …]
|
| H A D | SSL_shutdown.pod | 5 SSL_shutdown, SSL_shutdown_ex - shut down a TLS/SSL or QUIC connection 26 SSL_shutdown_ex() is an extended version of SSL_shutdown(). If non-NULL, I<args> 29 zero-initialized. If I<args> is NULL, the behaviour is the same as passing a 30 zero-initialised B<SSL_SHUTDOWN_EX_ARGS> structure. Currently, all extended 49 =head1 TLS AND DTLS-SPECIFIC CONSIDERATIONS 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. 70 =head2 Locally-Initiated Shutdown 73 process and causes OpenSSL to try to send a close_notify shutdown alert to the [all …]
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | SSL_alert_type_string.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 58 .TH SSL_ALERT_TYPE_STRING 3ossl 2025-09-30 3.5.4 OpenSSL 64 …g_long, SSL_alert_desc_string, SSL_alert_desc_string_long \- get textual description of alert info… 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 [all …]
|
| H A D | SSL_shutdown.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 58 .TH SSL_SHUTDOWN 3ossl 2025-09-30 3.5.4 OpenSSL 64 SSL_shutdown, SSL_shutdown_ex \- shut down a TLS/SSL or QUIC connection 85 \&\fBSSL_shutdown_ex()\fR is an extended version of \fBSSL_shutdown()\fR. If non-NULL, \fIargs\fR 88 zero-initialized. If \fIargs\fR is NULL, the behaviour is the same as passing a 89 zero-initialised \fBSSL_SHUTDOWN_EX_ARGS\fR structure. Currently, all extended 107 .SH "TLS AND DTLS-SPECIFIC CONSIDERATIONS" 108 .IX Header "TLS AND DTLS-SPECIFIC CONSIDERATIONS" 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. [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/samsung/ |
| H A D | exynos5422-odroidxu3-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Hardkernel Odroid XU3/XU3-Lite/XU4 boards common device tree source 12 #include <dt-bindings/input/input.h> 13 #include "exynos5422-odroid-core.dtsi" 20 gpio-keys { 21 compatible = "gpio-keys"; 22 pinctrl-names = "default"; 23 pinctrl-0 = <&power_key>; 25 power-key { 36 debounce-interval = <0>; [all …]
|
| H A D | exynos5422-odroidhc1.dts | 1 // SPDX-License-Identifier: GPL-2.0 10 /dts-v1/; 11 #include <dt-bindings/leds/common.h> 12 #include "exynos5422-odroid-core.dtsi" 16 compatible = "hardkernel,odroid-hc1", "samsung,exynos5800", \ 19 led-controller { 20 compatible = "pwm-leds"; 22 led-1 { 26 pwm-names = "pwm2"; 27 max-brightness = <255>; [all …]
|
| /freebsd/crypto/openssl/test/helpers/ |
| H A D | handshake.h | 2 * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved. 27 /* These alerts are in the 2-byte format returned by the info_callback. */ 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/test/recipes/ |
| H A D | 70-test_comp.t | 2 # Copyright 2017-2024 The OpenSSL Project Authors. All Rights Reserved. 22 if disabled("engine") || disabled("dynamic-engine"); 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", 81 my $proxy = TLSProxy::Proxy->new( 88 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 98 # Test 2: Check that sending a non-null compression method in a TLSv1.2 99 # ClientHello results in an illegal parameter alert [all …]
|
| H A D | 70-test_tls13alerts.t | 2 # Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved. 21 if disabled("engine") || disabled("dynamic-engine"); 29 my $proxy = TLSProxy::Proxy->new( 36 #Test 1: We test that a server can handle an unencrypted alert when normally the 38 $proxy->filter(\&alert_filter); 39 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 41 my $alert = TLSProxy::Message->alert(); 42 ok(TLSProxy::Message->fail() && !$alert->server() && !$alert->encrypted(), "Client sends an unencry… 48 if ($proxy->flight != 1) { 52 ${$proxy->message_list}[1]->session_id_len(1); [all …]
|
| /freebsd/crypto/openssl/test/ssl-tests/ |
| H A D | 09-alpn.cnf | 5 test-0 = 0-alpn-simple 6 test-1 = 1-alpn-server-finds-match 7 test-2 = 2-alpn-server-honours-server-pref 8 test-3 = 3-alpn-alert-on-mismatch 9 test-4 = 4-alpn-no-server-support 10 test-5 = 5-alpn-no-client-support 11 test-6 = 6-alpn-with-sni-no-context-switch 12 test-7 = 7-alpn-with-sni-context-switch 13 test-8 = 8-alpn-selected-sni-server-supports-alpn 14 test-9 = 9-alpn-selected-sni-server-does-not-support-alpn [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | max17040_battery.txt | 5 - compatible : "maxim,max17040", "maxim,max17041", "maxim,max17043", 7 "maxim,max17058", "maxim,max17059" or "maxim,max77836-battery" 8 - reg: i2c slave address 11 - maxim,alert-low-soc-level : The alert threshold that sets the state of 16 - maxim,double-soc : Certain devices return double the capacity. 20 - maxim,rcomp : A value to compensate readings for various 25 - interrupts : Interrupt line see Documentation/devicetree/ 26 bindings/interrupt-controller/interrupts.txt 27 - wakeup-source : This device has wakeup capabilities. Use this 28 property to use alert low SOC level interrupt [all …]
|
| H A D | microchip,ucs1002.txt | 4 - compatible : Should be "microchip,ucs1002"; 5 - reg : I2C slave address 8 - interrupts : A list of interrupts lines present (could be either 9 corresponding to A_DET# pin, ALERT# pin, or both) 10 - interrupt-names : A list of interrupt names. Should contain (if 12 - "a_det" for line connected to A_DET# pin 13 - "alert" for line connected to ALERT# pin 20 pinctrl-names = "default"; 21 pinctrl-0 = <&pinctrl_ucs1002_pins>; 23 interrupts-extended = <&gpio5 2 IRQ_TYPE_EDGE_BOTH>, [all …]
|
| H A D | maxim,max17040.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sebastian Reichel <sre@kernel.org> 13 - $ref: power-suppl [all...] |
| H A D | battery.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sebastian Reichel <sre@kernel.org> 14 In smart batteries, these are typically stored in non-volatile memory 16 no appropriate non-volatile memory, or it is unprogrammed/incorrect. 27 Batteries must be referenced by chargers and/or fuel-gauges using a phandle. 28 The phandle's property should be named "monitored-battery". 32 const: simple-battery 34 device-chemistry: [all …]
|
| /freebsd/contrib/wpa/src/tls/ |
| H A D | tlsv1_record.c | 3 * Copyright (c) 2006-2011, Jouni Malinen <j@w1.fi> 20 * tlsv1_record_set_cipher_suite - TLS record layer: Set cipher suite 23 * Returns: 0 on success, -1 on failure 38 rl->cipher_suite = cipher_suite; in tlsv1_record_set_cipher_suite() 42 return -1; in tlsv1_record_set_cipher_suite() 44 if (suite->hash == TLS_HASH_MD5) { in tlsv1_record_set_cipher_suite() 45 rl->hash_alg = CRYPTO_HASH_ALG_HMAC_MD5; in tlsv1_record_set_cipher_suite() 46 rl->hash_size = MD5_MAC_LEN; in tlsv1_record_set_cipher_suite() 47 } else if (suite->hash == TLS_HASH_SHA) { in tlsv1_record_set_cipher_suite() 48 rl->hash_alg = CRYPTO_HASH_ALG_HMAC_SHA1; in tlsv1_record_set_cipher_suite() [all …]
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | ssl_err.c | 3 * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved. 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"}, [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
| H A D | max6697.txt | 4 - compatible: 16 - reg: I2C address 20 - smbus-timeout-disable 23 - extended-range-enable 26 - beta-compensation-enable 30 - alert-mask 31 Alert bit mask. Alert disabled for bits set. 33 If not specified, alert will be enabled for all channels. 34 - over-temperature-mask 35 Over-temperature bit mask. Over-temperature reporting disabled for [all …]
|
| H A D | ti,ina2xx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Krzysztof Kozlowski <krzk@kernel.org> 14 The INA209 is a high-side current shunt and power monitor with 23 - ti,ina209 24 - ti,ina219 25 - ti,ina220 26 - ti,ina226 27 - ti,ina230 [all …]
|
| /freebsd/libexec/bootpd/ |
| H A D | syslog.conf | 9 # Note: Have to exclude user from most lines so that user.alert 23 lpr.debug /var/adm/lpd-errs 25 *.alert;kern.err;daemon.err;user.none operator 26 *.alert;user.none root 31 # logged to a file, un-comment out the following line and adjust the file name 34 # if a non-loghost machine chooses to have such messages 35 # sent to the loghost machine, un-comment out the following line. 48 user.alert /var/log/syslog 51 # non-loghost machines will use the following lines to cause "user" 57 user.alert `root, operator'
|
| /freebsd/crypto/openssl/test/ |
| H A D | ssl_test.c | 2 * Copyright 2016-2025 The OpenSSL Project Authors. All Rights Reserved. 26 /* Currently the section names are of the form test-<number>, e.g. test-15. */ 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() 36 if (!TEST_int_eq(result->result, test_ctx->expected_result)) { in check_result() 38 ssl_test_result_name(test_ctx->expected_result), in check_result() 39 ssl_test_result_name(result->result)); in check_result() 47 if (!TEST_int_eq(result->client_alert_sent, in check_alerts() 48 result->client_alert_received)) { in check_alerts() 49 TEST_info("Client sent alert %s but server received %s.", in check_alerts() [all …]
|
| /freebsd/contrib/bearssl/src/ssl/ |
| H A D | ssl_hs_common.t0 | 23 \ ---------------------------------------------------------------------- 37 #define ENG ((br_ssl_engine_context *)(void *)((unsigned char *)t0ctx - offsetof(br_ssl_engine_con… 64 \ -- Some handshake data is expected. 66 \ -- The handshake is finished, and application data may flow. There may 70 \ -- Some change-cipher-spec data is expected. 72 \ -- An alert record is expected. Other types of incoming records will be 75 \ -- Waiting for the currently accumulated record to be sent and the 79 : NYI ( -- ! ) 80 "NOT YET IMPLEMENTED!" puts cr -1 fail ; 83 cc: DBG ( addr -- ) { [all …]
|
| /freebsd/crypto/openssl/ssl/record/ |
| H A D | rec_layer_d1.c | 2 * Copyright 2005-2025 The OpenSSL Project Authors. All Rights Reserved. 27 rl->d = d; in DTLS_RECORD_LAYER_new() 29 d->buffered_app_data = pqueue_new(); in DTLS_RECORD_LAYER_new() 31 if (d->buffered_app_data == NULL) { in DTLS_RECORD_LAYER_new() 33 rl->d = NULL; in DTLS_RECORD_LAYER_new() 42 if (rl->d == NULL) in DTLS_RECORD_LAYER_free() 46 pqueue_free(rl->d->buffered_app_data); in DTLS_RECORD_LAYER_free() 47 OPENSSL_free(rl->d); in DTLS_RECORD_LAYER_free() 48 rl->d = NULL; in DTLS_RECORD_LAYER_free() 58 d = rl->d; in DTLS_RECORD_LAYER_clear() [all …]
|
| /freebsd/contrib/ncurses/man/ |
| H A D | curs_beep.3x | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2005,2010 Free Software Foundation, Inc. * 31 .TH curs_beep 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 34 \fB\%flash\fP \- 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
|