Home
last modified time | relevance | path

Searched refs:plain (Results 1 – 72 of 72) sorted by relevance

/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_krb5_seqnum.c47 unsigned char plain[8]; in krb5_make_rc4_seq_num() local
56 plain[0] = (unsigned char) ((seqnum >> 24) & 0xff); in krb5_make_rc4_seq_num()
57 plain[1] = (unsigned char) ((seqnum >> 16) & 0xff); in krb5_make_rc4_seq_num()
58 plain[2] = (unsigned char) ((seqnum >> 8) & 0xff); in krb5_make_rc4_seq_num()
59 plain[3] = (unsigned char) ((seqnum >> 0) & 0xff); in krb5_make_rc4_seq_num()
60 plain[4] = direction; in krb5_make_rc4_seq_num()
61 plain[5] = direction; in krb5_make_rc4_seq_num()
62 plain[6] = direction; in krb5_make_rc4_seq_num()
63 plain[7] = direction; in krb5_make_rc4_seq_num()
69 code = krb5_encrypt(cipher, cksum, plain, buf, 8); in krb5_make_rc4_seq_num()
[all …]
/linux-4.4.14/drivers/staging/skein/
Dthreefish_api.c27 u64 plain[SKEIN_MAX_STATE_WORDS]; /* max number of words*/ in threefish_encrypt_block_bytes() local
30 skein_get64_lsb_first(plain, in, key_ctx->state_size / 64); in threefish_encrypt_block_bytes()
31 threefish_encrypt_block_words(key_ctx, plain, cipher); in threefish_encrypt_block_bytes()
54 u64 plain[SKEIN_MAX_STATE_WORDS]; /* max number of words*/ in threefish_decrypt_block_bytes() local
58 threefish_decrypt_block_words(key_ctx, cipher, plain); in threefish_decrypt_block_bytes()
59 skein_put64_lsb_first(out, plain, key_ctx->state_size / 8); in threefish_decrypt_block_bytes()
/linux-4.4.14/Documentation/fb/
Ds3fb.txt19 I tested s3fb on Trio64 (plain, V+ and V2/DX) and Virge (plain, VX, DX),
40 hardware, i get best results from plain S3 Trio32 card - about 75 MHz). This
/linux-4.4.14/lib/
Dtest_printf.c164 plain(void) in plain() function
320 plain(); in test_pointer()
/linux-4.4.14/arch/arm/nwfpe/
Dentry.S116 @ plain LDR instruction. Weird, but it seems harmless.
/linux-4.4.14/Documentation/zh_CN/
Demail-clients.txt32 接收附件,但是附件的内容格式应该是"text/plain"。然而,附件一般是不赞成的,
DSubmittingPatches193 Content-Type: text/plain; charset=us-ascii; format=flowed
/linux-4.4.14/Documentation/networking/
Dieee802154.txt18 - IEEE 802.15.4 layer; We have chosen to use plain Berkeley socket API,
57 code via plain sk_buffs. On skb reception skb->cb must contain additional
Dopenvswitch.txt6 used to implement a plain Ethernet switch, network device bonding,
Dfilter.txt429 code: [40] jt[0] jf[0] k[12] <-- plain BPF code of current instruction
449 This can go forwards and backwards in time, a plain `step` will break
Dscaling.txt243 are steered using plain RPS. Multiple table entries may point to the
Dcan.txt408 contains a plain length value from 0 .. 64. So both canfd_frame.len and
1175 layer is a plain value from 0 .. 64 instead of the CAN 'data length code'.
Dip-sysctl.txt31 can verify them besides a plain socket lookup. Current
/linux-4.4.14/Documentation/hwmon/
Dasb10027 3 (i.e. one setting controls both.) If you have a plain ASB100, the PWM
/linux-4.4.14/Documentation/serial/
Dn_gsm.txt73 5- use these devices as plain serial ports.
/linux-4.4.14/Documentation/s390/
Dzfcpdump.txt21 dump format defines a 4K header followed by plain uncompressed memory. The
/linux-4.4.14/Documentation/misc-devices/
Dapds990x.txt36 values are known. Otherwise plain sensor default values are used.
/linux-4.4.14/Documentation/i2c/
Di2c-protocol14 Data (8 bits): A plain data byte. Sometimes, I write DataLow, DataHigh
Ddev-interface56 Well, you are all set up now. You can now use SMBus commands or plain
143 You can do plain i2c transactions by using read(2) and write(2) calls.
Dsmbus-protocol17 translated to I2C on I2C adapters, but plain I2C commands can not be
44 Data (8 bits): A plain data byte. Sometimes, I write DataLow, DataHigh
Dwriting-clients318 If you can choose between plain I2C communication and SMBus level
320 commands, but only some of them understand plain I2C!
/linux-4.4.14/Documentation/power/
Dvideo.txt56 a new enough X, and a plain text console (no vesafb or radeonfb). See
78 safest to do your experiments with plain old VGA console. The vesafb
/linux-4.4.14/drivers/net/slip/
DKconfig52 answer Y, just in case. You will still be able to use plain SLIP. If
/linux-4.4.14/Documentation/ko_KR/
DHOWTO398 나와있는데로 명백히(plain) 읽을 수 있는 텍스트여야 한다. 커널 개발자들은
/linux-4.4.14/net/l2tp/
DKconfig77 L2TP frames, namely UDP and plain IP (without UDP). This
/linux-4.4.14/Documentation/filesystems/
Daffs.txt49 This is useful since most of the plain AmigaOS files
118 - x permission of the user will set E for plain files.
Dfiemap.txt132 This extent does not consist of plain filesystem blocks but is
Dvfs.txt429 implementation is equivalent to plain rename.
431 exist; this is checked by the VFS. Unlike plain rename,
/linux-4.4.14/Documentation/RCU/
Dlockdep-splat.txt67 This form says that it must be in a plain vanilla RCU read-side critical
/linux-4.4.14/crypto/
Dccm.c251 static int crypto_ccm_auth(struct aead_request *req, struct scatterlist *plain, in crypto_ccm_auth() argument
281 get_data_to_compute(cipher, pctx, plain, cryptlen); in crypto_ccm_auth()
DKconfig347 XTS: IEEE1619/D16 narrow block cipher use with aes-xts-plain,
/linux-4.4.14/Documentation/driver-model/
Ddevres.txt22 example, a plain SFF ATA controller (that is, good old PCI IDE) in
/linux-4.4.14/arch/arm/boot/dts/
Dste-snowball.dts556 * These are plain GPIO pins used by WLAN
Dste-href-family-pinctrl.dtsi729 * These are plain GPIO pins used by WLAN
/linux-4.4.14/drivers/gpu/drm/
DKconfig136 run the Radeon in plain VGA mode.
/linux-4.4.14/drivers/staging/speakup/
DKconfig21 that can be used with a plain text terminal.
Dspkguide.txt1264 Examples of suitable formats for Transparent copies include plain
/linux-4.4.14/arch/arm/mach-omap2/
Dsleep34xx.S89 adrl r3, l2dis_3630_offset @ may be too distant for plain adr
/linux-4.4.14/Documentation/timers/
Dhrtimers.txt129 union" type and a plain "scalar" 64bit nanoseconds representation (at
/linux-4.4.14/Documentation/
Demail-clients.txt20 "text/plain". However, attachments are generally frowned upon because
Dadding-syscalls.txt179 - A draft man-page for the new system call, either as plain text in the
472 markup, but plain text will do. If groff is used, it's helpful to include a
DSubmittingPatches135 in plain English for the reviewer to verify that the code is behaving
335 6) No MIME, no links, no compression, no attachments. Just plain text.
349 attachment as plain text, making it impossible to comment on your
DHOWTO237 can be found at http://git-scm.com/) but plain patches are also just
407 If you add patches to your mail, make sure they are plain readable text
Dpinctrl.txt1251 device is removed. It is recommended to use this function over plain
1271 pinctrl_get() must be paired with a plain pinctrl_put().
1274 devm_pinctrl_get() may not be paired with plain pinctrl_put().
D00-INDEX157 - plain ASCII listing of all the nodes in /dev/ with major minor #'s.
Dxillybus.txt119 and use plain write() or read() calls, just like with a regular pipe. In
Datomic_ops.txt26 plain reads.
Dapplying-patches.txt83 Which will leave you with a plain text patch-x.y.z file that you can feed to
/linux-4.4.14/Documentation/locking/
Dlockdep-design.txt188 occur, can be detected on a plain, lightly loaded single-CPU system as
/linux-4.4.14/sound/oss/
DCHANGELOG300 - Fixed speed limits for the plain SB (1.0 to 2.0).
/linux-4.4.14/drivers/block/drbd/
Ddrbd_receiver.c4395 unsigned int plain = in INFO_bm_xfer_stats() local
4406 if (total >= plain) in INFO_bm_xfer_stats()
4410 r = (total > UINT_MAX/1000) ? (total / (plain/1000)) in INFO_bm_xfer_stats()
4411 : (1000 * total / plain); in INFO_bm_xfer_stats()
/linux-4.4.14/Documentation/input/
Djoystick-parport.txt269 not to need power. Just a plain simple six switches inside. If your
/linux-4.4.14/Documentation/dmaengine/
Dprovider.txt187 - Even though a plain memcpy can look like a particular case of a
/linux-4.4.14/drivers/net/wireless/
Dairo.c1640 u8 *cipher, plain[16]; in emmh32_setseed() local
1650 memcpy (plain, aes_counter, 16); in emmh32_setseed()
1651 crypto_cipher_encrypt_one(tfm, plain, plain); in emmh32_setseed()
1652 cipher = plain; in emmh32_setseed()
/linux-4.4.14/Documentation/development-process/
D5.Posting249 Patches should always be sent as plain text. Please do not send them as
/linux-4.4.14/arch/s390/
DKconfig416 The default behaviour is identical to appending numa=plain to
/linux-4.4.14/tools/power/cpupower/po/
Dde.po16 "Content-Type: text/plain; charset=ISO-8859-1\n"
Dit.po17 "Content-Type: text/plain; charset=UTF-8\n"
Dcs.po18 "Content-Type: text/plain; charset=UTF-8\n"
Dfr.po17 "Content-Type: text/plain; charset=ISO-8859-1\n"
Dpt.po15 "Content-Type: text/plain; charset=UTF-8\n"
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES116 on dns_upcall (resolving DFS referralls). Fix plain text password
118 lanman and plain text though). Fix writes to be at correct offset when
DREADME635 using plain text passwords, set the SecurityFlags
/linux-4.4.14/Documentation/PCI/
Dpci.txt569 your driver if they're helpful, or just use plain hex constants.
/linux-4.4.14/drivers/video/fbdev/
DKconfig1340 don't need to choose this to run the Radeon in plain VGA mode.
2446 through device tree, or plain old platform data.
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio.txt488 A patch file is a plain text file which looks like below:
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt377 possible with plain STs and graphics cards (The former because the
/linux-4.4.14/Documentation/scsi/
Dscsi_mid_low_api.txt43 typically Documentation/scsi . Most documents are in plain
DChangeLog.lpfc504 * Fixed some usage of plain integer as NULL pointer.
/linux-4.4.14/arch/arm/crypto/
Daesbs-core.S_shipped1327 cmp r2, #8 @ use plain AES for
/linux-4.4.14/init/
DKconfig174 will create a few percent smaller kernel than plain LZMA.
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1008 with a plain 'make'. Both need to be installed in a directory that's