| /linux-6.15/crypto/ |
| H A D | testmgr.h | 41 const char *plaintext; member 6034 .plaintext = 6068 .plaintext = 6101 .plaintext = 6120 .plaintext = 6465 .plaintext = 8440 .plaintext = 8532 .plaintext = 8620 .plaintext = 8714 .plaintext = [all …]
|
| H A D | testmgr.c | 1264 kv.iov_base = (void *)vec->plaintext; in build_hash_sglist() 1730 generate_random_bytes(rng, (u8 *)vec->plaintext, vec->psize); in generate_random_hash_testvec() 1752 vec->digest_error = crypto_shash_digest(desc, vec->plaintext, in generate_random_hash_testvec() 1852 vec.plaintext = kmalloc(maxdatasize, GFP_KERNEL); in test_hash_vs_generic_impl() 1854 if (!vec.key || !vec.plaintext || !vec.digest) { in test_hash_vs_generic_impl() 1876 kfree(vec.plaintext); in test_hash_vs_generic_impl()
|
| /linux-6.15/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_test.c | 30 const struct xdr_netobj *plaintext; member 77 .len = param->plaintext->len, in checksum_case() 277 .plaintext = &nfold_test_kerberos, 283 .plaintext = &nfold_test_kerberos, 289 .plaintext = &nfold_test_kerberos, 295 .plaintext = &nfold_test_kerberos, 313 krb5_nfold(param->plaintext->len * 8, param->plaintext->data, in rfc3961_nfold_case() 557 memcpy(text, param->plaintext->data, param->plaintext->len); in rfc3962_encrypt_case() 1163 param->plaintext->len); in rfc6803_encrypt_case() 1656 param->plaintext->len); in rfc8009_encrypt_case() [all …]
|
| /linux-6.15/tools/verification/models/ |
| H A D | wwnr.dot | 2 {node [shape = plaintext, style=invis, label=""] "__init_not_running"}; 4 {node [shape = plaintext] "not_running"}; 5 {node [shape = plaintext] "running"};
|
| H A D | wip.dot | 3 {node [shape = plaintext, style=invis, label=""] "__init_preemptive"};
|
| /linux-6.15/tools/verification/models/sched/ |
| H A D | sncid.dot | 4 {node [shape = plaintext, style=invis, label=""] "__init_can_sched"}; 6 {node [shape = plaintext] "can_sched"}; 7 {node [shape = plaintext] "cant_sched"};
|
| H A D | tss.dot | 4 {node [shape = plaintext] "sched"}; 5 {node [shape = plaintext, style=invis, label=""] "__init_thread"}; 7 {node [shape = plaintext] "thread"};
|
| H A D | snroc.dot | 4 {node [shape = plaintext, style=invis, label=""] "__init_other_context"}; 6 {node [shape = plaintext] "other_context"}; 7 {node [shape = plaintext] "own_context"};
|
| H A D | sco.dot | 4 {node [shape = plaintext] "scheduling_context"}; 5 {node [shape = plaintext, style=invis, label=""] "__init_thread_context"}; 7 {node [shape = plaintext] "thread_context"};
|
| H A D | snep.dot | 4 {node [shape = plaintext, style=invis, label=""] "__init_non_scheduling_context"}; 6 {node [shape = plaintext] "non_scheduling_context"}; 7 {node [shape = plaintext] "scheduling_contex"};
|
| H A D | scpd.dot | 4 {node [shape = plaintext] "can_sched"}; 5 {node [shape = plaintext, style=invis, label=""] "__init_cant_sched"}; 7 {node [shape = plaintext] "cant_sched"};
|
| /linux-6.15/Documentation/admin-guide/blockdev/drbd/ |
| H A D | drbd-connection-state-overview.dot | 6 node [shape=plaintext]
|
| /linux-6.15/Documentation/crypto/ |
| H A D | userspace-if.rst | 93 If a consumer on the other hand wants to maintain the plaintext and the 237 with the plaintext / ciphertext. See below for the memory structure. 263 - plaintext or ciphertext 277 - AEAD encryption input: AAD \|\| plaintext 286 - AEAD decryption output: plaintext
|
| H A D | devel-algos.rst | 132 contains the plaintext and will contain the ciphertext. Please refer
|
| H A D | krb5.rst | 252 plaintext before encrypting it (the reverse of authenc). The handle returned
|
| /linux-6.15/Documentation/security/keys/ |
| H A D | ecryptfs.rst | 28 In order to avoid known-plaintext attacks, the datablob obtained through
|
| /linux-6.15/Documentation/virt/kvm/s390/ |
| H A D | s390-pv-boot.rst | 15 On IPL (boot) a small plaintext bootloader is started, which provides
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | fscrypt.rst | 90 plaintext file contents or filenames from other users on the same 240 "tweak" the encryption of each file so that the same plaintext in two 322 plaintext filenames, the KDF is also used to derive a 128-bit 523 With CBC-CTS, the IV reuse means that when the plaintext filenames share a 529 All supported filenames encryption modes accept any plaintext length 826 encrypted using that key appear "unlocked", i.e. in plaintext form. 951 be in plaintext form or in ciphertext form) is global. This mismatch 1220 for an encrypted file contains the plaintext, not the ciphertext. 1414 plaintext must be preserved. Instead, filesystems must encrypt into a 1431 plaintext filenames, since the plaintext filenames are unavailable [all …]
|
| H A D | fsverity.rst | 601 fs-verity. In this case, the plaintext data is verified rather than 614 when the file is, since it contains hashes of the plaintext data. 898 file contents are, because it stores hashes of the plaintext
|
| /linux-6.15/Documentation/block/ |
| H A D | inline-encryption.rst | 283 its integrity information is calculated (using the plaintext data, since 287 must not store the integrity info that it received with the plaintext data 288 since that might reveal information about the plaintext data. As such, it must 290 instead. Another issue with storing the integrity info of the plaintext data is 294 ciphertext, not that of the plaintext). 344 plaintext pagecache pages of encrypted files. The focus here is just on
|
| /linux-6.15/Documentation/trace/rv/ |
| H A D | deterministic_automata.rst | 117 {node [shape = plaintext, style=invis, label=""] "__init_preemptive"};
|
| /linux-6.15/Documentation/virt/kvm/x86/ |
| H A D | hypercalls.rst | 185 * bit 4 - plaintext = 0, encrypted = 1
|
| /linux-6.15/Documentation/power/ |
| H A D | swsusp.rst | 329 your sensitive data are then stored in plaintext on disk. This means
|
| /linux-6.15/Documentation/ABI/stable/ |
| H A D | sysfs-block | 308 in raw, plaintext form in software.
|
| /linux-6.15/Documentation/admin-guide/cifs/ |
| H A D | usage.rst | 644 does not work with lanman or plaintext authentication.
|