Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dcommands-posix.c838 bool crypted, in qmp_guest_set_user_password() argument
865 const char *crypt_flag = crypted ? "-H" : "-h"; in qmp_guest_set_user_password()
871 const char *crypt_flag = crypted ? "-e" : NULL; in qmp_guest_set_user_password()
H A Dqapi-schema.json1088 # @crypted: true if password is already crypt()d, false if raw
1090 # If the @crypted flag is true, it is the caller's responsibility to
1096 # Not all guest operating systems will support use of the @crypted
1106 '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()