Searched refs:ascii_p16 (Results 1 – 1 of 1) sorted by relevance
742 char ascii_p16[FSTRING_LEN + 20]; local1000 pdb_sethexpwd(ascii_p16, pwd->smb_passwd, pwd->acct_ctrl);1003 ascii_p16[32] = ':';1005 pdb_sethexpwd(ascii_p16+33, pwd->smb_nt_passwd, pwd->acct_ctrl);1006 ascii_p16[65] = ':';1007 ascii_p16[66] = '\0'; /* null-terminate the string so that strlen works */1011 slprintf(&ascii_p16[strlen(ascii_p16)], 1012 sizeof(ascii_p16)-(strlen(ascii_p16)+1),1015 wr_len = strlen(ascii_p16);1020 dump_data(100, (uint8_t *)ascii_p16, wr_len);[all …]