Searched defs:opSizeInBits (Results 1 – 6 of 6) sorted by relevance
41 #define GET_FULL_OP_SIZE_PKA_WORDS(opSizeInBits) (((opSizeInBits)/CC_PKA_WORD_SIZE_IN_BITS + (((… argument42 #define GET_FULL_OP_SIZE_BITS(opSizeInBits) (CC_PKA_WORD_SIZE_IN_BITS*GET_FULL_OP_SIZE_PKA_… argument43 #define GET_FULL_OP_SIZE_32BIT_WORDS(opSizeInBits) (GET_FULL_OP_SIZE_BITS((opSizeInBits)) / CC_BIT… argument
193 uint32_t opSizeInBits, RegSizeWords; in PkiDbgExecOperation() local
444 void PkaSetRegsSizesTab(uint32_t opSizeInBits, /*!< [in] Size of PKA operations (modulus) in … in PkaSetRegsSizesTab()484 CCError_t PkaInitPka(uint32_t opSizeInBits, /*!< [in] Operation (modulus) exact size in bi… in PkaInitPka()
301 #define PKA_INIT_PKA_DEFAULT(opSizeInBits) \ argument
53 void RSA_PKA_SetRegsSizesTab( uint32_t opSizeInBits, in RSA_PKA_SetRegsSizesTab()151 void RSA_PKA_InitPka( uint32_t opSizeInBits, /*in - modulus size in bits*/ in RSA_PKA_InitPka()
128 #define GET_FULL_OP_SIZE_PKA_WORDS(opSizeInBits) (((opSizeInBits)/RSA_PKA_BIG_WORD_SIZE_IN_BITS… argument