Lines Matching refs:pBuffer
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);
253 sal_uInt8 *pBuffer,
262 sal_uInt8 *pBuffer,
271 sal_uInt8 *pBuffer);
732 sal_uInt8 *pBuffer, sal_Size nBufLen) in __rtl_cipherBF_update() argument
735 if ((pData == NULL) || (pBuffer == NULL)) in __rtl_cipherBF_update()
747 __rtl_cipherBF_updateECB (ctx, eDirection, pData, pBuffer, 8); in __rtl_cipherBF_update()
750 pBuffer += 8; in __rtl_cipherBF_update()
752 __rtl_cipherBF_updateECB (ctx, eDirection, pData, pBuffer, nDatLen); in __rtl_cipherBF_update()
759 __rtl_cipherBF_updateCBC (ctx, eDirection, pData, pBuffer, 8); in __rtl_cipherBF_update()
762 pBuffer += 8; in __rtl_cipherBF_update()
764 __rtl_cipherBF_updateCBC (ctx, eDirection, pData, pBuffer, nDatLen); in __rtl_cipherBF_update()
771 __rtl_cipherBF_updateCFB (ctx, eDirection, pData, pBuffer); in __rtl_cipherBF_update()
774 pBuffer += 1; in __rtl_cipherBF_update()
787 sal_uInt8 *pBuffer, in __rtl_cipherBF_updateECB() argument
800 RTL_CIPHER_HTONL(DL, pBuffer); in __rtl_cipherBF_updateECB()
801 RTL_CIPHER_HTONL(DR, pBuffer); in __rtl_cipherBF_updateECB()
810 RTL_CIPHER_HTONL64(DL, DR, pBuffer, nLength); in __rtl_cipherBF_updateECB()
822 sal_uInt8 *pBuffer, in __rtl_cipherBF_updateCBC() argument
841 RTL_CIPHER_HTONL(DL, pBuffer); in __rtl_cipherBF_updateCBC()
842 RTL_CIPHER_HTONL(DR, pBuffer); in __rtl_cipherBF_updateCBC()
862 RTL_CIPHER_HTONL64(DL, DR, pBuffer, nLength); in __rtl_cipherBF_updateCBC()
875 sal_uInt8 *pBuffer) in __rtl_cipherBF_updateCFB() argument
897 *pBuffer = iv[k]; in __rtl_cipherBF_updateCFB()
903 *pBuffer = *pData ^ c; in __rtl_cipherBF_updateCFB()
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
1211 if ((pData == NULL) || (pBuffer == NULL)) in rtl_cipherARCFOUR_update_Impl()
1234 pBuffer[k] = pData[k] ^ ((sal_uInt8)(S[t] & 0xff)); 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()