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

/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-verify.cpp65 const char *pszCipherOid = RTCrPkixGetCiperOidFromSignatureAlgorithm(&pThis->SignatureAlgorithm.Algorithm); local
66 if (!pszCipherOid)
71 if (RTAsn1ObjId_CompareWithString(pAlgorithm, pszCipherOid) != 0)
74 pszCipherOid, pThis->SignatureAlgorithm.Algorithm.szObjId, pAlgorithm->szObjId);

Completed in 86 milliseconds