Searched refs:bNom (Results 1 – 1 of 1) sorted by relevance
581 int32_t wT,bNom,wNom; /*Sizes in words and bits */ in PkaCalcNpIntoPkaReg() local596 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()