Searched refs:DRM_B64_ENC_BLOCK (Results 1 – 2 of 2) sorted by relevance
56 #define DRM_B64_ENC_BLOCK 4 macro
889 decLen = encLen / DRM_B64_ENC_BLOCK * DRM_B64_DEC_BLOCK; in SVC_drm_openSession()905 needBytes = DRM_B64_ENC_BLOCK - ((encLen - skipLen) % DRM_B64_ENC_BLOCK); in SVC_drm_openSession()906 if (needBytes < DRM_B64_ENC_BLOCK) { in SVC_drm_openSession()964 decLen = encLen / DRM_B64_ENC_BLOCK * DRM_B64_DEC_BLOCK; in SVC_drm_openSession()1336 uint8_t encBuf[DRM_B64_ENC_BLOCK], decBuf[DRM_B64_DEC_BLOCK]; in drm_readB64ContentFromInputStream()1362 encLen = (leftLen - 1) / DRM_B64_DEC_BLOCK * DRM_B64_ENC_BLOCK + DRM_B64_ENC_BLOCK; in drm_readB64ContentFromInputStream()1363 piece = encLen / DRM_B64_ENC_BLOCK; in drm_readB64ContentFromInputStream()1367 while (j < DRM_B64_ENC_BLOCK) { in drm_readB64ContentFromInputStream()1423 encLen = DRM_B64_ENC_BLOCK; in drm_readB64ContentFromInputStream()