/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 - shut down a TLS/SSL connection 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. [all …]
|
H A D | SSL_set_shutdown.pod | 5 SSL_set_shutdown, SSL_get_shutdown - manipulate shutdown state of an SSL connection 23 The shutdown state of an ssl connection is a bit-mask of: 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)>). 74 Copyright 2001-2018 The OpenSSL Project Authors. All Rights Reserved.
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_alert_type_string.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
H A D | SSL_shutdown.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [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/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/crypto/openssl/test/recipes/ |
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"); 31 my $proxy = TLSProxy::Proxy->new( 38 #Test 1: We test that a server can handle an unencrypted alert when normally the 40 $proxy->filter(\&alert_filter); 41 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests"; 43 my $alert = TLSProxy::Message->alert(); 44 ok(TLSProxy::Message->fail() && !$alert->server() && !$alert->encrypted(), "Client sends an unecryp… 50 if ($proxy->flight != 1) { 54 ${$proxy->message_list}[1]->session_id_len(1); [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/ssl/ |
H A D | ssl_err.c | 3 * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved. 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 illega [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-2021 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/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
|
/freebsd/crypto/openssl/util/perl/TLSProxy/ |
H A D | Record.pm | 1 # Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. 32 RT_ALERT, "ALERT", 69 print " Record $recnum ", $server ? "(server -> client)\n" 70 : "(client -> server)\n"; 87 my $record = TLSProxy::Record->new( 100 && (!TLSProxy::Proxy->is_tls13() 104 if (!TLSProxy::Proxy->is_tls13() && $etm) { 105 $record->decryptETM(); 107 $record->decrypt(); 109 $record->encrypted(1); [all …]
|