/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpkdf_tls13_kdf.txt | 22 Ctrl.mode = mode:EXTRACT_ONLY 28 Ctrl.mode = mode:EXPAND_ONLY 37 Ctrl.mode = mode:EXPAND_ONLY 46 Ctrl.mode = mode:EXTRACT_ONLY 55 Ctrl.mode = mode:EXPAND_ONLY 64 Ctrl.mode = mode:EXPAND_ONLY 73 Ctrl.mode = mode:EXTRACT_ONLY 81 Ctrl.mode = mode:EXPAND_ONLY 90 Ctrl.mode = mode:EXPAND_ONLY 99 Ctrl.mode = mode:EXPAND_ONLY [all …]
|
H A D | evpkdf_kbkdf_counter.txt | 28 Ctrl.mode = mode:COUNTER 41 Ctrl.mode = mode:COUNTER 54 Ctrl.mode = mode:COUNTER 67 Ctrl.mode = mode:COUNTER 85 Ctrl.mode = mode:COUNTER 98 Ctrl.mode = mode:COUNTER 111 Ctrl.mode = mode:COUNTER 124 Ctrl.mode = mode:COUNTER 142 Ctrl.mode = mode:COUNTER 155 Ctrl.mode = mode:COUNTER [all …]
|
H A D | evpkdf_hkdf.txt | 24 Ctrl.mode = mode:EXTRACT_ONLY 31 Ctrl.mode = mode:EXPAND_ONLY 45 Ctrl.mode = mode:EXTRACT_ONLY 52 Ctrl.mode = mode:EXPAND_ONLY 66 Ctrl.mode = mode:EXTRACT_ONLY 74 Ctrl.mode = mode:EXPAND_ONLY 90 Ctrl.mode = mode:EXTRACT_ONLY 97 Ctrl.mode = mode:EXPAND_ONLY 111 Ctrl.mode = mode:EXTRACT_ONLY 118 Ctrl.mode = mode:EXPAND_ONLY [all …]
|
H A D | evppkey_kdf_hkdf.txt | 24 Ctrl.mode = mode:EXTRACT_ONLY 31 Ctrl.mode = mode:EXPAND_ONLY 45 Ctrl.mode = mode:EXTRACT_ONLY 52 Ctrl.mode = mode:EXPAND_ONLY 66 Ctrl.mode = mode:EXTRACT_ONLY 74 Ctrl.mode = mode:EXPAND_ONLY 90 Ctrl.mode = mode:EXTRACT_ONLY 97 Ctrl.mode = mode:EXPAND_ONLY 111 Ctrl.mode = mode:EXTRACT_ONLY 118 Ctrl.mode = mode:EXPAND_ONLY [all …]
|
/freebsd/tools/regression/security/open_to_operation/ |
H A D | open_to_operation.c | 128 ok_mode(const char *testname, const char *comment, int mode) in ok_mode() argument 133 printf("ok %d - %s # mode 0x%x\n", testnum, testname, mode); in ok_mode() 135 printf("ok %d - %s # mode 0x%x - %s\n", testnum, testname, in ok_mode() 136 mode, comment); in ok_mode() 140 notok_mode(const char *testname, const char *comment, int mode) in notok_mode() argument 145 printf("not ok %d - %s # mode 0x%x\n", testnum, testname, in notok_mode() 146 mode); in notok_mode() 148 printf("not ok %d - %s # mode 0x%x - %s\n", testnum, testname, in notok_mode() 149 mode, comment); in notok_mode() 157 int mode, int expected_errno) in try_directory_open() argument [all …]
|
/freebsd/tools/regression/capsicum/syscalls/ |
H A D | cap_getmode.c | 45 unsigned int mode; in main() 51 mode = 666; in main() 52 CHECK(cap_getmode(&mode) == 0); in main() 53 /* If cap_getmode() succeeded mode should be modified. */ in main() 54 CHECK(mode != 666); in main() 55 /* We are not in capability mode. */ in main() 56 CHECK(mode == 0); in main() 66 /* If parent is not in capability mode, child after fork() also won't be. */ in main() 72 mode = 666; in main() 73 CHECK(cap_getmode(&mode) in main() 46 unsigned int mode; main() local [all...] |
/freebsd/sys/dev/drm2/ |
H A D | drm_modes.c | 38 * drm_mode_debug_printmodeline - debug print a mode 40 * @mode: mode to print 45 * Describe @mode using DRM_DEBUG. 47 void drm_mode_debug_printmodeline(const struct drm_display_mode *mode) in drm_mode_debug_printmodeline() argument 51 mode->base.id, mode->name, mode->vrefresh, mode->clock, in drm_mode_debug_printmodeline() 52 mode->hdisplay, mode->hsync_start, in drm_mode_debug_printmodeline() 53 mode->hsync_end, mode->htotal, in drm_mode_debug_printmodeline() 54 mode->vdisplay, mode->vsync_start, in drm_mode_debug_printmodeline() 55 mode->vsync_end, mode->vtotal, mode->type, mode->flags); in drm_mode_debug_printmodeline() 259 /* ignore - just set the mode flag for interlaced */ in drm_cvt_mode() [all …]
|
H A D | drm_edid.c | 54 /* First detailed mode wrong, use largest 60Hz mode */ 58 /* Prefer the largest mode at 75 Hz */ 68 /* use +hsync +vsync for detailed mode */ 490 * @connector: has mode list to fix up 493 * Walk the mode list for @connector, clearing the preferred status 494 * on existing modes and setting it anew for the right mode ala @quirks. 519 /* Largest mode is preferred */ in edid_fixup_preferred() 535 mode_is_rb(const struct drm_display_mode *mode) in mode_is_rb() argument 537 return (mode->htotal - mode->hdisplay == 160) && in mode_is_rb() 538 (mode->hsync_end - mode->hdisplay == 80) && in mode_is_rb() [all …]
|
/freebsd/tests/sys/mac/bsdextended/ |
H A D | ugidfw_test.c | 79 "subject uid root object uid root mode n", 80 "subject uid root object uid daemon mode n", 81 "subject uid daemon object uid root mode n", 82 "subject uid daemon object uid daemon mode n", 83 /* Variations on mode. */ 84 "subject uid root object uid root mode a", 85 "subject uid root object uid root mode r", 86 "subject uid root object uid root mode s", 87 "subject uid root object uid root mode w", 88 "subject uid root object uid root mode x", [all …]
|
/freebsd/etc/mtree/ |
H A D | BSD.var.dist | 5 /set type=dir uname=root gname=wheel mode=0755 tags=package=runtime 7 account mode=0750 17 /set mode=0750 20 dist uname=auditdistd gname=audit mode=0770 22 remote uname=auditdistd gname=wheel mode=0700 25 authpf uname=root gname=authpf mode=0770 30 cache mode=0755 35 tabs mode=0700 38 /set mode=0755 40 entropy uname=operator gname=operator mode [all...] |
/freebsd/sys/contrib/device-tree/Bindings/power/reset/ |
H A D | reboot-mode.txt | 1 Generic reboot mode core map driver 3 This driver get reboot mode arguments and call the write 8 All mode properties are vendor specific, it is a indication to tell 10 as mode-xxx = <magic> (xxx is mode name, magic should be a none-zero value). 13 - mode-normal: Normal reboot mode, system reboot with command "reboot". 14 - mode-recovery: Android Recovery mode, it is a mode to format the device or update a new image. 15 - mode-bootloader: Android fastboot mode, it's a mode to re-flash partitions on the Android based d… 16 - mode-loader: A bootloader mode, it's a mode used to download image on Rockchip platform, 20 reboot-mode { 21 mode-normal = <BOOT_NORMAL>; [all …]
|
H A D | reboot-mode.yaml | 4 $id: http://devicetree.org/schemas/power/reset/reboot-mode.yaml# 7 title: Generic reboot mode core map 13 This driver get reboot mode arguments and call the write 18 All mode properties are vendor specific, it is a indication to tell 20 as mode-xxx = <magic> (xxx is mode name, magic should be a non-zero value). 23 - normal: Normal reboot mode, system reboot with command "reboot". 24 - recovery: Android Recovery mode, it is a mode to format the device or update a new image. 25 …- bootloader: Android fastboot mode, it's a mode to re-flash partitions on the Android based devic… 26 - loader: A bootloader mode, it's a mode used to download image on Rockchip platform, 30 mode-normal: [all …]
|
H A D | nvmem-reboot-mode.txt | 1 NVMEM reboot mode driver 3 This driver gets reboot mode magic value from reboot-mode driver 4 and stores it in a NVMEM cell named "reboot-mode". Then the bootloader 9 - compatible: should be "nvmem-reboot-mode". 10 - nvmem-cells: A phandle to the reboot mode provided by a nvmem device. 11 - nvmem-cell-names: Should be "reboot-mode". 13 The rest of the properties should follow the generic reboot-mode description 14 found in reboot-mode.txt 17 reboot-mode { 18 compatible = "nvmem-reboot-mode"; [all …]
|
/freebsd/contrib/libfido2/udev/ |
H A D | 70-u2f.rules | 34 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a2ac", TAG+="uaccess", GROUP="plugdev", MODE="0660" 37 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a2ca", TAG+="uaccess", GROUP="plugdev", MODE="0660" 40 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="cdab", TAG+="uaccess", GROUP="plugdev", MODE="0660" 43 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="058b", ATTRS{idProduct}=="022d", TAG+="uaccess", GROUP="plugdev", MODE="0660" 46 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="06cb", ATTRS{idProduct}=="0088", TAG+="uaccess", GROUP="plugdev", MODE="0660" 49 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0850", TAG+="uaccess", GROUP="plugdev", MODE="0660" 52 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0852", TAG+="uaccess", GROUP="plugdev", MODE="0660" 55 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0853", TAG+="uaccess", GROUP="plugdev", MODE="0660" 58 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0854", TAG+="uaccess", GROUP="plugdev", MODE="0660" 61 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0856", TAG+="uaccess", GROUP="plugdev", MODE [all...] |
/freebsd/tests/sys/fs/fusefs/ |
H A D | create.cc | 43 void expect_create(const char *relpath, mode_t mode, ProcessMockerT r) in expect_create() argument 53 in.body.create.mode == mode && in expect_create() 71 void expect_create(const char *relpath, mode_t mode, ProcessMockerT r) in expect_create() argument 78 in.body.create.mode == mode && in expect_create() 95 void expect_create(const char *relpath, mode_t mode, ProcessMockerT r) in expect_create() argument 102 in.body.create.mode == mode && in expect_create() 120 mode_t mode = S_IFREG | 0755; in TEST_F() local 126 expect_create(RELPATH, mode, in TEST_F() 129 out.body.create.entry.attr.mode = mode; in TEST_F() 143 fd = open(FULLPATH, O_CREAT | O_EXCL, mode); in TEST_F() [all …]
|
/freebsd/tools/regression/geom/ConfCmp/ |
H A D | a1.conf | 15 <mode>r0w0e0</mode> 27 <mode>r0w0e0</mode> 39 <mode>r0w0e0</mode> 51 <mode>r0w0e0</mode> 63 <mode>r0w0e0</mode> 75 <mode>r0w0e0</mode> 87 <mode>r0w0e0</mode> 99 <mode>r0w0e0</mode> 111 <mode>r0w0e0</mode> 123 <mode>r0w0e0</mode> [all …]
|
H A D | a1a.conf | 15 <mode>r0w0e0</mode> 27 <mode>r0w0e0</mode> 39 <mode>r0w0e0</mode> 51 <mode>r0w0e0</mode> 63 <mode>r0w0e0</mode> 75 <mode>r0w0e0</mode> 87 <mode>r0w0e0</mode> 99 <mode>r0w0e0</mode> 111 <mode>r0w0e0</mode> 123 <mode>r0w0e0</mode> [all …]
|
H A D | a1d.conf | 15 <mode>r0w0e0</mode> 27 <mode>r0w0e0</mode> 39 <mode>r0w0e0</mode> 51 <mode>r0w0e0</mode> 63 <mode>r0w0e0</mode> 75 <mode>r0w0e0</mode> 87 <mode>r0w0e0</mode> 99 <mode>r0w0e0</mode> 111 <mode>r0w0e0</mode> 123 <mode>r0w0e0</mode> [all …]
|
H A D | a1b.conf | 15 <mode>r0w0e0</mode> 27 <mode>r0w0e0</mode> 39 <mode>r0w0e0</mode> 51 <mode>r0w0e0</mode> 63 <mode>r0w0e0</mode> 75 <mode>r0w0e0</mode> 87 <mode>r0w0e0</mode> 99 <mode>r0w0e0</mode> 111 <mode>r0w0e0</mode> 123 <mode>r0w0e0</mode> [all …]
|
H A D | a1c.conf | 15 <mode>r0w0e0</mode> 27 <mode>r0w0e0</mode> 39 <mode>r0w0e0</mode> 51 <mode>r0w0e0</mode> 63 <mode>r0w0e0</mode> 75 <mode>r0w0e0</mode> 87 <mode>r0w0e0</mode> 99 <mode>r0w0e0</mode> 111 <mode>r0w0e0</mode> 123 <mode>r0w0e0</mode> [all …]
|
/freebsd/tools/tools/usbtest/ |
H A D | usbtest.c | 192 int mode = 0; in show_default_audio_select() local 202 error = sysctlbyname("hw.usb.g_audio.mode", NULL, NULL, in show_default_audio_select() 203 &mode, sizeof(mode)); in show_default_audio_select() 206 printf("WARNING: Could not set audio mode " in show_default_audio_select() 207 "to %d (error=%d)\n", mode, errno); in show_default_audio_select() 233 "1) Set Silent mode %s\n" in show_default_audio_select() 234 "2) Set Dump mode %s\n" in show_default_audio_select() 235 "3) Set Loop mode %s\n" in show_default_audio_select() 236 "4) Set Pattern mode %s\n" in show_default_audio_select() 242 (mode == G_AUDIO_MODE_SILENT) ? "(selected)" : "", in show_default_audio_select() [all …]
|
/freebsd/secure/usr.bin/openssl/man/ |
H A D | openssl-enc.1 | 1 .\" -*- mode: troff; coding: utf-8 -*- 315 a strong block cipher, such as AES, in CBC mode. 379 \& bf\-cbc Blowfish in CBC mode 382 \& bf\-cfb Blowfish in CFB mode 383 \& bf\-ecb Blowfish in ECB mode 384 \& bf\-ofb Blowfish in OFB mode 386 \& cast\-cbc CAST in CBC mode 388 \& cast5\-cbc CAST5 in CBC mode 389 \& cast5\-cfb CAST5 in CFB mode 390 \& cast5\-ecb CAST5 in ECB mode [all …]
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-enc.pod.in | 280 a strong block cipher, such as AES, in CBC mode. 345 bf-cbc Blowfish in CBC mode 348 bf-cfb Blowfish in CFB mode 349 bf-ecb Blowfish in ECB mode 350 bf-ofb Blowfish in OFB mode 352 cast-cbc CAST in CBC mode 354 cast5-cbc CAST5 in CBC mode 355 cast5-cfb CAST5 in CFB mode 356 cast5-ecb CAST5 in ECB mode 357 cast5-ofb CAST5 in OFB mode [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | op_classes.c | 20 static enum chan_allowed allow_channel(struct hostapd_hw_modes *mode, in allow_channel() argument 27 for (i = 0; i < mode->num_channels; i++) { in allow_channel() 30 chan_is_6ghz = is_6ghz_freq(mode->channels[i].freq); in allow_channel() 31 if (is_6ghz == chan_is_6ghz && mode->channels[i].chan == chan) in allow_channel() 35 if (i == mode->num_channels || in allow_channel() 36 (mode->channels[i].flag & HOSTAPD_CHAN_DISABLED)) in allow_channel() 40 *flags = mode->channels[i].flag; in allow_channel() 42 if (mode->channels[i].flag & HOSTAPD_CHAN_NO_IR) in allow_channel() 49 static int get_center_80mhz(struct hostapd_hw_modes *mode, u8 channel, in get_center_80mhz() argument 54 if (mode->mode != HOSTAPD_MODE_IEEE80211A) in get_center_80mhz() [all …]
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_sm4_hw.c | 20 || (ctx->mode != EVP_CIPH_ECB_MODE in cipher_hw_sm4_initkey() 21 && ctx->mode != EVP_CIPH_CBC_MODE)) { in cipher_hw_sm4_initkey() 28 if (ctx->mode == EVP_CIPH_CBC_MODE) in cipher_hw_sm4_initkey() 33 if (ctx->mode == EVP_CIPH_ECB_MODE) in cipher_hw_sm4_initkey() 38 if (ctx->mode == EVP_CIPH_CTR_MODE) in cipher_hw_sm4_initkey() 50 if (ctx->mode == EVP_CIPH_CBC_MODE) in cipher_hw_sm4_initkey() 52 else if (ctx->mode == EVP_CIPH_ECB_MODE) in cipher_hw_sm4_initkey() 54 else if (ctx->mode == EVP_CIPH_CTR_MODE) in cipher_hw_sm4_initkey() 63 if (ctx->mode == EVP_CIPH_CBC_MODE) in cipher_hw_sm4_initkey() 65 else if (ctx->mode == EVP_CIPH_ECB_MODE) in cipher_hw_sm4_initkey() [all …]
|