Home
last modified time | relevance | path

Searched refs:ppCertificate (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dauthenticatedchannel9.h45 BYTE *ppCertificate );
Dauthenticatedchannel9.c37 BYTE *ppCertificate ) in NineAuthenticatedChannel9_GetCertificate() argument
Dcryptosession9.h45 BYTE *ppCertificate );
Dcryptosession9.c37 BYTE *ppCertificate ) in NineCryptoSession9_GetCertificate() argument
Dnine_lock.c79 BYTE *ppCertificate ) in LockAuthenticatedChannel9_GetCertificate() argument
83 r = NineAuthenticatedChannel9_GetCertificate(This, CertifacteSize, ppCertificate); in LockAuthenticatedChannel9_GetCertificate()
314 BYTE *ppCertificate ) in LockCryptoSession9_GetCertificate() argument
318 r = NineCryptoSession9_GetCertificate(This, CertifacteSize, ppCertificate); in LockCryptoSession9_GetCertificate()
/external/mesa3d/include/D3D9/
Dd3d9.h140 virtual HRESULT WINAPI GetCertificate(UINT CertifacteSize, BYTE *ppCertificate) = 0;
574 …I *GetCertificate)(IDirect3DAuthenticatedChannel9 *This, UINT CertifacteSize, BYTE *ppCertificate);
652 … (WINAPI *GetCertificate)(IDirect3DCryptoSession9 *This, UINT CertifacteSize, BYTE *ppCertificate);