Searched refs:crypted (Results 1 – 3 of 3) sorted by relevance
836 bool crypted, in qmp_guest_set_user_password() argument863 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()
1085 # @crypted: true if password is already crypt()d, false if raw1087 # If the @crypted flag is true, it is the caller's responsibility to1093 # Not all guest operating systems will support use of the @crypted1103 'data': { 'username': 'str', 'password': 'str', 'crypted': 'bool' },
1906 bool crypted, in qmp_guest_set_user_password() argument1916 if (crypted) { in qmp_guest_set_user_password()