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

/vbox/include/iprt/crypto/
H A Dstore.h69 RTDECL(int) RTCrStoreCertFindBySubjectOrAltSubjectByRfc5280(RTCRSTORE hStore, PCRTCRX509NAME pSubject,
/vbox/src/VBox/Runtime/common/crypto/
H A Dstore.cpp208 /** Indicator for RTCrStoreCertFindBySubjectOrAltSubjectByRfc5280 searches
212 RTDECL(int) RTCrStoreCertFindBySubjectOrAltSubjectByRfc5280(RTCRSTORE hStore, PCRTCRX509NAME pSubject, function
H A Dx509-certpaths.cpp652 int rc = RTCrStoreCertFindBySubjectOrAltSubjectByRfc5280(hStore, pIssuer, &Search);
/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp347 rc = RTCrStoreCertFindBySubjectOrAltSubjectByRfc5280(pState->hKernelRootStore, pSubject, &Search);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp978 rc = RTCrStoreCertFindBySubjectOrAltSubjectByRfc5280(g_hNtKernelRootStore, pSubject, &Search);
/vbox/include/iprt/
H A Dmangling.h2876 # define RTCrStoreCertFindBySubjectOrAltSubjectByRfc5280 RT_MANGLER(RTCrStoreCertFindBySubjectOrAltSubjectByRfc5280) macro

Completed in 96 milliseconds