Home
last modified time | relevance | path

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

1234

/Linux-v4.19/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-v4.19/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-v4.19/net/mac80211/
Dfils_aead.c70 const u8 *plain, size_t plain_len, in aes_siv_encrypt() argument
84 addr[num_elem] = plain; in aes_siv_encrypt()
104 tmp = kmemdup(plain, plain_len, GFP_KERNEL); in aes_siv_encrypt()
/Linux-v4.19/Documentation/devicetree/bindings/pci/
Dfaraday,ftpci100.txt5 plain and dual PCI. The plain version embeds a cascading interrupt controller
50 The plain variant has 128MiB of non-prefetchable memory space, whereas the
/Linux-v4.19/Documentation/x86/
Dprotection-keys.txt67 behavior of a plain mprotect(). For instance if you do this:
90 the plain mprotect() permissions are violated.
/Linux-v4.19/lib/
Dtest_printf.c279 plain(void) in plain() function
520 plain(); in test_pointer()
/Linux-v4.19/arch/arm/nwfpe/
Dentry.S116 @ plain LDR instruction. Weird, but it seems harmless.
/Linux-v4.19/fs/autofs/
DKconfig10 transitioned to just plain AUTOFS_FS.
/Linux-v4.19/crypto/
Dccm.c178 static int crypto_ccm_auth(struct aead_request *req, struct scatterlist *plain, in crypto_ccm_auth() argument
225 if (plain) in crypto_ccm_auth()
226 sg_chain(sg, 2, plain); in crypto_ccm_auth()
227 plain = sg; in crypto_ccm_auth()
231 ahash_request_set_crypt(ahreq, plain, pctx->odata, cryptlen); in crypto_ccm_auth()
/Linux-v4.19/Documentation/core-api/
Dmm-api.rst24 users will want to use a plain ``GFP_KERNEL``.
/Linux-v4.19/Documentation/translations/zh_CN/
Demail-clients.txt32 接收附件,但是附件的内容格式应该是"text/plain"。然而,附件一般是不赞成的,
/Linux-v4.19/Documentation/hwmon/
Dasb10027 3 (i.e. one setting controls both.) If you have a plain ASB100, the PWM
/Linux-v4.19/Documentation/networking/
Dieee802154.txt18 - IEEE 802.15.4 layer; We have chosen to use plain Berkeley socket API,
55 code via plain sk_buffs. On skb reception skb->cb must contain additional
/Linux-v4.19/Documentation/misc-devices/
Dapds990x.txt36 values are known. Otherwise plain sensor default values are used.
/Linux-v4.19/Documentation/doc-guide/
Dsphinx.rst18 Finally, there are thousands of plain text documentation files scattered around
20 over time, but the bulk of them will remain in plain text.
177 simple. For the most part the documentation should be plain text with
/Linux-v4.19/Documentation/md/
Draid5-ppl.txt37 case the behavior is the same as in plain raid5.
/Linux-v4.19/Documentation/i2c/
Di2c-protocol14 Data (8 bits): A plain data byte. Sometimes, I write DataLow, DataHigh
Ddev-interface54 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
/Linux-v4.19/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-v4.19/Documentation/serial/
Dn_gsm.txt73 5- use these devices as plain serial ports.
/Linux-v4.19/net/l2tp/
DKconfig77 L2TP frames, namely UDP and plain IP (without UDP). This
/Linux-v4.19/Documentation/media/uapi/v4l/
Ddev-output.rst58 to it as if it was a plain file. Well written V4L2 applications ensure
/Linux-v4.19/Documentation/translations/ko_KR/
Dhowto.rst434 나와있는데로 명백히(plain) 읽을 수 있는 텍스트여야 한다. 커널 개발자들은
/Linux-v4.19/drivers/net/slip/
DKconfig52 answer Y, just in case. You will still be able to use plain SLIP. If

1234