| /Linux-v5.4/net/sunrpc/auth_gss/ |
| D | gss_krb5_seqnum.c | 47 unsigned char *plain; in krb5_make_rc4_seq_num() local 55 plain = kmalloc(8, GFP_NOFS); in krb5_make_rc4_seq_num() 56 if (!plain) in krb5_make_rc4_seq_num() 59 plain[0] = (unsigned char) ((seqnum >> 24) & 0xff); in krb5_make_rc4_seq_num() 60 plain[1] = (unsigned char) ((seqnum >> 16) & 0xff); in krb5_make_rc4_seq_num() 61 plain[2] = (unsigned char) ((seqnum >> 8) & 0xff); in krb5_make_rc4_seq_num() 62 plain[3] = (unsigned char) ((seqnum >> 0) & 0xff); in krb5_make_rc4_seq_num() 63 plain[4] = direction; in krb5_make_rc4_seq_num() 64 plain[5] = direction; in krb5_make_rc4_seq_num() 65 plain[6] = direction; in krb5_make_rc4_seq_num() [all …]
|
| /Linux-v5.4/Documentation/fb/ |
| D | s3fb.rst | 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-v5.4/tools/memory-model/ |
| D | linux-kernel.cat | 163 (* Warn about plain writes and marked accesses in the same region *) 173 (* Boundaries for lifetimes of plain accesses *) 181 (* Visibility and executes-before for plain accesses *) 191 (* Coherence requirements for plain accesses *) 195 empty (wr-incoh | rw-incoh | ww-incoh) as plain-coherence
|
| D | linux-kernel.bell | 81 (* Compute marked and plain memory accesses *)
|
| /Linux-v5.4/net/mac80211/ |
| D | fils_aead.c | 67 const u8 *plain, size_t plain_len, in aes_siv_encrypt() argument 81 addr[num_elem] = plain; in aes_siv_encrypt() 101 tmp = kmemdup(plain, plain_len, GFP_KERNEL); in aes_siv_encrypt()
|
| /Linux-v5.4/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-v5.4/Documentation/core-api/ |
| D | protection-keys.rst | 76 behavior of a plain mprotect(). For instance if you do this:: 99 the plain mprotect() permissions are violated.
|
| D | mm-api.rst | 26 users will want to use a plain ``GFP_KERNEL``.
|
| /Linux-v5.4/arch/arm/nwfpe/ |
| D | entry.S | 104 @ plain LDR instruction. Weird, but it seems harmless.
|
| /Linux-v5.4/crypto/ |
| D | ccm.c | 176 static int crypto_ccm_auth(struct aead_request *req, struct scatterlist *plain, in crypto_ccm_auth() argument 223 if (plain) in crypto_ccm_auth() 224 sg_chain(sg, 2, plain); in crypto_ccm_auth() 225 plain = sg; in crypto_ccm_auth() 229 ahash_request_set_crypt(ahreq, plain, pctx->odata, cryptlen); in crypto_ccm_auth()
|
| /Linux-v5.4/fs/autofs/ |
| D | Kconfig | 11 transitioned to just plain AUTOFS_FS.
|
| /Linux-v5.4/lib/ |
| D | test_printf.c | 296 plain(void) in plain() function 599 plain(); in test_pointer()
|
| /Linux-v5.4/Documentation/hwmon/ |
| D | asb100.rst | 31 3 (i.e. one setting controls both.) If you have a plain ASB100, the PWM
|
| /Linux-v5.4/Documentation/translations/zh_CN/process/ |
| D | email-clients.rst | 33 接收附件,但是附件的内容格式应该是"text/plain"。然而,附件一般是不赞成的,
|
| /Linux-v5.4/tools/testing/selftests/net/ |
| D | xfrm_policy.sh | 143 local plain=$5 146 ip -net $ns xfrm policy add dst $plain dir out priority 10 action allow
|
| /Linux-v5.4/Documentation/networking/ |
| D | ieee802154.rst | 20 - IEEE 802.15.4 layer; We have chosen to use plain Berkeley socket API, 80 code via plain sk_buffs. On skb reception skb->cb must contain additional
|
| /Linux-v5.4/Documentation/misc-devices/ |
| D | apds990x.txt | 36 values are known. Otherwise plain sensor default values are used.
|
| /Linux-v5.4/Documentation/i2c/ |
| D | i2c-protocol.rst | 19 Data (8 bits): A plain data byte. Sometimes, I write DataLow, DataHigh
|
| D | dev-interface.rst | 58 Well, you are all set up now. You can now use SMBus commands or plain 147 You can do plain i2c transactions by using read(2) and write(2) calls.
|
| /Linux-v5.4/Documentation/driver-api/md/ |
| D | raid5-ppl.rst | 39 case the behavior is the same as in plain raid5.
|
| /Linux-v5.4/Documentation/driver-api/serial/ |
| D | n_gsm.rst | 73 5. use these devices as plain serial ports.
|
| /Linux-v5.4/Documentation/doc-guide/ |
| D | sphinx.rst | 20 Finally, there are thousands of plain text documentation files scattered around 22 over time, but the bulk of them will remain in plain text. 178 simple. For the most part the documentation should be plain text with
|
| /Linux-v5.4/net/l2tp/ |
| D | Kconfig | 78 L2TP frames, namely UDP and plain IP (without UDP). This
|
| /Linux-v5.4/drivers/net/slip/ |
| D | Kconfig | 53 answer Y, just in case. You will still be able to use plain SLIP. If
|
| /Linux-v5.4/Documentation/translations/ko_KR/ |
| D | howto.rst | 414 나와있는데로 명백히(plain) 읽을 수 있는 텍스트여야 한다. 커널 개발자들은
|