Home
last modified time | relevance | path

Searched refs:crypt_log_debug (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/cryptsetup/cryptsetup-tokens/
Dcryptsetup-token-systemd-tpm2.c28 crypt_log_debug(cd, "TPM2 device not found."); in log_debug_open_error()
31 crypt_log_debug(cd, "No matching TPM2 token data found."); in log_debug_open_error()
204 crypt_log_debug(cd, "TPM2 token data lacks 'tpm2-pcrs' field."); in cryptsetup_token_validate()
212 crypt_log_debug(cd, "TPM2 PCR is not a number."); in cryptsetup_token_validate()
218 crypt_log_debug(cd, "TPM2 PCR number out of range."); in cryptsetup_token_validate()
230 crypt_log_debug(cd, "TPM2 PCR bank is not a string."); in cryptsetup_token_validate()
235crypt_log_debug(cd, "TPM2 PCR bank invalid or not supported: %s.", json_variant_string(w)); in cryptsetup_token_validate()
247 crypt_log_debug(cd, "TPM2 primary key algorithm is not a string."); in cryptsetup_token_validate()
252crypt_log_debug(cd, "TPM2 primary key algorithm invalid or not supported: %s", json_variant_string… in cryptsetup_token_validate()
259 crypt_log_debug(cd, "TPM2 token data lacks 'tpm2-blob' field."); in cryptsetup_token_validate()
[all …]
Dcryptsetup-token-systemd-fido2.c177 crypt_log_debug(cd, "FIDO2 token data lacks 'fido2-credential' field."); in cryptsetup_token_validate()
187 crypt_log_debug(cd, "FIDO2 token data lacks 'fido2-salt' field."); in cryptsetup_token_validate()
198 crypt_log_debug(cd, "FIDO2 token data's 'fido2-rp' field is not a string."); in cryptsetup_token_validate()
205crypt_log_debug(cd, "FIDO2 token data's 'fido2-clientPin-required' field is not a boolean."); in cryptsetup_token_validate()
212crypt_log_debug(cd, "FIDO2 token data's 'fido2-up-required' field is not a boolean."); in cryptsetup_token_validate()
219crypt_log_debug(cd, "FIDO2 token data's 'fido2-uv-required' field is not a boolean."); in cryptsetup_token_validate()
Dcryptsetup-token-systemd-pkcs11.c123 crypt_log_debug(cd, "PKCS#11 token data lacks 'pkcs11-uri' field."); in cryptsetup_token_validate()
128 crypt_log_debug(cd, "PKCS#11 token data contains invalid PKCS#11 URI."); in cryptsetup_token_validate()
134 crypt_log_debug(cd, "PKCS#11 token data lacks 'pkcs11-key' field."); in cryptsetup_token_validate()
Dcryptsetup-token-util.h12 #define crypt_log_debug(cd, ...) crypt_logf(cd, CRYPT_LOG_DEBUG, __VA_ARGS__) macro