HomeSort by relevance Sort by last modified time
    Searched refs:decryptBuffer (Results 1 - 4 of 4) sorted by null

  /external/libcups/cups/
tls-sspi.c 766 if ((temp = realloc(sspi->decryptBuffer, sspi->decryptBufferLength + 4096)) == NULL)
774 sspi->decryptBuffer = temp;
779 buffers[0].pvBuffer = sspi->decryptBuffer;
792 num = recv(http->fd, sspi->decryptBuffer + sspi->decryptBufferUsed, (int)(sspi->decryptBufferLength - sspi->decryptBufferUsed), 0);
892 * decryptBuffer. They will be processed the next time through the loop.
897 memmove(sspi->decryptBuffer, pExtraBuffer->pvBuffer, pExtraBuffer->cbBuffer);
    [all...]
http-private.h 236 BYTE *decryptBuffer; /* Data pre-decryption*/
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h 196 // For the input to decrypt correctly, decryptBuffer must be called on
199 status_t decryptBuffer(
PlaylistFetcher.cpp 296 status_t PlaylistFetcher::decryptBuffer(
316 ALOGI("decryptBuffer: resetting mSampleAesKeyItem(%p) with method %s",
330 ALOGV("decryptBuffer: Non-Widevine SAMPLE-AES is supported now.");
404 ALOGV("decryptBuffer: SAMPLE-AES newKeyItem %d/%d (Key %d initVec %d)",
423 ALOGV("decryptBuffer: New SampleAesKeyItem: Key: %s IV: %s",
431 ALOGV("decryptBuffer: skipping full-seg decrypt for SAMPLE-AES");
    [all...]

Completed in 125 milliseconds