Lines Matching refs:nBufLen
90 sal_uInt8 *pBuffer, sal_Size nBufLen);
162 sal_uInt8 *pBuffer, sal_Size nBufLen) in rtl_cipher_encode() argument
170 return (pImpl->m_encode)(Cipher, pData, nDatLen, pBuffer, nBufLen); in rtl_cipher_encode()
179 sal_uInt8 *pBuffer, sal_Size nBufLen) in rtl_cipher_decode() argument
187 return (pImpl->m_decode)(Cipher, pData, nDatLen, pBuffer, nBufLen); in rtl_cipher_decode()
245 sal_uInt8 *pBuffer, sal_Size nBufLen);
732 sal_uInt8 *pBuffer, sal_Size nBufLen) in __rtl_cipherBF_update() argument
738 if (!((0 < nDatLen) && (nDatLen <= nBufLen))) in __rtl_cipherBF_update()
1071 sal_uInt8 *pBuffer, sal_Size nBufLen) in rtl_cipher_encodeBF() argument
1088 (const sal_uInt8*)pData, nDatLen, pBuffer, nBufLen); in rtl_cipher_encodeBF()
1097 sal_uInt8 *pBuffer, sal_Size nBufLen) in rtl_cipher_decodeBF() argument
1114 (const sal_uInt8*)pData, nDatLen, pBuffer, nBufLen); in rtl_cipher_decodeBF()
1156 sal_uInt8 *pBuffer, sal_Size nBufLen);
1204 sal_uInt8 *pBuffer, sal_Size nBufLen) in rtl_cipherARCFOUR_update_Impl() argument
1214 if (!((0 < nDatLen) && (nDatLen <= nBufLen))) in rtl_cipherARCFOUR_update_Impl()
1306 sal_uInt8 *pBuffer, sal_Size nBufLen) in rtl_cipher_encodeARCFOUR() argument
1320 (const sal_uInt8*)pData, nDatLen, pBuffer, nBufLen); in rtl_cipher_encodeARCFOUR()
1329 sal_uInt8 *pBuffer, sal_Size nBufLen) in rtl_cipher_decodeARCFOUR() argument
1343 (const sal_uInt8*)pData, nDatLen, pBuffer, nBufLen); in rtl_cipher_decodeARCFOUR()