/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_krb5_seqnum.c | 47 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/ |
D | threefish_api.c | 27 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/ |
D | s3fb.txt | 19 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/ |
D | test_printf.c | 164 plain(void) in plain() function 320 plain(); in test_pointer()
|
/linux-4.4.14/arch/arm/nwfpe/ |
D | entry.S | 116 @ plain LDR instruction. Weird, but it seems harmless.
|
/linux-4.4.14/Documentation/zh_CN/ |
D | email-clients.txt | 32 接收附件,但是附件的内容格式应该是"text/plain"。然而,附件一般是不赞成的,
|
D | SubmittingPatches | 193 Content-Type: text/plain; charset=us-ascii; format=flowed
|
/linux-4.4.14/Documentation/networking/ |
D | ieee802154.txt | 18 - 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
|
D | openvswitch.txt | 6 used to implement a plain Ethernet switch, network device bonding,
|
D | filter.txt | 429 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
|
D | scaling.txt | 243 are steered using plain RPS. Multiple table entries may point to the
|
D | can.txt | 408 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'.
|
D | ip-sysctl.txt | 31 can verify them besides a plain socket lookup. Current
|
/linux-4.4.14/Documentation/hwmon/ |
D | asb100 | 27 3 (i.e. one setting controls both.) If you have a plain ASB100, the PWM
|
/linux-4.4.14/Documentation/serial/ |
D | n_gsm.txt | 73 5- use these devices as plain serial ports.
|
/linux-4.4.14/Documentation/s390/ |
D | zfcpdump.txt | 21 dump format defines a 4K header followed by plain uncompressed memory. The
|
/linux-4.4.14/Documentation/misc-devices/ |
D | apds990x.txt | 36 values are known. Otherwise plain sensor default values are used.
|
/linux-4.4.14/Documentation/i2c/ |
D | i2c-protocol | 14 Data (8 bits): A plain data byte. Sometimes, I write DataLow, DataHigh
|
D | dev-interface | 56 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.
|
D | smbus-protocol | 17 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
|
D | writing-clients | 318 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/ |
D | video.txt | 56 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/ |
D | Kconfig | 52 answer Y, just in case. You will still be able to use plain SLIP. If
|
/linux-4.4.14/Documentation/ko_KR/ |
D | HOWTO | 398 나와있는데로 명백히(plain) 읽을 수 있는 텍스트여야 한다. 커널 개발자들은
|
/linux-4.4.14/net/l2tp/ |
D | Kconfig | 77 L2TP frames, namely UDP and plain IP (without UDP). This
|
/linux-4.4.14/Documentation/filesystems/ |
D | affs.txt | 49 This is useful since most of the plain AmigaOS files 118 - x permission of the user will set E for plain files.
|
D | fiemap.txt | 132 This extent does not consist of plain filesystem blocks but is
|
D | vfs.txt | 429 implementation is equivalent to plain rename. 431 exist; this is checked by the VFS. Unlike plain rename,
|
/linux-4.4.14/Documentation/RCU/ |
D | lockdep-splat.txt | 67 This form says that it must be in a plain vanilla RCU read-side critical
|
/linux-4.4.14/crypto/ |
D | ccm.c | 251 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()
|
D | Kconfig | 347 XTS: IEEE1619/D16 narrow block cipher use with aes-xts-plain,
|
/linux-4.4.14/Documentation/driver-model/ |
D | devres.txt | 22 example, a plain SFF ATA controller (that is, good old PCI IDE) in
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | ste-snowball.dts | 556 * These are plain GPIO pins used by WLAN
|
D | ste-href-family-pinctrl.dtsi | 729 * These are plain GPIO pins used by WLAN
|
/linux-4.4.14/drivers/gpu/drm/ |
D | Kconfig | 136 run the Radeon in plain VGA mode.
|
/linux-4.4.14/drivers/staging/speakup/ |
D | Kconfig | 21 that can be used with a plain text terminal.
|
D | spkguide.txt | 1264 Examples of suitable formats for Transparent copies include plain
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | sleep34xx.S | 89 adrl r3, l2dis_3630_offset @ may be too distant for plain adr
|
/linux-4.4.14/Documentation/timers/ |
D | hrtimers.txt | 129 union" type and a plain "scalar" 64bit nanoseconds representation (at
|
/linux-4.4.14/Documentation/ |
D | email-clients.txt | 20 "text/plain". However, attachments are generally frowned upon because
|
D | adding-syscalls.txt | 179 - 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
|
D | SubmittingPatches | 135 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
|
D | HOWTO | 237 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
|
D | pinctrl.txt | 1251 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().
|
D | 00-INDEX | 157 - plain ASCII listing of all the nodes in /dev/ with major minor #'s.
|
D | xillybus.txt | 119 and use plain write() or read() calls, just like with a regular pipe. In
|
D | atomic_ops.txt | 26 plain reads.
|
D | applying-patches.txt | 83 Which will leave you with a plain text patch-x.y.z file that you can feed to
|
/linux-4.4.14/Documentation/locking/ |
D | lockdep-design.txt | 188 occur, can be detected on a plain, lightly loaded single-CPU system as
|
/linux-4.4.14/sound/oss/ |
D | CHANGELOG | 300 - Fixed speed limits for the plain SB (1.0 to 2.0).
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_receiver.c | 4395 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/ |
D | joystick-parport.txt | 269 not to need power. Just a plain simple six switches inside. If your
|
/linux-4.4.14/Documentation/dmaengine/ |
D | provider.txt | 187 - Even though a plain memcpy can look like a particular case of a
|
/linux-4.4.14/drivers/net/wireless/ |
D | airo.c | 1640 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/ |
D | 5.Posting | 249 Patches should always be sent as plain text. Please do not send them as
|
/linux-4.4.14/arch/s390/ |
D | Kconfig | 416 The default behaviour is identical to appending numa=plain to
|
/linux-4.4.14/tools/power/cpupower/po/ |
D | de.po | 16 "Content-Type: text/plain; charset=ISO-8859-1\n"
|
D | it.po | 17 "Content-Type: text/plain; charset=UTF-8\n"
|
D | cs.po | 18 "Content-Type: text/plain; charset=UTF-8\n"
|
D | fr.po | 17 "Content-Type: text/plain; charset=ISO-8859-1\n"
|
D | pt.po | 15 "Content-Type: text/plain; charset=UTF-8\n"
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 116 on dns_upcall (resolving DFS referralls). Fix plain text password 118 lanman and plain text though). Fix writes to be at correct offset when
|
D | README | 635 using plain text passwords, set the SecurityFlags
|
/linux-4.4.14/Documentation/PCI/ |
D | pci.txt | 569 your driver if they're helpful, or just use plain hex constants.
|
/linux-4.4.14/drivers/video/fbdev/ |
D | Kconfig | 1340 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/ |
D | HD-Audio.txt | 488 A patch file is a plain text file which looks like below:
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 377 possible with plain STs and graphics cards (The former because the
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi_mid_low_api.txt | 43 typically Documentation/scsi . Most documents are in plain
|
D | ChangeLog.lpfc | 504 * Fixed some usage of plain integer as NULL pointer.
|
/linux-4.4.14/arch/arm/crypto/ |
D | aesbs-core.S_shipped | 1327 cmp r2, #8 @ use plain AES for
|
/linux-4.4.14/init/ |
D | Kconfig | 174 will create a few percent smaller kernel than plain LZMA.
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1008 with a plain 'make'. Both need to be installed in a directory that's
|