Searched refs:OUT_REG (Results 1 – 1 of 1) sorted by relevance
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/ |
D | pki.c | 425 #define OUT_REG 4 in PkiExecModExpBe() macro 444 IN_REG, OUT_REG); /* PKA regs, used as temporaries. */ in PkiExecModExpBe() 456 PKA_MOD_EXP(LEN_ID_N_BITS/*LenID*/, OUT_REG, IN_REG/*OpA*/, EXP_REG/*OpB*/); in PkiExecModExpBe() 459 PkaCopyDataFromPkaRegToBe8Buff(pOut, OUT_REG, modSizeBytes, pTemp); in PkiExecModExpBe() 468 #undef OUT_REG in PkiExecModExpBe() 502 #define OUT_REG 4 in PkiExecModExpLeW() macro 521 IN_REG, OUT_REG); /* PKA regs, used as temporaries. */ in PkiExecModExpLeW() 531 PKA_MOD_EXP(LEN_ID_N_BITS/*LenID*/, OUT_REG, IN_REG/*OpA*/, EXP_REG/*OpB*/); in PkiExecModExpLeW() 534 PkaCopyDataFromPkaReg(pOut, modSizeWords, OUT_REG); in PkiExecModExpLeW() 543 #undef OUT_REG in PkiExecModExpLeW()
|