/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-eeprom-read.c |
|
H A D | iwl-agn-hw.h | 51 #define OTP_MAX_LL_ITEMS_1000 (3) /* OTP blocks for 1000 */ 52 #define OTP_MAX_LL_ITEMS_6x00 (4) /* OTP blocks for 6x00 */ 53 #define OTP_MAX_LL_ITEMS_6x50 (7) /* OTP blocks for 6x50 */ 54 #define OTP_MAX_LL_ITEMS_2x00 (4) /* OTP blocks for 2x00 */
|
/freebsd/sys/contrib/device-tree/Bindings/nvmem/ |
H A D | rockchip,otp.yaml | 4 $id: http://devicetree.org/schemas/nvmem/rockchip,otp.yaml# 7 title: Rockchip internal OTP (One Time Programmable) memory 15 - rockchip,px30-otp 16 - rockchip,rk3308-otp 17 - rockchip,rk3588-otp 29 - const: otp 59 - rockchip,px30-otp 60 - rockchip,rk3308-otp 76 - rockchip,rk3588-otp 85 - const: otp [all...] |
H A D | nintendo-otp.yaml | 4 $id: http://devicetree.org/schemas/nvmem/nintendo-otp.yaml# 7 title: Nintendo Wii and Wii U OTP 10 This binding represents the OTP memory as found on a Nintendo Wii or Wii U, 14 See https://wiiubrew.org/wiki/Hardware/OTP 25 - nintendo,hollywood-otp 26 - nintendo,latte-otp 39 otp@d8001ec { 40 compatible = "nintendo,latte-otp";
|
H A D | rockchip-otp.txt | 1 Rockchip internal OTP (One Time Programmable) memory device tree bindings 5 - "rockchip,px30-otp" - for PX30 SoCs. 6 - "rockchip,rk3308-otp" - for RK3308 SoCs. 9 - clock-names: Should be "otp", "apb_pclk" and "phy". 17 otp: otp@ff290000 { 18 compatible = "rockchip,px30-otp"; 24 clock-names = "otp", "apb_pclk", "phy";
|
H A D | lpc1850-otp.txt | 1 * NXP LPC18xx OTP memory 3 Internal OTP (One Time Programmable) memory for NXP LPC18xx/43xx devices. 6 - compatible: Should be "nxp,lpc1850-otp" 15 otp: otp@40045000 { 16 compatible = "nxp,lpc1850-otp";
|
H A D | st,stm32-romem.yaml | 11 flash, OTP, read-only HW regs... This contains various information such as: 25 - st,stm32f4-otp 40 st,non-secure-otp: 58 compatible = "st,stm32f4-otp"; 69 st,non-secure-otp;
|
H A D | brcm,ocotp.txt | 1 Broadcom OTP memory controller 8 - reg: Base address of the OTP controller. 13 otp: otp@301c800 {
|
H A D | microchip,lan9662-otpc.yaml | 7 title: Microchip LAN9662 OTP Controller (OTPC) 13 OTP controller drives a NVMEM memory where system specific data 40 otpc: otp@e0021000 {
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_otp.c | 2 * EAP peer method: EAP-OTP (RFC 3748) 35 int otp; in eap_otp_process() local 42 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-OTP: Request message", in eap_otp_process() 47 otp = 1; in eap_otp_process() 50 otp = 0; in eap_otp_process() 54 wpa_printf(MSG_INFO, "EAP-OTP: Password not configured"); in eap_otp_process() 71 wpa_hexdump_ascii_key(MSG_MSGDUMP, "EAP-OTP: Response", in eap_otp_process() 74 if (otp) { in eap_otp_process() 75 wpa_printf(MSG_DEBUG, "EAP-OTP: Forgetting used password"); in eap_otp_process() 88 EAP_VENDOR_IETF, EAP_TYPE_OTP, "OTP"); in eap_peer_otp_register()
|
H A D | eap_gtc.c | 52 int otp; in eap_gtc_process() local 79 otp = 1; in eap_gtc_process() 82 otp = 0; in eap_gtc_process() 118 if (otp) { in eap_gtc_process()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | eeprom.c | 60 dev->mt76.otp.data = devm_kzalloc(dev->mt76.dev, len, GFP_KERNEL); in mt7615_efuse_init() 61 dev->mt76.otp.size = len; in mt7615_efuse_init() 62 if (!dev->mt76.otp.data) in mt7615_efuse_init() 65 buf = dev->mt76.otp.data; in mt7615_efuse_init() 286 u8 *otp = dev->mt76.otp.data; in mt7615_apply_cal_free_data() local 289 if (!otp) in mt7615_apply_cal_free_data() 293 if (!otp[ical[i]]) in mt7615_apply_cal_free_data() 297 eeprom[ical[i]] = otp[ical[i]]; in mt7615_apply_cal_free_data() 300 eeprom[ical_nocheck[i]] = otp[ical_nocheck[i]]; in mt7615_apply_cal_free_data() 309 u8 *otp = dev->mt76.otp.data; in mt7622_apply_cal_free_data() local [all …]
|
/freebsd/crypto/krb5/src/plugins/preauth/otp/ |
H A D | main.c | 2 /* plugins/preauth/otp/main.c - OTP kdcpreauth module definition */ 68 com_err("otp", retval, "Unable to decrypt encData in PA-OTP-REQUEST"); in decrypt_encdata() 90 /* Decode the PA-OTP-ENC-REQUEST structure. */ in nonce_verify() 234 /* Determine if otp is enabled for the user. */ in otp_edata() 235 retval = cb->get_string(context, rock, "otp", &config); in otp_edata() 301 com_err("otp", retval, "No armor key found when verifying padata"); in otp_verify() 309 com_err("otp", retval, "Unable to decode OTP request"); in otp_verify() 316 com_err("otp", retval, "Unable to decrypt nonce"); in otp_verify() 326 com_err("otp", retval, "Unable to verify nonce or timestamp"); in otp_verify() 342 /* Get the principal's OTP configuration string. */ in otp_verify() [all …]
|
H A D | otp_state.c | 2 /* plugins/preauth/otp/otp_state.c - Verify OTP token values using RADIUS */ 95 com_err("otp", retval, "Unable to resolve secret file '%s'", filename); in read_secret_file() 102 com_err("otp", retval, "Unable to open secret file '%s'", filename); in read_secret_file() 110 com_err("otp", retval, "Unable to read secret file '%s'", filename); in read_secret_file() 194 retval = profile_get_boolean(profile, "otp", name, "strip_realm", TRUE, in token_type_decode() 200 retval = profile_get_string(profile, "otp", name, "server", NULL, &pstr); in token_type_decode() 216 retval = profile_get_string(profile, "otp", name, "secret", NULL, &pstr); in token_type_decode() 226 com_err("otp", EINVAL, "Secret missing (token type '%s')", name); in token_type_decode() 240 retval = profile_get_integer(profile, "otp", name, "timeout", in token_type_decode() 247 retval = profile_get_integer(profile, "otp", name, "retries", in token_type_decode() [all …]
|
H A D | Makefile.in | 1 mydir=plugins$(S)preauth$(S)otp 5 LIBBASE=otp 8 RELDIR=../plugins/preauth/otp
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | mtd.yaml | 47 "^otp(-[0-9]+)?$": 57 An OTP memory region. Some flashes provide a one-time-programmable 64 - user-otp 65 - factory-otp 95 otp-1 { 96 compatible = "factory-otp"; 105 otp-2 { 106 compatible = "user-otp";
|
/freebsd/sys/dev/nmdm/ |
H A D | nmdm.c | 107 struct tty *otp; in nmdm_close() local 111 otp = onp->np_tty; in nmdm_close() 114 if (tty_opened(otp)) in nmdm_close() 125 otp = onp->np_tty; in nmdm_close() 126 tty_rel_gone(otp); in nmdm_close() 252 struct tty *tp, *otp; in nmdm_task_tty() local 263 otp = np->np_other->np_tty; in nmdm_task_tty() 264 KASSERT(otp != NULL, ("NULL otp in nmdmstart")); in nmdm_task_tty() 265 KASSERT(otp != tp, ("NULL otp == tp nmdmstart")); in nmdm_task_tty() 269 ttydisc_modem(otp, 0); in nmdm_task_tty() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/fuse/ |
H A D | renesas,rcar-otp.yaml | 4 $id: http://devicetree.org/schemas/fuse/renesas,rcar-otp.yaml# 19 - renesas,r8a779g0-otp # R-CarV4H 20 - renesas,r8a779h0-otp # R-CarV4M 35 otp: otp@e61be000 { 36 compatible = "renesas,r8a779g0-otp";
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
H A D | eeprom.c | 51 dev->mt76.otp.data = devm_kzalloc(dev->mt76.dev, len, GFP_KERNEL); in mt7603_efuse_init() 52 dev->mt76.otp.size = len; in mt7603_efuse_init() 53 if (!dev->mt76.otp.data) in mt7603_efuse_init() 56 buf = dev->mt76.otp.data; in mt7603_efuse_init() 109 if (!np || !of_property_read_bool(np, "mediatek,eeprom-merge-otp")) in mt7603_apply_cal_free_data() 165 if (dev->mt76.otp.data) { in mt7603_eeprom_init() 167 mt7603_apply_cal_free_data(dev, dev->mt76.otp.data); in mt7603_eeprom_init() 169 memcpy(dev->mt76.eeprom.data, dev->mt76.otp.data, in mt7603_eeprom_init()
|
/freebsd/sys/dev/bhnd/cores/chipc/ |
H A D | chipcvar.h | 63 * ChipCommon-controlled SPROM/OTP is supported, along with the 122 /** Supports HND or IPX OTP registers (CHIPC_OTPST, CHIPC_OTPCTRL, 126 /** Supports HND OTP registers. */ 130 /** Supports IPX OTP registers. */ 134 /** OTP size is defined via CHIPC_OTPLAYOUT register in later 135 * ChipCommon revisions using the 'IPX' OTP controller. */
|
H A D | chipcreg.h | 55 #define CHIPC_OTPST 0x10 /**< otp status */ 56 #define CHIPC_OTPCTRL 0x14 /**< otp control */ 58 #define CHIPC_OTPLAYOUT 0x1C /**< otp layout (IPX OTP) */ 193 #define CHIPC_SPROM_OTP 0x800 /* SPROM/OTP address space */ 231 #define CHIPC_CAP_OTP_SIZE_MASK 0x00380000 /* OTP Size (0 = none) */ 232 #define CHIPC_CAP_OTP_SIZE_SHIFT 19 /* OTP Size shift */ 233 #define CHIPC_CAP_OTP_SIZE_BASE 5 /* OTP Size base */ 257 /** ChipStatus CIS/OTP/SPROM values used to advertise OTP/SPROM availability in 260 CHIPC_CST_DEFCIS_SEL = 0, /**< OTP is powered up, use default CIS, no SPROM */ 261 CHIPC_CST_SPROM_SEL = 1, /**< OTP is powered up, SPROM is present */ [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
H A D | wpa_cli.sgml | 75 prefix. <type> is IDENTITY, PASSWORD, or OTP 78 case of OTP request, it includes the challenge from the 83 <emphasis>otp</emphasis> commands. <id> needs to be copied from 85 <emphasis>otp</emphasis> commands can be used regardless of whether 86 the request was for PASSWORD or OTP. The main difference between these 89 with <emphasis>otp</emphasis> are used only once and then forgotten, 104 CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID foobar 105 > otp 2 9876 308 <term>otp <network id> <password></term>
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ftpd.8 | 78 Allow logging in with plaintext password. The password can be a(n) OTP 80 .It Ar otp 83 but only OTP is allowed. 297 operations may be performed. If the user has an OTP key, the response 298 from a successful USER command will include an OTP challenge. The 300 standard password or an OTP one-time password. The server will 303 .Xr otp 1 304 for more information on OTP authentication. 479 .Xr otp 1 ,
|
/freebsd/krb5/plugins/preauth/otp/ |
H A D | Makefile | 14 LIB= otp 20 .PATH: ${KRB5_DIR}/plugins/preauth/otp 25 CFLAGS+=-I${KRB5_DIR}/plugins/preauth/otp \
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | palmas-pmic.txt | 3 The tps659038 for the AM57x class have OTP spins that 5 is not a need to add the OTP spins to the palmas driver. The 35 For ti,palmas-pmic - smps12, smps123, smps3 depending on OTP, 50 ti,smps-range - OTP has the wrong range set for the hardware so override
|