Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki.c186 uint32_t OpSizeInWords; in PkiLongNumMul() local
201 OpSizeInWords = CALC_FULL_32BIT_WORDS(PKA_MIN_OPERATION_SIZE_BITS); in PkiLongNumMul()
204 OpSizeInWords = CALC_FULL_32BIT_WORDS(2*numASizeInBits); in PkiLongNumMul()
207 error = PkaInitAndMutexLock(CC_BITS_IN_32BIT_WORD*OpSizeInWords, &pkaReqRegs); in PkiLongNumMul()
227 PkaCopyDataFromPkaReg(pRes, OpSizeInWords, rT4/*srcReg*/ ); in PkiLongNumMul()