Home
last modified time | relevance | path

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

/systemd-251/src/cryptsetup/cryptsetup-tokens/ !
Dluks2-fido2.c63 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()
Dcryptsetup-token-util.h28 #define crypt_log_error_errno(cd, e, ...) \ macro
31 #define crypt_log_oom(cd) crypt_log_error_errno(cd, ENOMEM, "Not enough memory.")
Dcryptsetup-token-systemd-fido2.c46 return crypt_log_error_errno(cd, ENOANO, "PIN must be characters string."); in cryptsetup_token_open_pin()
Dluks2-pkcs11.c219 return crypt_log_error_errno(cd, r, "Can not base64 encode key: %m"); in acquire_luks2_key()