Searched refs:aPadOPW (Results 1 – 1 of 1) sorted by relevance
1219 sal_uInt8 aPadUPW[ENCRYPTED_PWD_SIZE], aPadOPW[ENCRYPTED_PWD_SIZE]; in initEncryption() local1220 padPassword( i_rOwnerPassword.getLength() ? i_rOwnerPassword : i_rUserPassword, aPadOPW ); in initEncryption()1226 if( computeODictionaryValue( aPadOPW, aPadUPW, pTransporter->getOValue(), nKeyLength ) ) in initEncryption()1236 rtl_zeroMemory( aPadOPW, sizeof(aPadOPW) ); in initEncryption()
Completed in 20 milliseconds