Lines Matching refs:log_std
301 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()
1989 log_std(cd, "MK bits: \t%d\n", cd->hdr.keyBytes * 8); in crypt_dump()
1990 log_std(cd, "MK digest: \t"); in crypt_dump()
1992 log_std(cd, "\n"); in crypt_dump()
1993 log_std(cd, "MK salt: \t"); in crypt_dump()
1995 log_std(cd, "\n \t"); in crypt_dump()
1997 log_std(cd, "\n"); in crypt_dump()
1998 log_std(cd, "MK iterations: \t%d\n", cd->hdr.mkDigestIterations); in crypt_dump()
1999 log_std(cd, "UUID: \t%s\n\n", cd->hdr.uuid); in crypt_dump()
2002 log_std(cd, "Key Slot %d: ENABLED\n",i); in crypt_dump()
2003 log_std(cd, "\tIterations: \t%d\n", in crypt_dump()
2005 log_std(cd, "\tSalt: \t"); in crypt_dump()
2008 log_std(cd, "\n\t \t"); in crypt_dump()
2011 log_std(cd, "\n"); in crypt_dump()
2013 log_std(cd, "\tKey material offset:\t%d\n", in crypt_dump()
2015 log_std(cd, "\tAF stripes: \t%d\n", in crypt_dump()
2019 log_std(cd, "Key Slot %d: DISABLED\n", i); in crypt_dump()