Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dcommands-posix.c836 bool crypted, in qmp_guest_set_user_password() argument
863 const char *crypt_flag = crypted ? "-H" : "-h"; in qmp_guest_set_user_password()
869 const char *crypt_flag = crypted ? "-e" : NULL; in qmp_guest_set_user_password()
H A Dqapi-schema.json1085 # @crypted: true if password is already crypt()d, false if raw
1087 # If the @crypted flag is true, it is the caller's responsibility to
1093 # Not all guest operating systems will support use of the @crypted
1103 'data': { 'username': 'str', 'password': 'str', 'crypted': 'bool' },
H A Dcommands-win32.c1906 bool crypted, in qmp_guest_set_user_password() argument
1916 if (crypted) { in qmp_guest_set_user_password()