Searched refs:pszRight (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Runtime/common/crypto/ |
H A D | x509-core.cpp | 503 const char *pszRight; local 504 rc = RTAsn1String_QueryUtf8(&pRight->Value.u.String, &pszRight, &cchRight); 515 pszRight = rtCrX509CanNameStripLeft(pszRight, &cchRight); 516 while (*pszLeft && *pszRight) 519 RTUNICP ucRight = rtCrX509CanNameGetNextCpWithMapping(&pszRight, &cchRight);
|
/vbox/src/VBox/Runtime/common/asn1/ |
H A D | asn1-ut-objid.cpp | 338 RTDECL(int) RTAsn1ObjId_CompareWithString(PCRTASN1OBJID pThis, const char *pszRight) argument 340 return strcmp(pThis->szObjId, pszRight);
|
/vbox/src/VBox/HostDrivers/Support/win/ |
H A D | SUPHardenedVerify-win.h | 81 DECLHIDDEN(bool) supHardViUtf16PathIsEqualEx(PCRTUTF16 pawcLeft, size_t cwcLeft, const char *pszRight);
|
H A D | SUPHardenedVerifyImage-win.cpp | 509 * @param pszRight The ascii string. 511 DECLHIDDEN(bool) supHardViUtf16PathIsEqualEx(PCRTUTF16 pawcLeft, size_t cwcLeft, const char *pszRight) argument 520 uint8_t b = *pszRight++; 551 * @param pszRight The ascii string. 553 static bool supHardViUtf16PathIsEqual(PCRTUTF16 pwszLeft, const char *pszRight) argument 555 return supHardViUtf16PathIsEqualEx(pwszLeft, RTSTR_MAX, pszRight); 583 static bool supHardViUtf16PathStartsWithAscii(PCRTUTF16 pwszLeft, const char *pszRight) argument 588 uint8_t b = *pszRight++;
|
H A D | SUPDrv-win.cpp | 2328 const char *pszRight = pszName; local 2332 char chRight = *pszRight++;
|
/vbox/include/iprt/ |
H A D | asn1.h | 960 * @param pszRight The dotted object identifier string. 962 RTDECL(int) RTAsn1ObjId_CompareWithString(PCRTASN1OBJID pThis, const char *pszRight);
|
Completed in 1404 milliseconds