Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/srp/
Dsrp.h17 mbedtls_srp_modulus pwdVerifier,
22 mbedtls_srp_modulus pwdVerifier,
36 uint32_t SrpHostPublicKeyCalc(mbedtls_srp_modulus pwdVerifier, // in
Dsrp.c22 mbedtls_srp_modulus pwdVerifier, in SrpPwdVerifierCalc() argument
38 (pwdVerifier == NULL)) { in SrpPwdVerifierCalc()
62 …PkaCopyPkaRegIntoBeByteBuff(pwdVerifier, CALC_FULL_32BIT_WORDS(pCtx->groupParam.modSizeInBits), rT… in SrpPwdVerifierCalc()
71 mbedtls_srp_modulus pwdVerifier, in SrpHostSharedSecretCalc() argument
89 (pwdVerifier == NULL) || in SrpHostSharedSecretCalc()
106 …PkaCopyBeByteBuffIntoPkaReg(rT2, LEN_ID_MAX_BITS, pwdVerifier, CALC_FULL_32BIT_WORDS(pCtx->groupPa… in SrpHostSharedSecretCalc()
247 uint32_t SrpHostPublicKeyCalc(mbedtls_srp_modulus pwdVerifier, // in in SrpHostPublicKeyCalc() argument
265 (pwdVerifier == NULL) || in SrpHostPublicKeyCalc()
288 …PkaCopyBeByteBuffIntoPkaReg(rT3, LEN_ID_MAX_BITS, pwdVerifier, CALC_FULL_32BIT_WORDS(pCtx->groupPa… in SrpHostPublicKeyCalc()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_srp.c143 mbedtls_srp_modulus pwdVerifier, in mbedtls_srp_pwd_ver_create() argument
153 (pwdVerifier == NULL) || in mbedtls_srp_pwd_ver_create()
174 rc = SrpPwdVerifierCalc(xBuff, pwdVerifier, pCtx); in mbedtls_srp_pwd_ver_create()
183 CC_PalMemSetZero(pwdVerifier, sizeof(mbedtls_srp_modulus)); in mbedtls_srp_pwd_ver_create()
203 mbedtls_srp_modulus pwdVerifier, in mbedtls_srp_host_pub_key_create() argument
214 (pwdVerifier == NULL) || in mbedtls_srp_host_pub_key_create()
228 rc = SrpHostPublicKeyCalc(pwdVerifier, hostPubKeyB, pCtx); in mbedtls_srp_host_pub_key_create()
245 mbedtls_srp_modulus pwdVerifier, in mbedtls_srp_host_proof_verify_and_calc() argument
260 (pwdVerifier == NULL) || in mbedtls_srp_host_proof_verify_and_calc()
281 pwdVerifier, in mbedtls_srp_host_proof_verify_and_calc()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dmbedtls_cc_srp.h247 mbedtls_srp_modulus pwdVerifier,
282 mbedtls_srp_modulus pwdVerifier,
304 mbedtls_srp_modulus pwdVerifier,
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_srp.c83 mbedtls_srp_modulus *pwdVerifier = NULL; in runIt_srp() local
105 ALLOC_STRUCT(mbedtls_srp_modulus, pwdVerifierPtr, pwdVerifier); in runIt_srp()
113 pPwdVerifier = (uint8_t*)*pwdVerifier; in runIt_srp()