Searched refs:crypted (Results 1 – 3 of 3) sorted by relevance
838 bool crypted, in qmp_guest_set_user_password() argument865 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()
1088 # @crypted: true if password is already crypt()d, false if raw1090 # If the @crypted flag is true, it is the caller's responsibility to1096 # Not all guest operating systems will support use of the @crypted1106 'data': { 'username': 'str', 'password': 'str', 'crypted': 'bool' },
1929 bool crypted, in qmp_guest_set_user_password() argument1939 if (crypted) { in qmp_guest_set_user_password()