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

/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-core.cpp1498 PCRTCRX509GENERALNAMES pGeneralNames = (PCRTCRX509GENERALNAMES)pExt->ExtnValue.pEncapsulated; local
1499 for (uint32_t j = 0; j < pGeneralNames->cItems; j++)
1500 if ( RTCRX509GENERALNAME_IS_DIRECTORY_NAME(&pGeneralNames->paItems[j])
1501 && RTCrX509Name_MatchByRfc5280(&pGeneralNames->paItems[j].u.pT4->DirectoryName, pName))

Completed in 727 milliseconds