/freebsd/contrib/libedit/ |
H A D | editline.7 | 25 When a program using the 45 .Ic ed-command 52 return a string. 61 .Sq Ctrl- 62 indicates a character with the bit 0x40 flipped, and 63 .Sq Meta- 64 indicates a character with the bit 0x80 set. 65 In vi insert mode and in emacs mode, all Meta-characters considered 69 .Ic ed-insert 71 Consequently, in UTF-8 mode, most of the Meta-characters are not [all …]
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpkdf_krb5.txt | 2 # Copyright 2001-2020 The OpenSSL Project Authors. All Rights Reserved. 5 # this file except in compliance with the License. You can obtain a copy 12 # and continue until a blank line. Lines starting with a pound sign are ignored. 18 Ctrl.cipher = cipher:DES-EDE3-CBC 19 Ctrl.hexkey = hexkey:dce06b1f64c857a11c3db57c51899b2cc1791008ce973b92 20 Ctrl.hexconstant = hexconstant:0000000155 24 Ctrl.cipher = cipher:DES-EDE3-CBC 25 Ctrl.hexkey = hexkey:5e13d31c70ef765746578531cb51c15bf11ca82c97cee9f2 26 Ctrl.hexconstant = hexconstant:00000001aa 30 Ctrl.cipher = cipher:DES-EDE3-CBC [all …]
|
H A D | evpkdf_x942.txt | 2 # Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved. 5 # this file except in compliance with the License. You can obtain a copy 12 # and continue until a blank line. Lines starting with a pound sign are ignored. 17 Ctrl.digest = digest:SHA1 18 Ctrl.hexsecret = hexsecret:000102030405060708090a0b0c0d0e0f10111213 19 Ctrl.cekalg = cekalg:id-aes128-wrap 23 Ctrl.digest = digest:SHA1 24 Ctrl.hexkey = hexkey:000102030405060708090a0b0c0d0e0f10111213 25 Ctrl.cekalg = cekalg:id-aes256-wrap 26 Ctrl.hexukm = hexukm:0123456789abcdeffedcba98765432010123456789abcdeffedcba98765432010123456789abcd… [all …]
|
H A D | evpkdf_x963.txt | 2 # Copyright 2001-2020 The OpenSSL Project Authors. All Rights Reserved. 5 # this file except in compliance with the License. You can obtain a copy 12 # and continue until a blank line. Lines starting with a pound sign are ignored. 16 …//csrc.nist.gov/CSRC/media/Projects/Cryptographic-Algorithm-Validation-Program/documents/component… 21 Ctrl.digest = digest:SHA1 22 Ctrl.hexsecret = hexsecret:fd17198b89ab39c4ab5d7cca363b82f9fd7e23c3984dc8a2 23 Ctrl.hexinfo = hexinfo:856a53f3e36a26bbc5792879f307cce2 27 Ctrl.digest = digest:SHA224 28 Ctrl.hexsecret = hexsecret:da67a73072d521a8272c69023573012ddf9b46bff65b3900 29 Ctrl.hexinfo = hexinfo:727997aed53e78f74b1d66743a4ea4d2 [all …]
|
H A D | evpkdf_scrypt.txt | 2 # Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved. 5 # this file except in compliance with the License. You can obtain a copy 12 # and continue until a blank line. Lines starting with a pound sign are ignored. 14 Title = Scrypt tests (from draft-josefsson-id-scrypt-kdf-03 and others) 16 KDF = id-scrypt 17 Ctrl.pass = pass: 18 Ctrl.salt = salt: 19 Ctrl.N = n:16 20 Ctrl.r = r:1 21 Ctrl.p = p:1 [all …]
|
H A D | evppkey_kdf_scrypt.txt | 2 # Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved. 5 # this file except in compliance with the License. You can obtain a copy 12 # and continue until a blank line. Lines starting with a pound sign are ignored. 14 Title = id-scrypt tests (from draft-josefsson-id-scrypt-kdf-03 and others) 17 Ctrl.pass = pass: 18 Ctrl.salt = salt: 19 Ctrl.N = N:16 20 Ctrl.r = r:1 21 Ctrl.p = p:1 25 Ctrl.pass = pass:password [all …]
|
H A D | evppkey_kdf_tls1_prf.txt | 2 # Copyright 2001-2020 The OpenSSL Project Authors. All Rights Reserved. 5 # this file except in compliance with the License. You can obtain a copy 12 # and continue until a blank line. Lines starting with a pound sign are ignored. 16 PKEYKDF = TLS1-PRF 17 Ctrl.md = md:MD5-SHA1 18 Ctrl.Secret = hexsecret:bded7fa5c1699c010be23dd06ada3a48349f21e5f86263d512c0c5cc379f0e780ec55d9844b… 19 Ctrl.label = seed:master secret 20 Ctrl.client_random = hexseed:e5acaf549cd25c22d964c0d930fa4b5261d2507fad84c33715b7b9a864020693 21 Ctrl.server_random = hexseed:135e4d557fdf3aa6406d82975d5c606a9734c9334b42136e96990fbd5358cdb2 24 PKEYKDF = TLS1-PRF [all …]
|
H A D | evppkey_rsa_common.txt | 2 # Copyright 2001-2024 The OpenSSL Project Authors. All Rights Reserved. 5 # this file except in compliance with the License. You can obtain a copy 12 # and continue until a blank line. Lines starting with a pound sign are ignored. 19 PrivateKey = RSA-2048 20 -----BEGIN PRIVATE KEY----- 47 -----END PRIVATE KEY----- 51 PublicKey = RSA-2048-PUBLIC 52 -----BEGIN PUBLIC KEY----- 60 -----END PUBLIC KEY----- 62 PrivPubKeyPair = RSA-2048:RSA-2048-PUBLIC [all …]
|
H A D | evpkdf_pbkdf2.txt | 2 # Copyright 2001-2020 The OpenSSL Project Authors. All Rights Reserved. 5 # this file except in compliance with the License. You can obtain a copy 12 # and continue until a blank line. Lines starting with a pound sign are ignored. 17 Ctrl.pkcs5 = pkcs5:1 18 Ctrl.pass = pass:password 19 Ctrl.salt = salt:salt 20 Ctrl.iter = iter:1 21 Ctrl.digest = digest:sha1 25 Ctrl.pkcs5 = pkcs5:1 26 Ctrl.pass = pass:password [all …]
|
H A D | evppkey_kdf_hkdf.txt | 2 # Copyright 2001-2020 The OpenSSL Project Authors. All Rights Reserved. 5 # this file except in compliance with the License. You can obtain a copy 12 # and continue until a blank line. Lines starting with a pound sign are ignored. 17 Ctrl.md = md:SHA256 18 Ctrl.IKM = hexkey:0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b 19 Ctrl.salt = hexsalt:000102030405060708090a0b0c 20 Ctrl.info = hexinfo:f0f1f2f3f4f5f6f7f8f9 24 Ctrl.mode = mode:EXTRACT_ONLY 25 Ctrl.md = md:SHA256 26 Ctrl.IKM = hexkey:0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b [all …]
|
H A D | evpkdf_hkdf.txt | 2 # Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved. 5 # this file except in compliance with the License. You can obtain a copy 12 # and continue until a blank line. Lines starting with a pound sign are ignored. 17 Ctrl.digest = digest:SHA256 18 Ctrl.IKM = hexkey:0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b 19 Ctrl.salt = hexsalt:000102030405060708090a0b0c 20 Ctrl.info = hexinfo:f0f1f2f3f4f5f6f7f8f9 24 Ctrl.mode = mode:EXTRACT_ONLY 25 Ctrl.digest = digest:SHA256 26 Ctrl.IKM = hexkey:0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b [all …]
|
H A D | evpkdf_ssh.txt | 2 # Copyright 2001-2020 The OpenSSL Project Authors. All Rights Reserved. 5 # this file except in compliance with the License. You can obtain a copy 12 # and continue until a blank line. Lines starting with a pound sign are ignored. 18 Ctrl.digest = digest:SHA1 19 Ctrl.hexkey = hexkey:0000008055bae931c07fd824bf10add1902b6fbc7c665347383498a686929ff5a25f8e40cb6645… 20 Ctrl.hexxcghash = hexxcghash:a4ebd45934f56792b5112dcd75a1075fdc889245 21 Ctrl.hexsession_id = hexsession_id:a4ebd45934f56792b5112dcd75a1075fdc889245 22 Ctrl.type = type:A 26 Ctrl.digest = digest:SHA1 27 Ctrl.hexkey = hexkey:0000008055bae931c07fd824bf10add1902b6fbc7c665347383498a686929ff5a25f8e40cb6645… [all …]
|
H A D | evpkdf_tls12_prf.txt | 2 # Copyright 2001-2020 The OpenSSL Project Authors. All Rights Reserved. 5 # this file except in compliance with the License. You can obtain a copy 12 # and continue until a blank line. Lines starting with a pound sign are ignored. 16 KDF = TLS1-PRF 17 Ctrl.digest = digest:SHA256 18 Ctrl.Secret = hexsecret:f8938ecc9edebc5030c0c6a441e213cd24e6f770a50dda07876f8d55da062bcadb386b411fd… 19 Ctrl.label = seed:master secret 20 Ctrl.client_random = hexseed:36c129d01a3200894b9179faac589d9835d58775f9b5ea3587cb8fd0364cae8c 21 Ctrl.server_random = hexseed:f6c9575ed7ddd73e1f7d16eca115415812a43c2b747daaaae043abfb50053fce 24 KDF = TLS1-PRF [all …]
|
H A D | evppkey_rsa.txt | 2 # Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved. 5 # this file except in compliance with the License. You can obtain a copy 12 # and continue until a blank line. Lines starting with a pound sign are ignored. 21 PrivateKey = RSA-2048 22 -----BEGIN PRIVATE KEY----- 49 -----END PRIVATE KEY----- 53 PublicKey = RSA-2048-PUBLIC 54 -----BEGIN PUBLIC KEY----- 62 -----END PUBLIC KEY----- 64 PrivPubKeyPair = RSA-2048:RSA-2048-PUBLIC [all …]
|
H A D | evpkdf_tls11_prf.txt | 2 # Copyright 2001-2020 The OpenSSL Project Authors. All Rights Reserved. 5 # this file except in compliance with the License. You can obtain a copy 12 # and continue until a blank line. Lines starting with a pound sign are ignored. 16 KDF = TLS1-PRF 17 Ctrl.digest = digest:MD5-SHA1 18 Ctrl.Secret = hexsecret:bded7fa5c1699c010be23dd06ada3a48349f21e5f86263d512c0c5cc379f0e780ec55d9844b… 19 Ctrl.label = seed:master secret 20 Ctrl.client_random = hexseed:e5acaf549cd25c22d964c0d930fa4b5261d2507fad84c33715b7b9a864020693 21 Ctrl.server_random = hexseed:135e4d557fdf3aa6406d82975d5c606a9734c9334b42136e96990fbd5358cdb2 24 KDF = TLS1-PRF [all …]
|
H A D | evpkdf_ss.txt | 2 # Copyright 2001-2020 The OpenSSL Project Authors. All Rights Reserved. 5 # this file except in compliance with the License. You can obtain a copy 12 # and continue until a blank line. Lines starting with a pound sign are ignored. 15 # https://github.com/patrickfav/singlestep-kdf/wiki/NIST-SP-800-56C-Rev1:-Non-Official-Test-Vectors 20 Ctrl.digest = digest:SHA1 21 Ctrl.hexsecret = hexsecret:d09a6b1a472f930db4f5e6b967900744 22 Ctrl.hexinfo = hexinfo:b117255ab5f1b6b96fc434b0 26 Ctrl.digest = digest:SHA1 27 Ctrl.hexsecret = hexsecret:343666c0dd34b756e70f759f14c304f5 28 Ctrl.hexinfo = hexinfo:722b28448d7eab85491bce09 [all …]
|
/freebsd/contrib/wpa/src/common/ |
H A D | wpa_ctrl.c | 3 * Copyright (c) 2004-2007, Jouni Malinen <j@w1.fi> 45 * struct wpa_ctrl - Internal structure for control interface library 97 struct wpa_ctrl *ctrl; in wpa_ctrl_open2() local 107 ctrl = os_zalloc(sizeof(*ctrl)); in wpa_ctrl_open2() 108 if (ctrl == NULL) in wpa_ctrl_open2() 111 ctrl->s = socket(PF_UNIX, SOCK_DGRAM, 0); in wpa_ctrl_open2() 112 if (ctrl->s < 0) { in wpa_ctrl_open2() 113 os_free(ctrl); in wpa_ctrl_open2() 117 ctrl->local.sun_family = AF_UNIX; in wpa_ctrl_open2() 121 ret = os_snprintf(ctrl->local.sun_path, in wpa_ctrl_open2() [all …]
|
H A D | wpa_ctrl.h | 3 * Copyright (c) 2004-2017, Jouni Malinen <j@w1.fi> 16 /* wpa_supplicant control interface - fixed message prefixes */ 19 #define WPA_CTRL_REQ "CTRL-REQ-" 22 #define WPA_CTRL_RSP "CTRL-RSP-" 26 #define WPA_EVENT_CONNECTED "CTRL-EVENT-CONNECTED " 28 #define WPA_EVENT_DISCONNECTED "CTRL-EVENT-DISCONNECTED " 30 #define WPA_EVENT_ASSOC_REJECT "CTRL-EVENT-ASSOC-REJECT " 32 #define WPA_EVENT_AUTH_REJECT "CTRL-EVENT-AUTH-REJECT " 34 #define WPA_EVENT_TERMINATING "CTRL-EVENT-TERMINATING " 36 #define WPA_EVENT_PASSWORD_CHANGED "CTRL-EVENT-PASSWORD-CHANGED " [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpa_cli.c | 2 * WPA Supplicant - command line interface for wpa_supplicant daemon 3 * Copyright (c) 2004-2022, Jouni Malinen <j@w1.fi> 32 "Copyright (c) 2004-2024, Jouni Malinen <j@w1.fi> and contributors"; 44 static int wpa_cli_connected = -1; 76 static void update_creds(struct wpa_ctrl *ctrl); 77 static void update_networks(struct wpa_ctrl *ctrl); 78 static void update_stations(struct wpa_ctrl *ctrl); 79 static void update_ifnames(struct wpa_ctrl *ctrl); 84 printf("wpa_cli [-p<path to ctrl sockets>] [-i<ifname>] [-hvBr] " in usage() 85 "[-a<action file>] \\\n" in usage() [all …]
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd_cli.c | 2 * hostapd - command line interface for hostapd daemon 3 * Copyright (c) 2004-2022, Jouni Malinen <j@w1.fi> 24 "Copyright (c) 2004-2024, Jouni Malinen <j@w1.fi> and contributors"; 48 static void update_stations(struct wpa_ctrl *ctrl); 57 "usage: hostapd_cli [-p<path>] [-i<ifname>] [-hvBr] " in usage() 58 "[-a<path>] \\\n" in usage() 59 " [-P<pid file>] [-G<ping interval>] [command..]\n" in usage() 62 " -h help (show this usage text)\n" in usage() 63 " -v shown version information\n" in usage() 64 " -p<path> path to find control sockets (default: " in usage() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/msm/ |
H A D | dsi-controller-main.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/display/msm/dsi-controller-main.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krishna Manikandan <quic_mkrishn@quicinc.com> 15 - items: 16 - enum: 17 - qcom,apq8064-dsi-ctrl 18 - qcom,msm8226-dsi-ctrl 19 - qcom,msm8916-dsi-ctrl [all …]
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_82543.c | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 23 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 69 static void e1000_lower_mdi_clk_82543(struct e1000_hw *hw, u32 *ctrl); 71 static void e1000_raise_mdi_clk_82543(struct e1000_hw *hw, u32 *ctrl); 81 * e1000_init_phy_params_82543 - Init PHY func ptrs. 86 struct e1000_phy_info *phy = &hw->phy; in e1000_init_phy_params_82543() 91 if (hw->phy.media_type != e1000_media_type_copper) { in e1000_init_phy_params_82543() 92 phy->type = e1000_phy_none; in e1000_init_phy_params_82543() 95 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82543() [all …]
|
/freebsd/sys/sys/ |
H A D | ttydefaults.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 59 * XXX: A lot of code uses lowercase characters, but control-character 64 #define CTRL(x) ((x) >= 'a' && (x) <= 'z' ? \ macro 65 ((x) - 'a' + 1) : (((x) - 'A' + 1) & 0x7f)) 66 #define CEOF CTRL('D') 68 #define CERASE CTRL('?') 69 #define CERASE2 CTRL('H') 70 #define CINTR CTRL('C') [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mux/ |
H A D | mux-consumer.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/mux/mux-consumer.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Peter Rosin <peda@axentia.se> 13 Mux controller consumers should specify a list of mux controllers that they 14 want to use with a property containing a 'mux-ctrl-list': 16 mux-ctrl-list ::= <single-mux-ctrl> [mux-ctrl-list] 17 single-mux-ctrl ::= <mux-ctrl-phandle> [mux-ctrl-specifier] 18 mux-ctrl-phandle : phandle to mux controller node [all …]
|
/freebsd/sys/ddb/ |
H A D | db_input.c | 1 /*- 2 * SPDX-License-Identifier: MIT-CMU 23 * Pittsburgh PA 15213-3890 47 * since input always ends with a new-line. We just 75 #define CTRL(c) ((c) & 0x1f) macro 90 while (--count >= 0) in db_putstring() 97 while (--count >= 0) in db_putnchars() 112 db_lc -= n; in db_delete() 115 for (p = db_lc; p < db_le-n; p++) { in db_delete() 120 db_putnchars(BACKUP, db_le - db_lc); in db_delete() [all …]
|