Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/srp/
Dsrp.c85 int8_t rT5 = regTemps[5]; in SrpHostSharedSecretCalc() local
109 …PkaCopyBeByteBuffIntoPkaReg(rT5, LEN_ID_MAX_BITS, pCtx->ephemPriv, CALC_32BIT_WORDS_FROM_BYTES(pCt… in SrpHostSharedSecretCalc()
152 PKA_MOD_EXP(LEN_ID_N_BITS, rT4, rT4/*(A*(v^u))*/, rT5 /*(b)*/); in SrpHostSharedSecretCalc()
179 int8_t rT5 = regTemps[5]; in SrpUserSharedSecretCalc() local
207 …PkaCopyBeByteBuffIntoPkaReg(rT5, LEN_ID_MAX_BITS, uScramble, CALC_32BIT_WORDS_FROM_BYTES(pCtx->has… in SrpUserSharedSecretCalc()
233 PKA_MOD_MUL(LEN_ID_N_BITS, rT5, rT5/*u*/, rT3 /*x*/); in SrpUserSharedSecretCalc()
235 PKA_MOD_ADD(LEN_ID_N_BITS, rT5, rT6/*(a)*/, rT5 /*(u*x)*/); in SrpUserSharedSecretCalc()
237 PKA_MOD_EXP(LEN_ID_N_BITS, rT5, rT2/*(B-k*g^x)*/, rT5 /*(a+u*x)*/); in SrpUserSharedSecretCalc()
239 …CopyPkaRegIntoBeByteBuff(sharedSecret, CALC_FULL_32BIT_WORDS(pCtx->groupParam.modSizeInBits), rT5); in SrpUserSharedSecretCalc()
261 int8_t rT5 = regTemps[5]; in SrpHostPublicKeyCalc() local
[all …]
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/rsa/
Drsa_genkey.c1630 int8_t rT1, rT2, rT3, rT4, rT5; in RsaCalculateCrtParams() local
1653 rT5 = regTemps[12]; /*12*/ in RsaCalculateCrtParams()
1664 error = PkaExecFullModInv( rT1/*OpB*/, rdQ/*Res*/, rT2, rT3, rT4, rT5); in RsaCalculateCrtParams()
1674 error = PkaExecFullModInv( rT1/*OpB*/, rdP/*Res*/, rT2, rT3, rT4, rT5); in RsaCalculateCrtParams()