Searched refs:crypt_log_error_errno (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/cryptsetup/cryptsetup-tokens/ |
D | luks2-fido2.c | 63 return crypt_log_error_errno(cd, r, "Failed to base64 encode key: %m"); in acquire_luks2_key() 100 return crypt_log_error_errno(cd, r, "Failed to parse JSON token data: %m"); in parse_luks2_fido2_data() 108 … return crypt_log_error_errno(cd, r, "Failed to parse 'fido2-credentials' field: %m"); in parse_luks2_fido2_data() 116 return crypt_log_error_errno(cd, r, "Failed to parse 'fido2-salt' field: %m"); in parse_luks2_fido2_data()
|
D | cryptsetup-token-util.h | 28 #define crypt_log_error_errno(cd, e, ...) \ macro 31 #define crypt_log_oom(cd) crypt_log_error_errno(cd, ENOMEM, "Not enough memory.")
|
D | cryptsetup-token-systemd-fido2.c | 46 return crypt_log_error_errno(cd, ENOANO, "PIN must be characters string."); in cryptsetup_token_open_pin()
|
D | luks2-pkcs11.c | 219 return crypt_log_error_errno(cd, r, "Can not base64 encode key: %m"); in acquire_luks2_key()
|