/systemd-251/src/cryptsetup/cryptsetup-tokens/ |
D | cryptsetup-token-util.h | 12 #define crypt_log_debug(cd, ...) crypt_logf(cd, CRYPT_LOG_DEBUG, __VA_ARGS__) argument 13 #define crypt_log_error(cd, ...) crypt_logf(cd, CRYPT_LOG_ERROR, __VA_ARGS__) argument 14 #define crypt_log_verbose(cd, ...) crypt_logf(cd, CRYPT_LOG_VERBOSE, __VA_ARGS__) argument 15 #define crypt_log(cd, ...) crypt_logf(cd, CRYPT_LOG_NORMAL, __VA_ARGS__) argument 17 #define crypt_log_full_errno(cd, e, lvl, ...) ({ \ argument 25 #define crypt_log_debug_errno(cd, e, ...) \ argument 28 #define crypt_log_error_errno(cd, e, ...) \ argument 31 #define crypt_log_oom(cd) crypt_log_error_errno(cd, ENOMEM, "Not enough memory.") argument
|
D | cryptsetup-token-systemd-pkcs11.c | 25 struct crypt_device *cd, /* is always LUKS2 context */ in cryptsetup_token_open_pin() 61 struct crypt_device *cd, /* is always LUKS2 context */ in cryptsetup_token_open() 83 struct crypt_device *cd /* is always LUKS2 context */, in cryptsetup_token_dump() 110 struct crypt_device *cd, /* is always LUKS2 context */ in cryptsetup_token_validate()
|
D | cryptsetup-token-systemd-fido2.c | 25 struct crypt_device *cd, /* is always LUKS2 context */ in cryptsetup_token_open_pin() 73 struct crypt_device *cd, /* is always LUKS2 context */ in cryptsetup_token_open() 95 struct crypt_device *cd /* is always LUKS2 context */, in cryptsetup_token_dump() 162 struct crypt_device *cd, /* is always LUKS2 context */ in cryptsetup_token_validate()
|
D | cryptsetup-token-systemd-tpm2.c | 26 static int log_debug_open_error(struct crypt_device *cd, int r) { in log_debug_open_error() 52 struct crypt_device *cd, /* is always LUKS2 context */ in cryptsetup_token_open() 138 struct crypt_device *cd /* is always LUKS2 context */, in cryptsetup_token_dump() 189 struct crypt_device *cd, /* is always LUKS2 context */ in cryptsetup_token_validate()
|
D | luks2-pkcs11.c | 16 struct crypt_device *cd; member 105 struct crypt_device *cd, in acquire_luks2_key_by_pin() 176 struct crypt_device *cd, in acquire_luks2_key() 228 struct crypt_device *cd, in parse_luks2_pkcs11_data()
|
D | luks2-fido2.c | 13 struct crypt_device *cd, in acquire_luks2_key() 73 struct crypt_device *cd, in parse_luks2_fido2_data()
|
/systemd-251/src/network/tc/ |
D | codel.c | 14 ControlledDelay *cd; in controlled_delay_init() local 27 ControlledDelay *cd; in controlled_delay_fill_message() local 90 ControlledDelay *cd; in config_parse_controlled_delay_u32() local 143 ControlledDelay *cd; in config_parse_controlled_delay_usec() local 209 ControlledDelay *cd; in config_parse_controlled_delay_bool() local
|
/systemd-251/src/cryptenroll/ |
D | cryptenroll-wipe.c | 11 static int find_all_slots(struct crypt_device *cd, Set *wipe_slots, Set *keep_slots) { in find_all_slots() 39 static int find_empty_passphrase_slots(struct crypt_device *cd, Set *wipe_slots, Set *keep_slots) { in find_empty_passphrase_slots() 86 struct crypt_device *cd, in find_slots_by_mask() 191 static int find_slot_tokens(struct crypt_device *cd, Set *wipe_slots, Set *keep_slots, Set *wipe_to… in find_slot_tokens() 270 static bool slots_remain(struct crypt_device *cd, Set *wipe_slots, Set *keep_slots) { in slots_remain() 297 int wipe_slots(struct crypt_device *cd, in wipe_slots()
|
D | cryptenroll-pkcs11.h | 12 static inline int enroll_pkcs11(struct crypt_device *cd, const void *volume_key, size_t volume_key_… in enroll_pkcs11()
|
D | cryptenroll-fido2.h | 13 static inline int enroll_fido2(struct crypt_device *cd, const void *volume_key, size_t volume_key_s… in enroll_fido2()
|
D | cryptenroll-tpm2.h | 12 static inline int enroll_tpm2(struct crypt_device *cd, const void *volume_key, size_t volume_key_si… in enroll_tpm2()
|
D | cryptenroll-recovery.c | 12 struct crypt_device *cd, in enroll_recovery()
|
D | cryptenroll-tpm2.c | 13 struct crypt_device *cd, in search_policy_hash() 129 int enroll_tpm2(struct crypt_device *cd, in enroll_tpm2()
|
D | cryptenroll.c | 412 static int check_for_homed(struct crypt_device *cd) { in check_for_homed() 439 _cleanup_(crypt_freep) struct crypt_device *cd = NULL; in prepare_luks() local 547 _cleanup_(crypt_freep) struct crypt_device *cd = NULL; in run() local
|
D | cryptenroll-pkcs11.c | 12 struct crypt_device *cd, in enroll_pkcs11()
|
D | cryptenroll-password.c | 12 struct crypt_device *cd, in enroll_password()
|
D | cryptenroll-fido2.c | 11 struct crypt_device *cd, in enroll_fido2()
|
D | cryptenroll-list.c | 8 int list_enrolled(struct crypt_device *cd) { in list_enrolled()
|
/systemd-251/src/shared/ |
D | cryptsetup-util.h | 85 static inline void sym_crypt_free(struct crypt_device* cd) {} in sym_crypt_free() 86 static inline void sym_crypt_freep(struct crypt_device** cd) {} in sym_crypt_freep()
|
D | cryptsetup-util.c | 133 void cryptsetup_enable_logging(struct crypt_device *cd) { in cryptsetup_enable_logging() 150 int cryptsetup_set_minimal_pbkdf(struct crypt_device *cd) { in cryptsetup_set_minimal_pbkdf() 179 struct crypt_device *cd, in cryptsetup_get_token_as_json() 256 int cryptsetup_add_token_json(struct crypt_device *cd, JsonVariant *v) { in cryptsetup_add_token_json()
|
/systemd-251/src/home/ |
D | homework-luks.h | 29 static inline uint64_t luks_volume_key_size_convert(struct crypt_device *cd) { in luks_volume_key_size_convert()
|
/systemd-251/src/cryptsetup/ |
D | cryptsetup.c | 652 struct crypt_device *cd, in attach_tcrypt() 855 struct crypt_device *cd, in attach_luks2_by_fido2_via_plugin() 911 struct crypt_device *cd, in attach_luks_or_plain_or_bitlk_by_fido2() 1058 struct crypt_device *cd, in attach_luks2_by_pkcs11_via_plugin() 1088 struct crypt_device *cd, in attach_luks_or_plain_or_bitlk_by_pkcs11() 1251 struct crypt_device *cd, in attach_luks2_by_tpm2_via_plugin() 1278 struct crypt_device *cd, in attach_luks_or_plain_or_bitlk_by_tpm2() 1472 struct crypt_device *cd, in attach_luks_or_plain_or_bitlk_by_key_data() 1500 struct crypt_device *cd, in attach_luks_or_plain_or_bitlk_by_key_file() 1553 struct crypt_device *cd, in attach_luks_or_plain_or_bitlk_by_passphrase() [all …]
|
D | cryptsetup-pkcs11.h | 54 struct crypt_device *cd, in find_pkcs11_auto_data()
|
D | cryptsetup-fido2.h | 68 struct crypt_device *cd, in find_fido2_auto_data()
|
/systemd-251/src/integritysetup/ |
D | integritysetup.c | 90 _cleanup_(crypt_freep) struct crypt_device *cd = NULL; in run() local
|