Home
last modified time | relevance | path

Searched refs:xBuff (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.h16 uint32_t SrpPwdVerifierCalc(mbedtls_srp_digest xBuff,
30 mbedtls_srp_digest xBuff,
Dsrp.c21 uint32_t SrpPwdVerifierCalc(mbedtls_srp_digest xBuff, in SrpPwdVerifierCalc() argument
37 (xBuff == NULL) || in SrpPwdVerifierCalc()
59 …PkaCopyBeByteBuffIntoPkaReg(rT3, LEN_ID_MAX_BITS, xBuff, CALC_32BIT_WORDS_FROM_BYTES(pCtx->hashDig… in SrpPwdVerifierCalc()
163 mbedtls_srp_digest xBuff, in SrpUserSharedSecretCalc() argument
186 (xBuff == NULL) || in SrpUserSharedSecretCalc()
205 …PkaCopyBeByteBuffIntoPkaReg(rT3, LEN_ID_MAX_BITS, xBuff, CALC_32BIT_WORDS_FROM_BYTES(pCtx->hashDig… in SrpUserSharedSecretCalc()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_srp.c147 mbedtls_srp_digest xBuff; in mbedtls_srp_pwd_ver_create() local
167 xBuff, in mbedtls_srp_pwd_ver_create()
174 rc = SrpPwdVerifierCalc(xBuff, pwdVerifier, pCtx); in mbedtls_srp_pwd_ver_create()
385 mbedtls_srp_digest xBuff; in mbedtls_srp_user_proof_calc() local
408 rc = SRP_xBuffCalc(pSalt, saltSize, xBuff, pCtx); in mbedtls_srp_user_proof_calc()
415 xBuff, in mbedtls_srp_user_proof_calc()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/
Dsrp_driver.h30 mbedtls_srp_digest xBuff, // out
Dsrp_driver.c392 mbedtls_srp_digest xBuff, // out in SRP_xBuffCalc() argument
403 (xBuff == NULL) || in SRP_xBuffCalc()
434 CC_PalMemCopy(xBuff, (uint8_t *)hashResultBuff, pCtx->hashDigestSize); in SRP_xBuffCalc()