/freebsd/sys/cam/ata/ |
H A D | ata_xpt.c | 177 static void ata_get_transfer_settings(struct ccb_trans_settings *cts); 178 static void ata_set_transfer_settings(struct ccb_trans_settings *cts, 324 struct ccb_trans_settings cts; in aprobestart() local 394 bzero(&cts, sizeof(cts)); in aprobestart() 395 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in aprobestart() 396 cts.ccb_h.func_code = XPT_GET_TRAN_SETTINGS; in aprobestart() 397 cts.type = CTS_TYPE_USER_SETTINGS; in aprobestart() 398 xpt_action((union ccb *)&cts); in aprobestart() 400 if (cts.xport_specific.ata.valid & CTS_ATA_VALID_MODE) in aprobestart() 401 mode = cts.xport_specific.ata.mode; in aprobestart() [all …]
|
H A D | ata_pmp.c | 420 struct ccb_trans_settings cts; in pmpstart() local 444 bzero(&cts, sizeof(cts)); in pmpstart() 445 xpt_setup_ccb(&cts.ccb_h, dpath, CAM_PRIORITY_NONE); in pmpstart() 446 cts.ccb_h.func_code = XPT_GET_TRAN_SETTINGS; in pmpstart() 447 cts.type = CTS_TYPE_USER_SETTINGS; in pmpstart() 448 xpt_action((union ccb *)&cts); in pmpstart() 449 if (cts.xport_specific.sata.valid & CTS_SATA_VALID_REVISION) in pmpstart() 450 revision = cts.xport_specific.sata.revision; in pmpstart() 494 bzero(&cts, sizeof(cts)); in pmpstart() 495 xpt_setup_ccb(&cts.ccb_h, periph->path, CAM_PRIORITY_NONE); in pmpstart() [all …]
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_aes_cts.txt | 46 Cipher = AES-128-CBC-CTS 54 Cipher = AES-128-CBC-CTS 63 Cipher = AES-128-CBC-CTS 72 Cipher = AES-128-CBC-CTS 80 Cipher = AES-128-CBC-CTS 92 Cipher = AES-128-CBC-CTS 100 Cipher = AES-128-CBC-CTS 108 Cipher = AES-128-CBC-CTS 116 Cipher = AES-192-CBC-CTS 124 Cipher = AES-192-CBC-CTS [all …]
|
H A D | evpciph_camellia_cts.txt | 9 Title = Camellia CTS tests from RFC6803 37 Cipher = CAMELLIA-128-CBC-CTS 48 Cipher = CAMELLIA-128-CBC-CTS 59 Cipher = CAMELLIA-128-CBC-CTS 70 Cipher = CAMELLIA-128-CBC-CTS 81 Cipher = CAMELLIA-128-CBC-CTS 92 Cipher = CAMELLIA-256-CBC-CTS 103 Cipher = CAMELLIA-256-CBC-CTS 114 Cipher = CAMELLIA-256-CBC-CTS 125 Cipher = CAMELLIA-256-CBC-CTS [all …]
|
/freebsd/crypto/krb5/src/lib/krb5/krb/ |
H A D | t_get_etype_info.py | 9 realm.run([kadminl, 'ank', '-e', 'aes256-cts:special', '-pw', 'pw', 'exp']) 10 realm.run([kadminl, 'ank', '-e', 'aes256-cts:special', '-pw', 'pw', '+preauth', 27 expected_msg='etype: aes256-cts\nsalt: KRBTEST.COMuser\n') 29 expected_msg='etype: aes256-cts\nsalt: KRBTEST.COMpuser\n') 32 msg = 'etype: aes128-cts\nsalt: KRBTEST.COMuser\n' 33 realm.run(['./t_get_etype_info', '-e', 'aes128-cts', 'user'], 34 expected_msg='etype: aes128-cts\nsalt: KRBTEST.COMuser\n') 35 realm.run(['./t_get_etype_info', '-e', 'aes128-cts', 'puser'], 36 expected_msg='etype: aes128-cts\nsalt: KRBTEST.COMpuser\n') 39 msg = 'etype: aes256-cts\nsalt: KRBTEST.COMuser\n' [all …]
|
/freebsd/crypto/krb5/src/lib/crypto/krb/ |
H A D | etypes.c | 86 "aes128-cts-hmac-sha1-96", { "aes128-cts", "aes128-sha1" }, 87 "AES-128 CTS mode with 96-bit SHA-1 HMAC", 96 "aes256-cts-hmac-sha1-96", { "aes256-cts", "aes256-sha1" }, 97 "AES-256 CTS mode with 96-bit SHA-1 HMAC", 107 "camellia128-cts-cmac", { "camellia128-cts" }, 108 "Camellia-128 CTS mode with CMAC", 118 "camellia256-cts-cmac", { "camellia256-cts" }, 119 "Camellia-256 CTS mode with CMAC", 130 "aes128-cts-hmac-sha256-128", { "aes128-sha2" }, 131 "AES-128 CTS mode with 128-bit SHA-256 HMAC", [all …]
|
/freebsd/sys/cam/mmc/ |
H A D | mmc_sim.c | 54 struct ccb_trans_settings *cts; in mmc_sim_task() local 62 cts = &mmc_sim->ccb->cts; in mmc_sim_task() 65 rv = MMC_SIM_GET_TRAN_SETTINGS(mmc_sim->dev, &cts->proto_specific.mmc); in mmc_sim_task() 72 rv = MMC_SIM_SET_TRAN_SETTINGS(mmc_sim->dev, &cts->proto_specific.mmc); in mmc_sim_task() 117 struct ccb_trans_settings *cts = &ccb->cts; in mmc_cam_sim_default_action() local 119 rv = MMC_SIM_GET_TRAN_SETTINGS(mmc_sim->dev, &cts->proto_specific.mmc); in mmc_cam_sim_default_action() 123 cts->protocol = PROTO_MMCSD; in mmc_cam_sim_default_action() 124 cts->protocol_version = 1; in mmc_cam_sim_default_action() 125 cts->transport = XPORT_MMCSD; in mmc_cam_sim_default_action() 126 cts->transport_version = 1; in mmc_cam_sim_default_action() [all …]
|
H A D | mmc_xpt.c | 380 struct ccb_trans_settings cts; in mmc_announce_periph_sbuf() local 387 memset(&cts, 0, sizeof(cts)); in mmc_announce_periph_sbuf() 388 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NORMAL); in mmc_announce_periph_sbuf() 389 cts.ccb_h.func_code = XPT_GET_TRAN_SETTINGS; in mmc_announce_periph_sbuf() 390 cts.type = CTS_TYPE_CURRENT_SETTINGS; in mmc_announce_periph_sbuf() 391 xpt_action((union ccb*)&cts); in mmc_announce_periph_sbuf() 392 if ((cts.ccb_h.status & CAM_STATUS_MASK) != CAM_REQ_CMP) in mmc_announce_periph_sbuf() 396 ("XPT info: CLK %04d, ...\n", cts.proto_specific.mmc.ios.clock)); in mmc_announce_periph_sbuf() 588 struct ccb_trans_settings_mmc *cts; in mmcprobe_start() local 594 cts = &start_ccb->cts.proto_specific.mmc; in mmcprobe_start() [all …]
|
/freebsd/sys/dev/ata/ |
H A D | ata-all.c | 1023 struct ccb_trans_settings *cts = &ccb->cts; in ataaction() local 1028 if (cts->type == CTS_TYPE_CURRENT_SETTINGS) in ataaction() 1033 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_REVISION) in ataaction() 1034 d->revision = cts->xport_specific.sata.revision; in ataaction() 1035 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_MODE) { in ataaction() 1036 if (cts->type == CTS_TYPE_CURRENT_SETTINGS) { in ataaction() 1039 cts->xport_specific.sata.mode); in ataaction() 1041 d->mode = cts->xport_specific.sata.mode; in ataaction() 1043 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_BYTECOUNT) in ataaction() 1044 d->bytecount = min(8192, cts->xport_specific.sata.bytecount); in ataaction() [all …]
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_xpt.c | 582 static void scsi_set_transfer_settings(struct ccb_trans_settings *cts, 1037 struct ccb_trans_settings cts; in proberequestdefaultnegotiation() local 1039 memset(&cts, 0, sizeof(cts)); in proberequestdefaultnegotiation() 1040 xpt_setup_ccb(&cts.ccb_h, periph->path, CAM_PRIORITY_NONE); in proberequestdefaultnegotiation() 1041 cts.ccb_h.func_code = XPT_GET_TRAN_SETTINGS; in proberequestdefaultnegotiation() 1042 cts.type = CTS_TYPE_USER_SETTINGS; in proberequestdefaultnegotiation() 1043 xpt_action((union ccb *)&cts); in proberequestdefaultnegotiation() 1044 if (cam_ccb_status((union ccb *)&cts) != CAM_REQ_CMP) { in proberequestdefaultnegotiation() 1047 cts.ccb_h.func_code = XPT_SET_TRAN_SETTINGS; in proberequestdefaultnegotiation() 1048 cts.type = CTS_TYPE_CURRENT_SETTINGS; in proberequestdefaultnegotiation() [all …]
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 443 bbr_set_probebw_gains(struct tcp_bbr *bbr, uint32_t cts, uint32_t losses); 445 bbr_substate_change(struct tcp_bbr *bbr, uint32_t cts, int line, 450 bbr_state_change(struct tcp_bbr *bbr, uint32_t cts, int32_t epoch, 453 bbr_calc_thresh_rack(struct tcp_bbr *bbr, uint32_t srtt, uint32_t cts, 459 struct bbr_sendmap *rsm, uint32_t srtt, uint32_t cts); 461 bbr_exit_persist(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts, 466 bbr_enter_probe_rtt(struct tcp_bbr *bbr, uint32_t cts, int32_t line); 471 tcp_bbr_tso_size_check(struct tcp_bbr *bbr, uint32_t cts); 473 bbr_setup_red_bw(struct tcp_bbr *bbr, uint32_t cts); 475 bbr_log_rtt_shrinks(struct tcp_bbr *bbr, uint32_t cts, uint32_t applied, [all …]
|
/freebsd/crypto/krb5/src/man/ |
H A D | kdc.conf.man | 436 default value for this is \fBaes256\-cts\-hmac\-sha1\-96\fP\&. For a list of all possible 495 default value for this tag is \fBaes256\-cts\-hmac\-sha1\-96:normal aes128\-cts\-hmac\-sha1\-96:nor… 981 aes256\-cts\-hmac\-sha1\-96 aes256\-cts aes256\-sha1 983 AES\-256 CTS mode with 96\-bit SHA\-1 HMAC 987 aes128\-cts\-hmac\-sha1\-96 aes128\-cts aes128\-sha1 989 AES\-128 CTS mode with 96\-bit SHA\-1 HMAC 993 aes256\-cts\-hmac\-sha384\-192 aes256\-sha2 995 AES\-256 CTS mode with 192\-bit SHA\-384 HMAC 999 aes128\-cts\-hmac\-sha256\-128 aes128\-sha2 1001 AES\-128 CTS mode with 128\-bit SHA\-256 HMAC [all …]
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx_osm.c | 60 struct ccb_trans_settings *cts); 63 struct ccb_trans_settings *cts); 645 SIM_CHANNEL(ahd, sim), &ccb->cts); in ahd_action() 653 SIM_CHANNEL(ahd, sim), &ccb->cts); in ahd_action() 732 struct ccb_trans_settings *cts) in ahd_set_tran_settings() 743 scsi = &cts->proto_specific.scsi; in ahd_set_tran_settings() 744 spi = &cts->xport_specific.spi; in ahd_set_tran_settings() 746 cts->ccb_h.target_id, in ahd_set_tran_settings() 747 cts->ccb_h.target_lun, in ahd_set_tran_settings() 754 if (cts in ahd_set_tran_settings() 720 ahd_set_tran_settings(struct ahd_softc * ahd,int our_id,char channel,struct ccb_trans_settings * cts) ahd_set_tran_settings() argument 836 ahd_get_tran_settings(struct ahd_softc * ahd,int our_id,char channel,struct ccb_trans_settings * cts) ahd_get_tran_settings() argument 1217 struct ccb_trans_settings cts; ahd_send_async() local [all...] |
H A D | aic7xxx_osm.c | 54 struct ccb_trans_settings *cts); 607 struct ccb_trans_settings *cts; in ahc_action() 616 cts = &ccb->cts; in ahc_action() 617 scsi = &cts->proto_specific.scsi; in ahc_action() 618 spi = &cts->xport_specific.spi; in ahc_action() 620 cts->ccb_h.target_id, in ahc_action() 621 cts->ccb_h.target_lun, in ahc_action() 628 if (cts->type == CTS_TYPE_CURRENT_SETTINGS) { in ahc_action() 633 cts in ahc_action() 595 struct ccb_trans_settings *cts; ahc_action() local 817 ahc_get_tran_settings(struct ahc_softc * ahc,int our_id,char channel,struct ccb_trans_settings * cts) ahc_get_tran_settings() argument 1275 struct ccb_trans_settings cts; ahc_send_async() local [all...] |
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6qdl-dhcom-drc02.dtsi | 15 * Tx and Rx are routed to the DHCOM UART1 rts/cts pins. Therefore the micro SD 16 * card must be disabled and the uart1 rts/cts must be output on other DHCOM 73 * DHCOM UART1 rts/cts pins. Therefore this UART have to use DHCOM GPIOs 74 * for rts/cts. So configure DHCOM GPIO I as rts and GPIO M as cts. 77 cts-gpios = <&gpio7 0 GPIO_ACTIVE_HIGH>; /* GPIO M */ 86 * controlled by DHCOM GPIO P. So remove rts/cts pins and the property 121 * M: uart1 cts
|
/freebsd/sys/cam/nvme/ |
H A D | nvme_xpt.c | 623 struct ccb_trans_settings cts; in nvme_device_transport() local 636 memset(&cts, 0, sizeof(cts)); in nvme_device_transport() 637 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in nvme_device_transport() 638 cts.ccb_h.func_code = XPT_SET_TRAN_SETTINGS; in nvme_device_transport() 639 cts.type = CTS_TYPE_CURRENT_SETTINGS; in nvme_device_transport() 640 cts.transport = path->device->transport; in nvme_device_transport() 641 cts.transport_version = path->device->transport_version; in nvme_device_transport() 642 cts.protocol = path->device->protocol; in nvme_device_transport() 643 cts.protocol_version = path->device->protocol_version; in nvme_device_transport() 644 cts.proto_specific.valid = 0; in nvme_device_transport() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | marvell,armada-370-pinctrl.txt | 26 mpp10 10 gpio, ge0(txctl), uart0(cts), tdm(fsync), audio(sdi) 48 mpp27 27 gpio, ge0(rxd4), ge1(rxd2), uart0(cts) 59 mpp38 38 gpio, dev(ready), uart1(cts), uart0(cts) 73 mpp50 50 gpio, dev(ad11), uart0(cts), sd0(d1), spi1(miso), 82 mpp56 56 gpio, dev(cs2), uart1(cts), uart0(cts), spi0(cs3), 92 mpp62 62 gpio, dev(a2), uart1(cts), tdm(drx), pcie(clkreq0), 93 audio(mclk), uart0(cts)
|
H A D | marvell,kirkwood-pinctrl.txt | 34 mpp9 9 gpio, twsi(sck), uart0(cts), uart1(cts), ptp(evreq), 43 mpp16 16 gpio, sdio(d2), uart0(cts), uart1(rxd), mii(crs) 72 mpp9 9 gpio, twsi(sck), uart0(cts), uart1(cts), ptp(evreq), 81 mpp16 16 gpio, sdio(d2), uart0(cts), uart1(rxd), mii(crs) 116 mpp9 9 gpio, twsi(sck), uart0(cts), uart1(cts), ptp(evreq), 125 mpp16 16 gpio, sdio(d2), uart0(cts), uart1(rxd), mii(crs), 165 mpp9 9 gpio, twsi(sck), uart0(cts), uart1(cts), ptp(evreq), 174 mpp16 16 gpio, sdio(d2), uart0(cts), uart1(rxd), mii(crs), 228 mpp9 9 gpio, twsi(sck), uart0(cts), uart1(cts), mii(crs), 238 mpp16 16 gpio, sdio(d2), uart0(cts), uart1(rxd), mii(crs), [all …]
|
H A D | marvell,dove-pinctrl.txt | 19 mpp1 1 gpio, pmu, uart2(cts), sdio0(wp), lcd1(pwm), pmu* 23 uart1(cts), lcd-spi(cs1), pmu* 25 mpp5 5 gpio, pmu, uart3(cts), sdio1(wp), spi1(cs), pmu* 35 mpp13 13 gpio, pmu, uart2(cts), audio1(extclk), sdio1(wp), 40 mpp17 17 gpio, uart3(cts), sdio0(wp), ac97(sdi2), twsi(sda), 47 uart1(cts), ssp(sfrm) 49 lcd-spi(mosi), uart1(cts), ssp(txd)
|
/freebsd/sys/contrib/device-tree/Bindings/serial/ |
H A D | serial.yaml | 28 cts-gpios: 32 the UART's CTS line. 68 for RTS/CTS hardware flow control, and that they are available for use 76 cts-rts-swap: 78 description: CTS and RTS pins are swapped. 116 cts-gpios: false
|
H A D | sirf-uart.txt | 14 - cts-gpios: CTS pin for USP-based UART if uart-has-rtscts is true 27 On the board-specific dts, we can put rts-gpios and cts-gpios like 33 cts-gpios = <&gpio 46 0>;
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | EVP_CIPHER-CAMELLIA.7 | 74 .IP """CAMELLIA\-128\-CBC\-CTS"", ""CAMELLIA\-192\-CBC\-CTS"" and ""CAMELLIA\-256\-CBC\-CTS""" 4 75 .IX Item """CAMELLIA-128-CBC-CTS"", ""CAMELLIA-192-CBC-CTS"" and ""CAMELLIA-256-CBC-CTS"""
|
H A D | EVP_CIPHER-AES.7 | 75 .IP """AES\-128\-CBC\-CTS"", ""AES\-192\-CBC\-CTS"" and ""AES\-256\-CBC\-CTS""" 4 76 .IX Item """AES-128-CBC-CTS"", ""AES-192-CBC-CTS"" and ""AES-256-CBC-CTS""" 122 stealing (CTS) is used to fill the block.
|
/freebsd/sys/dev/siis/ |
H A D | siis.c | 1844 struct ccb_trans_settings *cts = &ccb->cts; in siisaction() local 1849 if (cts->type == CTS_TYPE_CURRENT_SETTINGS) in siisaction() 1853 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_REVISION) in siisaction() 1854 d->revision = cts->xport_specific.sata.revision; in siisaction() 1855 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_MODE) in siisaction() 1856 d->mode = cts->xport_specific.sata.mode; in siisaction() 1857 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_BYTECOUNT) in siisaction() 1858 d->bytecount = min(8192, cts->xport_specific.sata.bytecount); in siisaction() 1859 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_TAGS) in siisaction() 1860 d->tags = min(SIIS_MAX_SLOTS, cts->xport_specific.sata.tags); in siisaction() [all …]
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | fsl_sata.c | 1747 struct ccb_trans_settings *cts = &ccb->cts; in fsl_sataaction() local 1752 if (cts->type == CTS_TYPE_CURRENT_SETTINGS) in fsl_sataaction() 1756 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_REVISION) in fsl_sataaction() 1757 d->revision = cts->xport_specific.sata.revision; in fsl_sataaction() 1758 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_MODE) in fsl_sataaction() 1759 d->mode = cts->xport_specific.sata.mode; in fsl_sataaction() 1760 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_BYTECOUNT) in fsl_sataaction() 1761 d->bytecount = min(8192, cts->xport_specific.sata.bytecount); in fsl_sataaction() 1762 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_TAGS) in fsl_sataaction() 1763 d->tags = min(FSL_SATA_MAX_SLOTS, cts->xport_specific.sata.tags); in fsl_sataaction() [all …]
|