Home
last modified time | relevance | path

Searched defs:sizeWords (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpka.c714 uint32_t sizeWords, /*!< [in] Buffer size in words. */ in PkaCopyPkaRegIntoBeByteBuff()
755 uint32_t sizeWords, /*!< [in] Source size in words. */ in PkaCopyDataFromPkaReg()
775 uint32_t sizeWords; in PkaCopyByteBuffIntoPkaReg() local
833 uint32_t sizeWords) /*!< [in] Data size in word. */ in PkaCopyBeByteBuffIntoPkaReg()
893 uint32_t sizeWords ) /*!< [in] Data size in words. */ in PkaCopyDataIntoPkaReg()
Dpki_dbg.c34 uint32_t sizeWords; in PkiDbgPrintReg() local
69 uint32_t sizeWords) /*!< [in] size of pBuff in 32-bit words. */ in PkiDbgPrintUint32BuffAsNum()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/crypto_driver/
Drsa_pki_pka.c338 uint32_t sizeWords, /*in*/ in RSA_HW_PKI_PKA_CopyDataIntoPkaReg()
396 uint32_t sizeWords, /*in*/ in RSA_HW_PKI_PKA_CopyDataFromPkaReg()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/
Dcc_common_conv_endian.c110 uint32_t sizeWords) in CC_CommonInPlaceConvertBytesWordsAndArrayEndianness()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/pal/
Dcc_pal_types.h73 #define CALC_32BIT_WORDS_FROM_64BIT_DWORD(sizeWords) (sizeWords * CC_32BIT_WORD_IN_64BIT_DWORD) argument
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/proj/cc3x/cc312_r1/
Dtest_proj_otp.c29 void Test_ProjWriteOtpField(uint32_t offsetInWords, uint32_t sizeWords, uint32_t *buff) in Test_ProjWriteOtpField()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/rsa/
Drsa_genkey.c1245 int32_t sizeWords, /*!< [in] Prime size in words. */ in RsaKgPrimeTest()
1710int32_t sizeWords, /*!< [in] The prime size in words. */ in RsaPrimeTestCall()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c209 int32_t FfcCmpBeBytes2LeWordsBigNum(uint8_t *pBeBytes, uint32_t *pLeWords, size_t sizeWords) in FfcCmpBeBytes2LeWordsBigNum()