Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dcommands-posix.c2119 bool crypted, in qmp_guest_set_user_password() argument
2181 h_arg = (crypted) ? "-H" : "-h"; in qmp_guest_set_user_password()
2184 if (crypted) { in qmp_guest_set_user_password()
2235 bool crypted, in qmp_guest_set_user_password() argument
H A Dqapi-schema.json1061 # @crypted: true if password is already crypt()d, false if raw
1063 # If the @crypted flag is true, it is the caller's responsibility to
1069 # Not all guest operating systems will support use of the @crypted
1081 'data': { 'username': 'str', 'password': 'str', 'crypted': 'bool' } }
H A Dcommands-win32.c1922 bool crypted, in qmp_guest_set_user_password() argument
1932 if (crypted) { in qmp_guest_set_user_password()