/Linux-v4.19/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-v4.19/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-v4.19/net/mac80211/ |
D | fils_aead.c | 70 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/ |
D | faraday,ftpci100.txt | 5 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/ |
D | protection-keys.txt | 67 behavior of a plain mprotect(). For instance if you do this: 90 the plain mprotect() permissions are violated.
|
/Linux-v4.19/lib/ |
D | test_printf.c | 279 plain(void) in plain() function 520 plain(); in test_pointer()
|
/Linux-v4.19/arch/arm/nwfpe/ |
D | entry.S | 116 @ plain LDR instruction. Weird, but it seems harmless.
|
/Linux-v4.19/fs/autofs/ |
D | Kconfig | 10 transitioned to just plain AUTOFS_FS.
|
/Linux-v4.19/crypto/ |
D | ccm.c | 178 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/ |
D | mm-api.rst | 24 users will want to use a plain ``GFP_KERNEL``.
|
/Linux-v4.19/Documentation/translations/zh_CN/ |
D | email-clients.txt | 32 接收附件,但是附件的内容格式应该是"text/plain"。然而,附件一般是不赞成的,
|
/Linux-v4.19/Documentation/hwmon/ |
D | asb100 | 27 3 (i.e. one setting controls both.) If you have a plain ASB100, the PWM
|
/Linux-v4.19/Documentation/networking/ |
D | ieee802154.txt | 18 - 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/ |
D | apds990x.txt | 36 values are known. Otherwise plain sensor default values are used.
|
/Linux-v4.19/Documentation/doc-guide/ |
D | sphinx.rst | 18 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/ |
D | raid5-ppl.txt | 37 case the behavior is the same as in plain raid5.
|
/Linux-v4.19/Documentation/i2c/ |
D | i2c-protocol | 14 Data (8 bits): A plain data byte. Sometimes, I write DataLow, DataHigh
|
D | dev-interface | 54 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
|
/Linux-v4.19/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-v4.19/Documentation/serial/ |
D | n_gsm.txt | 73 5- use these devices as plain serial ports.
|
/Linux-v4.19/net/l2tp/ |
D | Kconfig | 77 L2TP frames, namely UDP and plain IP (without UDP). This
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | dev-output.rst | 58 to it as if it was a plain file. Well written V4L2 applications ensure
|
/Linux-v4.19/Documentation/translations/ko_KR/ |
D | howto.rst | 434 나와있는데로 명백히(plain) 읽을 수 있는 텍스트여야 한다. 커널 개발자들은
|
/Linux-v4.19/drivers/net/slip/ |
D | Kconfig | 52 answer Y, just in case. You will still be able to use plain SLIP. If
|