Searched refs:validNp (Results 1 – 2 of 2) sorted by relevance
53 pCtx->groupParam.validNp = SRP_NP_VALID; in SrpPwdVerifierCalc()96 if (pCtx->groupParam.validNp != SRP_NP_VALID) { in SrpHostSharedSecretCalc()192 if (pCtx->groupParam.validNp != SRP_NP_VALID) { in SrpUserSharedSecretCalc()276 if (pCtx->groupParam.validNp != SRP_NP_VALID) { in SrpHostPublicKeyCalc()283 pCtx->groupParam.validNp = SRP_NP_VALID; in SrpHostPublicKeyCalc()342 if (pCtx->groupParam.validNp != SRP_NP_VALID) { in SrpUserPublicKeyCalc()349 pCtx->groupParam.validNp = SRP_NP_VALID; in SrpUserPublicKeyCalc()
155 uint32_t validNp; member