Home
last modified time | relevance | path

Searched refs:regSizeIn32BitWords (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.c492 uint32_t regSizeIn32BitWords; in PkaInitPka() local
502regSizeIn32BitWords = CALC_FULL_32BIT_WORDS(opSizeInBits+CC_PKA_WORD_SIZE_IN_BITS+PKA_EXTRA_BITS-1… in PkaInitPka()
504 regSizeIn32BitWords++; in PkaInitPka()
507 regSizeIn32BitWords = CALC_FULL_32BIT_WORDS(opSizeInBits); in PkaInitPka()
510 … minRegSizeInPkaWords = GET_FULL_OP_SIZE_PKA_WORDS(regSizeIn32BitWords*CC_BITS_IN_32BIT_WORD); in PkaInitPka()