Searched defs:phSignature (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/crypto/
H A Dpkix-signature-builtin.cpp118 RTDECL(int) RTCrPkixSignatureCreateByObjIdString(PRTCRPKIXSIGNATURE phSignature, const char *pszObjId, bool fSigning, argument
124 return RTCrPkixSignatureCreate(phSignature, pDesc, pvOpaque, fSigning, pKey, pParams);
129 RTDECL(int) RTCrPkixSignatureCreateByObjId(PRTCRPKIXSIGNATURE phSignature, PCRTASN1OBJID pObjId, bool fSigning, argument
135 return RTCrPkixSignatureCreate(phSignature, pDesc, pvOpaque, fSigning, pKey, pParams);
H A Dpkix-signature-core.cpp87 RTDECL(int) RTCrPkixSignatureCreate(PRTCRPKIXSIGNATURE phSignature, PCRTCRPKIXSIGNATUREDESC pDesc, void *pvOpaque, argument
93 AssertPtrReturn(phSignature, VERR_INVALID_POINTER);
121 *phSignature = pThis;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dicm.h205 DWORD phSignature; member in struct:tagPROFILEHEADER
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dicm.h200 DWORD phSignature; member in struct:tagPROFILEHEADER

Completed in 53 milliseconds