Home
last modified time | relevance | path

Searched refs:productionChain (Results 1 – 1 of 1) sorted by relevance

/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/workflows/base/context/
H A DAuthContext.cpp116 const auto& productionChain = mCvcChainBuilderProd.getChainStartingWith(pChainRoot); in getChainStartingWith() local
117 if (productionChain.isValid()) in getChainStartingWith()
120 return productionChain; in getChainStartingWith()
142 const auto& productionChain = mCvcChainBuilderProd.getChainForCertificationAuthority(pPaceOutput); in getChainForCertificationAuthority() local
143 if (productionChain.isValid()) in getChainForCertificationAuthority()
145 return productionChain; in getChainForCertificationAuthority()