Home
last modified time | relevance | path

Searched defs:opSizeInBits (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpka_defs.h41 #define GET_FULL_OP_SIZE_PKA_WORDS(opSizeInBits) (((opSizeInBits)/CC_PKA_WORD_SIZE_IN_BITS + (((… argument
42 #define GET_FULL_OP_SIZE_BITS(opSizeInBits) (CC_PKA_WORD_SIZE_IN_BITS*GET_FULL_OP_SIZE_PKA_… argument
43 #define GET_FULL_OP_SIZE_32BIT_WORDS(opSizeInBits) (GET_FULL_OP_SIZE_BITS((opSizeInBits)) / CC_BIT… argument
Dpki_dbg.c193 uint32_t opSizeInBits, RegSizeWords; in PkiDbgExecOperation() local
Dpka.c444 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()
Dpka.h301 #define PKA_INIT_PKA_DEFAULT(opSizeInBits) \ argument
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/crypto_driver/
Drsa_pki_pka.c53 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()
Drsa_hwdefs.h128 #define GET_FULL_OP_SIZE_PKA_WORDS(opSizeInBits) (((opSizeInBits)/RSA_PKA_BIG_WORD_SIZE_IN_BITS… argument