Searched refs:password_type (Results 1 – 2 of 2) sorted by relevance
41 int set_new_password(const char *password_type, const char *new) in set_new_password() argument54 if (strcmp(password_type, "Admin") == 0) { in set_new_password()56 } else if (strcmp(password_type, "System") == 0) { in set_new_password()61 password_type); in set_new_password()67 password_type_size = calculate_string_buffer(password_type); in set_new_password()82 ret = populate_string_buffer(start, password_type_size, password_type); in set_new_password()
190 int set_new_password(const char *password_type, const char *new);