Searched refs:derived (Results 1 – 14 of 14) sorted by relevance
/systemd-251/src/home/ |
D | homework-fscrypt.c | 102 uint8_t derived[512 / 8] = {}; in fscrypt_slot_try_one() local 131 sizeof(derived), derived) != 1) { in fscrypt_slot_try_one() 146 assert(sizeof(derived) >= (size_t) EVP_CIPHER_key_length(cc)); in fscrypt_slot_try_one() 148 if (EVP_DecryptInit_ex(context, cc, NULL, derived, NULL) != 1) { in fscrypt_slot_try_one() 154 explicit_bzero_safe(derived, sizeof(derived)); in fscrypt_slot_try_one() 189 explicit_bzero_safe(derived, sizeof(derived)); in fscrypt_slot_try_one() 407 uint8_t salt[64], derived[512 / 8] = {}; in fscrypt_slot_set() local 420 sizeof(derived), derived) != 1) { in fscrypt_slot_set() 435 assert(sizeof(derived) >= (size_t) EVP_CIPHER_key_length(cc)); in fscrypt_slot_set() 437 if (EVP_EncryptInit_ex(context, cc, NULL, derived, NULL) != 1) { in fscrypt_slot_set() [all …]
|
/systemd-251/LICENSES/ |
D | Linux-syscall-note.txt | 3 of the kernel, and does *not* fall under the heading of "derived work".
|
D | BSD-3-Clause.txt | 14 // contributors may be used to endorse or promote products derived from
|
D | LGPL-2.0-or-later.txt | 38 …he library" and a "work that uses the library". The former contains code derived from the library,… 70 … modified work as a whole. If identifiable sections of that work are not derived from the Library,…
|
/systemd-251/docs/ |
D | CREDENTIALS.md | 30 path to access them is derived from the environment variable 45 derived from a local TPM2 chip, or one stored in `/var/`, or both. This 183 either be one derived from the local TPM2 device, or one stored in
|
D | HOME_DIRECTORY.md | 60 counter mode, using a key derived from the password via PBKDF2-HMAC-SHA512, 78 activate them can be derived automatically from their mere availability.
|
D | BUILDING_IMAGES.md | 34 as many network-visible identifiers are commonly derived from the machine 244 Whether a system will come up in first boot state or not is derived from the
|
D | BOOT_LOADER_INTERFACE.md | 120 the identifier should be derived directly from the drop-in snippet name, but
|
D | RANDOM_SEEDS.md | 217 minimal. The size of the random seed file is directly derived from the Linux 245 derived from the entropy pool initialized with a seed accessible to
|
D | USER_RECORD.md | 664 hash to test this derived secret key against for authentication. The `up`, `uv` 816 derived from the underlying data storage, and indicate in which range the home
|
/systemd-251/ |
D | LICENSE.GPL2 | 99 whole or in part contains or is derived from the Program or any 115 identifiable sections of that work are not derived from the Program,
|
D | LICENSE.LGPL2.1 | 112 former contains code derived from the library, whereas the latter must 191 identifiable sections of that work are not derived from the Library,
|
D | TODO | 811 invocation id, that is derived from process creds, specifically a hashed 814 uuid from these three things has the benefit that it can be derived easily
|
D | NEWS | 4756 cryptographically derived from it. Another derived seed is passed to 4762 is taken to ensure different seeds are derived on system images
|