Searched refs:sensitive (Results 1 – 14 of 14) sorted by relevance
/systemd-251/src/fuzz/ |
D | fuzz-json.c | 77 bool sensitive = json_variant_is_sensitive(v); in LLVMFuzzerTestOneInput() local 78 log_debug("json_variant_is_sensitive: %s", yes_no(sensitive)); in LLVMFuzzerTestOneInput() 82 sensitive = json_variant_is_sensitive(v); in LLVMFuzzerTestOneInput() 83 log_debug("json_variant_is_sensitive: %s", yes_no(sensitive)); in LLVMFuzzerTestOneInput()
|
/systemd-251/src/shared/ |
D | tpm2-util.c | 920 .size = sizeof(hmac_sensitive.sensitive), in tpm2_seal() 921 .sensitive.data.size = 32, in tpm2_seal() 924 hash_pin(pin, strlen(pin), hmac_sensitive.sensitive.userAuth.buffer); in tpm2_seal() 925 hmac_sensitive.sensitive.userAuth.size = SHA256_DIGEST_SIZE; in tpm2_seal() 927 assert(sizeof(hmac_sensitive.sensitive.data.buffer) >= hmac_sensitive.sensitive.data.size); in tpm2_seal() 933 …r = genuine_random_bytes(hmac_sensitive.sensitive.data.buffer, hmac_sensitive.sensitive.data.size,… in tpm2_seal() 962 secret = memdup(hmac_sensitive.sensitive.data.buffer, hmac_sensitive.sensitive.data.size); in tpm2_seal() 963 … explicit_bzero_safe(hmac_sensitive.sensitive.data.buffer, hmac_sensitive.sensitive.data.size); in tpm2_seal() 1013 *ret_secret_size = hmac_sensitive.sensitive.data.size; in tpm2_seal()
|
D | json.c | 85 bool sensitive:1; member 770 bool sensitive; in json_variant_free_inner() local 779 sensitive = v->sensitive || force_sensitive; in json_variant_free_inner() 782 if (sensitive) in json_variant_free_inner() 791 json_variant_free_inner(v + 1 + i, sensitive); in json_variant_free_inner() 793 if (sensitive) in json_variant_free_inner() 1405 v->sensitive = true; in json_variant_sensitive() 1413 return v->sensitive; in json_variant_is_sensitive() 2084 bool sensitive; in json_variant_strv() local 2101 sensitive = v->sensitive; in json_variant_strv() [all …]
|
/systemd-251/shell-completion/bash/ |
D | journalctl | 50 --root --case-sensitive' 112 --case-sensitive)
|
/systemd-251/docs/ |
D | CREDENTIALS.md | 13 intended to provide systems and services with potentially security sensitive 76 via D-Bus), this should only be used for credentials that aren't sensitive, 85 is thus safe to be used even for sensitive information, because even though 179 Credentials are supposed to be useful for carrying sensitive information, such 265 `/proc/cmdline`. This is hence typically not useful to pass sensitive
|
D | PREDICTABLE_INTERFACE_NAMES.md | 14 …es which are coded for certain naming schemes, and which are hence very sensitive to unpredictable…
|
D | USER_RECORD.md | 103 user in all contexts, are portable and not security sensitive. 106 the user record). Fields contained in this object are security sensitive, 111 an untrusted client, by monopolizing such sensitive records in a single 927 sensitive, since it should forcefully lock the user into the assigned resource
|
D | USER_GROUP_API.md | 225 sensitive data is leaked this way. The `incomplete` parameter should indicate
|
D | RESOLVED-VPNS.md | 57 desirable (since security-sensitive), but needs to be supported for specific
|
/systemd-251/src/libsystemd/sd-bus/ |
D | bus-message.h | 87 bool sensitive:1; member
|
D | bus-message.c | 49 if (m->sensitive && !m->sealed) in message_free_part() 59 if (m->sensitive) in message_free_part() 745 t->sensitive = call->sensitive; in message_new_reply() 5975 m->sensitive = true; in sd_bus_message_sensitive()
|
/systemd-251/hwdb.d/ |
D | 70-pointingstick.hwdb | 153 # least sensitive revision, but it is better to be a bit slow than too fast.
|
D | 80-ieee1394-unit-function.hwdb | 25 # case-sensitive way. On the other hand, it parses kernel alias by case-insensitive way.
|
/systemd-251/ |
D | NEWS | 616 This feature is useful to store sensitive material such as SSL 3962 D-Bus message object as "sensitive". Those objects are erased from 3964 messages that contain security sensitive data. A new flag 3967 those methods to be implicitly marked as "sensitive". 6436 insensitive if the pattern is lowercase, and case sensitive 6437 otherwise. Option --case-sensitive=yes|no can be used to override 8423 potentially security sensitive parsing operation. (Note that when
|