Home
last modified time | relevance | path

Searched refs:nKeyLength (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1222 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()
/trunk/main/tools/source/debug/
H A Ddebug.cxx446 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()
/trunk/main/soltools/giparser/
H A Dgi_parse.cxx263 UINT32 nKeyLength = pSearch - sCurParsePosition; in ReadKey() local
267 pResult->AddKey( sCurParsePosition, nKeyLength, in ReadKey()

Completed in 47 milliseconds