Searched refs:nKeyLength (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/vcl/source/gdi/ |
H A D | pdfwriter_impl2.cxx | 1222 sal_Int32 nKeyLength = SECUR_40BIT_KEY; in initEncryption() local 1224 nKeyLength = SECUR_128BIT_KEY; in initEncryption() 1226 if( computeODictionaryValue( aPadOPW, aPadUPW, pTransporter->getOValue(), nKeyLength ) ) in initEncryption() 1249 sal_Int32 nKeyLength = 0, nRC4KeyLength = 0; in prepareEncryption() local 1250 …sal_Int32 nAccessPermissions = computeAccessPermissions( m_aContext.Encryption, nKeyLength, nRC4Ke… in prepareEncryption() 1252 …bSuccess = computeUDictionaryValue( pTransporter, m_aContext.Encryption, nKeyLength, nAccessPermis… in prepareEncryption()
|
/aoo4110/main/soltools/giparser/ |
H A D | gi_parse.cxx | 263 UINT32 nKeyLength = pSearch - sCurParsePosition; in ReadKey() local 267 pResult->AddKey( sCurParsePosition, nKeyLength, in ReadKey()
|
/aoo4110/main/tools/source/debug/ |
H A D | debug.cxx | 446 size_t nKeyLength = strlen( _pKeyName ); in lcl_isConfigKey() local 447 if ( nKeyLength + 1 >= _nLineLen ) in lcl_isConfigKey() 450 if ( ( strncmp( _pLine, _pKeyName, nKeyLength ) == 0 ) && ( _pLine[ nKeyLength ] == '=' ) ) in lcl_isConfigKey()
|
Completed in 229 milliseconds