Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/srp/
Dsrp.c18 #define SRP_NP_VALID 1 macro
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()