Home
last modified time | relevance | path

Searched refs:nPadString (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx1097 const sal_uInt8 nPadString[32] = variable
1112 pBuffer[nLen++] = nPadString[i++]; in pad_or_truncate_to_32()
1171 rtl_cipher_encodeARCFOUR( pData->m_aCipher, nPadString, sizeof( nPadString ), in check_user_password()
1179 aDigest.update(nPadString, sizeof(nPadString)); in check_user_password()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx1098 static const sal_uInt8 nPadString[32] = variable
1113 pBuffer[nLen++] = nPadString[i++]; in pad_or_truncate_to_32()
1172 rtl_cipher_encodeARCFOUR( pData->m_aCipher, nPadString, sizeof( nPadString ), in check_user_password()
1180 aDigest.update(nPadString, sizeof(nPadString)); in check_user_password()