Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.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
596 bNom = (sizeNbits+A+X-1) % CC_BITS_IN_32BIT_WORD; /*remain bits*/ in PkaCalcNpIntoPkaReg()
597 if (bNom) { in PkaCalcNpIntoPkaReg()
598 val = 1UL << bNom; in PkaCalcNpIntoPkaReg()
614 bNom = (3*A + 3*X - 1) % CC_BITS_IN_32BIT_WORD; /*remain bits count*/ in PkaCalcNpIntoPkaReg()
615 if (bNom) { in PkaCalcNpIntoPkaReg()
616 val = 1UL << bNom; in PkaCalcNpIntoPkaReg()