Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/srp/
Dsrp.c53 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()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dmbedtls_cc_srp.h155 uint32_t validNp; member