Searched refs:pIV (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/frontends/nine/ |
D | cryptosession9.c | 55 void *pIV ) in NineCryptoSession9_EncryptionBlt() argument 67 void *pIV ) in NineCryptoSession9_DecryptionBlt() argument
|
D | nine_lock.c | 340 void *pIV ) in LockCryptoSession9_EncryptionBlt() argument 344 r = NineCryptoSession9_EncryptionBlt(This, pSrcSurface, pDstSurface, DstSurfaceSize, pIV); in LockCryptoSession9_EncryptionBlt() 356 void *pIV ) in LockCryptoSession9_DecryptionBlt() argument 360 …cryptionBlt(This, pSrcSurface, pDstSurface, SrcSurfaceSize, pEncryptedBlockInfo, pContentKey, pIV); in LockCryptoSession9_DecryptionBlt()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 142 …Direct3DSurface9 *pSrcSurface, IDirect3DSurface9 *pDstSurface, UINT DstSurfaceSize, void *pIV) = 0; 143 …NT SrcSurfaceSize, D3DENCRYPTED_BLOCK_INFO *pEncryptedBlockInfo, void *pContentKey, void *pIV) = 0; 654 …s, IDirect3DSurface9 *pSrcSurface, IDirect3DSurface9 *pDstSurface, UINT DstSurfaceSize, void *pIV); 655 …, UINT SrcSurfaceSize, D3DENCRYPTED_BLOCK_INFO *pEncryptedBlockInfo, void *pContentKey, void *pIV);
|