Searched refs:pOK (Results 1 – 2 of 2) sorted by relevance
180 BOOL pOK; in ComputePrivateExponent() local188 pOK = BnSubWord(pT, Z->P, 1); in ComputePrivateExponent()189 pOK = pOK && BnModInverse(Z->dP, pubExp, pT); in ComputePrivateExponent()194 if(pOK && qOK) in ComputePrivateExponent()195 pOK = qOK = BnModInverse(Z->qInv, Z->Q, Z->P); in ComputePrivateExponent()196 if(!pOK) in ComputePrivateExponent()200 return pOK && qOK; in ComputePrivateExponent()
516 bool pOK{common::SearchTypes(SelectedRealKindVisitor{precision, 0})}; in SelectedRealKind() local518 if (pOK) { in SelectedRealKind()