Home
last modified time | relevance | path

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

123

/linux-3.4.99/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-3.4.99/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-3.4.99/arch/arm/nwfpe/
Dentry.S115 @ plain LDR instruction. Weird, but it seems harmless.
/linux-3.4.99/arch/alpha/lib/
Dev67-strlen_user.S48 ldah a1, 32767(zero) # do not use plain strlen_user() for strings
Dstrlen_user.S37 ldah a1, 32767(zero) # do not use plain strlen_user() for strings
/linux-3.4.99/Documentation/networking/
Dieee802154.txt13 to use plain Berkeley socket API, the generic Linux networking stack
59 code via plain sk_buffs. On skb reception skb->cb must contain additional
/linux-3.4.99/Documentation/zh_CN/
Demail-clients.txt32 接收附件,但是附件的内容格式应该是"text/plain"。然而,附件一般是不赞成的,
DSubmittingPatches197 Content-Type: text/plain; charset=us-ascii; format=flowed
/linux-3.4.99/Documentation/hwmon/
Dasb10027 3 (i.e. one setting controls both.) If you have a plain ASB100, the PWM
/linux-3.4.99/Documentation/i2c/
Di2c-protocol14 Data (8 bits): A plain data byte. Sometimes, I write DataLow, DataHigh
Dsmbus-protocol17 translated to I2C on I2C adapters, but plain I2C commands can not be
38 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.
Dwriting-clients311 If you can choose between plain I2C communication and SMBus level
313 commands, but only some of them understand plain I2C!
/linux-3.4.99/Documentation/serial/
Dn_gsm.txt73 5- use these devices as plain serial ports.
/linux-3.4.99/Documentation/misc-devices/
Dapds990x.txt36 values are known. Otherwise plain sensor default values are used.
/linux-3.4.99/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-3.4.99/drivers/net/slip/
DKconfig51 answer Y, just in case. You will still be able to use plain SLIP. If
/linux-3.4.99/net/l2tp/
DKconfig75 L2TP frames, namely UDP and plain IP (without UDP). This
/linux-3.4.99/Documentation/filesystems/
Daffs.txt49 This is useful since most of the plain AmigaOS files
114 - x permission of the user will set E for plain files.
/linux-3.4.99/Documentation/RCU/
Dlockdep-splat.txt67 This form says that it must be in a plain vanilla RCU read-side critical
/linux-3.4.99/Documentation/s390/
Dzfcpdump.txt21 dump format defines a 4K header followed by plain uncompressed memory. The
/linux-3.4.99/crypto/
Dccm.c245 static int crypto_ccm_auth(struct aead_request *req, struct scatterlist *plain, in crypto_ccm_auth() argument
275 get_data_to_compute(cipher, pctx, plain, cryptlen); in crypto_ccm_auth()
/linux-3.4.99/Documentation/ko_KR/
DHOWTO436 나와있는데로 명백히(plain) 읽을 수 있는 텍스트여야 한다. 커널 개발자들은
/linux-3.4.99/drivers/gpu/drm/
DKconfig86 run the Radeon in plain VGA mode.
/linux-3.4.99/drivers/staging/speakup/
DKconfig21 that can be used with a plain text terminal.

123