Home
last modified time | relevance | path

Searched refs:log_std (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/cryptsetup/src/
H A Dcryptsetup.c125 log_std("\nWARNING!\n========\n"); in yesDialog()
126 log_std("%s\n\nAre you sure? (Type uppercase yes): ", msg); in yesDialog()
185 log_std(_("Command successful.\n")); in show_status()
275 log_std("%s/%s is inactive.\n", crypt_get_dir(), options.name); in action_status()
279 log_std("%s/%s is active:\n", crypt_get_dir(), options.name); in action_status()
280 log_std(" cipher: %s\n", options.cipher); in action_status()
281 log_std(" keysize: %d bits\n", options.key_size * 8); in action_status()
282 log_std(" device: %s\n", options.device ?: ""); in action_status()
283 log_std(" offset: %" PRIu64 " sectors\n", options.offset); in action_status()
284 log_std(" size: %" PRIu64 " sectors\n", options.size); in action_status()
[all …]
H A Dcryptsetup.h15 #define log_std(x...) clogger(NULL, CRYPT_LOG_NORMAL, __FILE__, __LINE__, x) macro
/dflybsd-src/contrib/cryptsetup/lib/
H A Dsetup.c301 log_std(cd, _("key slot %d selected for deletion.\n"), key_slot); in luks_remove_helper()
892 log_std(cd, uuid ?: ""); in crypt_luksUUID()
893 log_std(cd, "\n"); in crypt_luksUUID()
1972 log_std(cd, "%02hhx ", (char)d[i]); in hexprintICB()
1983 log_std(cd, "LUKS header information for %s\n\n", cd->device); in crypt_dump()
1984 log_std(cd, "Version: \t%d\n", cd->hdr.version); in crypt_dump()
1985 log_std(cd, "Cipher name: \t%s\n", cd->hdr.cipherName); in crypt_dump()
1986 log_std(cd, "Cipher mode: \t%s\n", cd->hdr.cipherMode); in crypt_dump()
1987 log_std(cd, "Hash spec: \t%s\n", cd->hdr.hashSpec); in crypt_dump()
1988 log_std(cd, "Payload offset:\t%d\n", cd->hdr.payloadOffset); in crypt_dump()
[all …]
H A Dinternal.h112 #define log_std(c, x...) logger(c, CRYPT_LOG_NORMAL, __FILE__, __LINE__, x) macro
H A Dutils.c470 log_std(cd, _("Warning: exhausting read requested, but key file %s" in get_key()