Searched refs:pOutSignature (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/checksum/
H A Dx509.cpp97 * @param pOutSignature memory buffer where the binary
102 static int RTX509ConvertCertificateToBinary(void *pvBuf, unsigned char** pOutSignature, unsigned int* lengthOfSignature) argument
111 *pOutSignature = (unsigned char *)RTMemAlloc(*lengthOfSignature);
113 rc = RTStrConvertHexBytes(beginSignatureStr, *pOutSignature, *lengthOfSignature, 0);
117 RTMemFree(*pOutSignature);
118 *pOutSignature = NULL;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwbemcli.idl610 [in] IWbemClassObject *pOutSignature);

Completed in 51 milliseconds