Home
last modified time | relevance | path

Searched defs:cd (Results 1 – 25 of 37) sorted by relevance

12

/systemd-251/src/cryptsetup/cryptsetup-tokens/
Dcryptsetup-token-util.h12 #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
Dcryptsetup-token-systemd-pkcs11.c25 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()
Dcryptsetup-token-systemd-fido2.c25 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()
Dcryptsetup-token-systemd-tpm2.c26 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()
Dluks2-pkcs11.c16 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()
Dluks2-fido2.c13 struct crypt_device *cd, in acquire_luks2_key()
73 struct crypt_device *cd, in parse_luks2_fido2_data()
/systemd-251/src/network/tc/
Dcodel.c14 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/
Dcryptenroll-wipe.c11 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()
Dcryptenroll-pkcs11.h12 static inline int enroll_pkcs11(struct crypt_device *cd, const void *volume_key, size_t volume_key_… in enroll_pkcs11()
Dcryptenroll-fido2.h13 static inline int enroll_fido2(struct crypt_device *cd, const void *volume_key, size_t volume_key_s… in enroll_fido2()
Dcryptenroll-tpm2.h12 static inline int enroll_tpm2(struct crypt_device *cd, const void *volume_key, size_t volume_key_si… in enroll_tpm2()
Dcryptenroll-recovery.c12 struct crypt_device *cd, in enroll_recovery()
Dcryptenroll-tpm2.c13 struct crypt_device *cd, in search_policy_hash()
129 int enroll_tpm2(struct crypt_device *cd, in enroll_tpm2()
Dcryptenroll.c412 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
Dcryptenroll-pkcs11.c12 struct crypt_device *cd, in enroll_pkcs11()
Dcryptenroll-password.c12 struct crypt_device *cd, in enroll_password()
Dcryptenroll-fido2.c11 struct crypt_device *cd, in enroll_fido2()
Dcryptenroll-list.c8 int list_enrolled(struct crypt_device *cd) { in list_enrolled()
/systemd-251/src/shared/
Dcryptsetup-util.h85 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()
Dcryptsetup-util.c133 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/
Dhomework-luks.h29 static inline uint64_t luks_volume_key_size_convert(struct crypt_device *cd) { in luks_volume_key_size_convert()
/systemd-251/src/cryptsetup/
Dcryptsetup.c652 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 …]
Dcryptsetup-pkcs11.h54 struct crypt_device *cd, in find_pkcs11_auto_data()
Dcryptsetup-fido2.h68 struct crypt_device *cd, in find_fido2_auto_data()
/systemd-251/src/integritysetup/
Dintegritysetup.c90 _cleanup_(crypt_freep) struct crypt_device *cd = NULL; in run() local

12