Searched refs:aMasterBuf (Results 1 – 1 of 1) sorted by relevance
497 const sal_Unicode *aMasterBuf = aMasterPasswd.getStr(); in decodeMasterPassword() local500 code[ ind ] = (char)((((aMasterBuf[ind * 2] - 'a') & 15) << 4) | in decodeMasterPassword()501 ((aMasterBuf[ind * 2 + 1] - 'a') & 15)); in decodeMasterPassword()
Completed in 24 milliseconds