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

/vbox/src/VBox/Runtime/common/checksum/
H A Dx509.cpp172 unsigned char* pSignatureRSA = NULL; local
181 rc = RTX509ConvertCertificateToBinary(pvBuf, &pSignatureRSA, &siglen);
184 /*pSignatureRSA isn't allocated in this case, thus there is no need to free it*/
220 pSignatureRSA,
240 if (pSignatureRSA)
241 RTMemFree(pSignatureRSA);

Completed in 217 milliseconds