Home
last modified time | relevance | path

Searched refs:wNom (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/
Dpka.c581 int32_t wT,bNom,wNom; /*Sizes in words and bits */ in PkaCalcNpIntoPkaReg() local
594 wNom = CALC_FULL_32BIT_WORDS(sizeNbits+A+X-1); in PkaCalcNpIntoPkaReg()
600 wNom++; in PkaCalcNpIntoPkaReg()
605 PKA_WRITE_WORD_TO_REG(val, wNom-1, regTemp1); in PkaCalcNpIntoPkaReg()
612 wNom = CALC_FULL_32BIT_WORDS(3*A + 3*X - 1); /*words count in nominator */ in PkaCalcNpIntoPkaReg()
618 wNom++; in PkaCalcNpIntoPkaReg()
623 PKA_WRITE_WORD_TO_REG(val, wNom-1, regTemp1); in PkaCalcNpIntoPkaReg()