Home
last modified time | relevance | path

Searched refs:crypt_log_error (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/cryptsetup/cryptsetup-tokens/
Dluks2-pkcs11.c57 crypt_log_error(data->cd, in luks2_pkcs11_callback()
68 crypt_log_error(data->cd, "Please enter correct PIN for security token " in luks2_pkcs11_callback()
71 crypt_log_error(data->cd, "PIN has been entered incorrectly previously, " in luks2_pkcs11_callback()
Dcryptsetup-token-util.h13 #define crypt_log_error(cd, ...) crypt_logf(cd, CRYPT_LOG_ERROR, __VA_ARGS__) macro
Dluks2-fido2.c123 crypt_log_error(cd, "Not enough memory."); in parse_luks2_fido2_data()