Searched defs:pOutSignature (Results 1 - 1 of 1) 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;

Completed in 43 milliseconds