Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dbus-common-errors.h117 #define BUS_ERROR_BAD_SIGNATURE "org.freedesktop.home1.BadSignature" macro
Dbus-common-errors.c134 SD_BUS_ERROR_MAP(BUS_ERROR_BAD_SIGNATURE, EKEYREJECTED),
/systemd-251/src/home/
Dhomed-manager-bus.c355 …return sd_bus_error_setf(error, BUS_ERROR_BAD_SIGNATURE, "Specified user record for %s is signed b… in validate_and_allocate_home()
Dhomed-home.c579 …sd_bus_error_setf(ret_error, BUS_ERROR_BAD_SIGNATURE, "User record %s is not signed at all, refusi… in home_verify_user_record()
583 …sd_bus_error_setf(ret_error, BUS_ERROR_BAD_SIGNATURE, "User record %s is not signed by any known k… in home_verify_user_record()