Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dcommands-posix.c863 bool crypted, in qmp_guest_set_user_password()
890 const char *crypt_flag = crypted ? "-H" : "-h"; in guest_find_interface()
896 const char *crypt_flag = crypted ? "-e" : NULL;
838 qmp_guest_set_user_password(const char * username,const char * password,bool crypted,Error ** errp) qmp_guest_set_user_password() argument
H A Dqapi-schema.json1089 # @crypted: true if password is already crypt()d, false if raw
1091 # If the @crypted flag is true, it is the caller's responsibility to
1097 # Not all guest operating systems will support use of the @crypted
1107 'data': { 'username': 'str', 'password': 'str', 'crypted': 'bool' },
H A Dcommands-win32.c1929 bool crypted, in qmp_guest_set_user_password() argument
1939 if (crypted) { in qmp_guest_set_user_password()
1940 error_setg(errp, "'crypted' must be off on this host"); in qmp_guest_set_user_password()