Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki.c50 uint32_t sizeNbits) /*!< [in] The exact size of the modulus. */ in PkiCalcNp() argument
65 wN = CALC_FULL_32BIT_WORDS(sizeNbits); in PkiCalcNp()
68 err = PkaInitAndMutexLock(sizeNbits, &pkaReqRegs); in PkiCalcNp()
74 … err = PkaCalcNpIntoPkaReg(LEN_ID_N_BITS, sizeNbits, rN /* regN */, rNp /* regNp */, rT2, rT4); in PkiCalcNp()
Dpka.c571 uint32_t sizeNbits, /*!< [in] The exact size of the modulus. */ in PkaCalcNpIntoPkaReg() argument
593 if (sizeNbits <= (2*A + 2*X)) { in PkaCalcNpIntoPkaReg()
594 wNom = CALC_FULL_32BIT_WORDS(sizeNbits+A+X-1); in PkaCalcNpIntoPkaReg()
596 bNom = (sizeNbits+A+X-1) % CC_BITS_IN_32BIT_WORD; /*remain bits*/ in PkaCalcNpIntoPkaReg()
627 st = sizeNbits - 2*A - 2*X; in PkaCalcNpIntoPkaReg()
Dpki.h38 uint32_t sizeNbits);
Dpka.h309 uint32_t sizeNbits,
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/crypto_driver/
Drsa_pki_pka.h492 uint32_t sizeNbits,