Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki_dbg.c33 uint32_t sizeBytes; in PkiDbgPrintReg() local
94 uint32_t sizeBytes) /*!< [in] size of pBuff in 32-bit words. */ in PkiDbgPrintUint8BuffAsNum()
118 uint32_t sizeBytes) /*!< [in] size of pBuff in 32-bit words. */ in PkiDbgPrintUint8Buff()
Dpki.c383 uint32_t sizeBytes, /* [in] size of the data in PKA register in bytes */ in PkaCopyDataFromPkaRegToBe8Buff()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/pal/
Dcc_pal_types.h70 #define CALC_32BIT_WORDS_FROM_BYTES(sizeBytes) ((sizeBytes)/CC_32BIT_WORD_SIZE + (((sizeBytes) & (… argument
79 #define ROUNDUP_BYTES_TO_32BIT_WORD(sizeBytes) (CALC_32BIT_WORDS_FROM_BYTES(sizeBytes) * CC_32BIT_… argument
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/poly/
Dpoly.c75 uint32_t sizeBytes, in PolyAccRemainBlock()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/dh/
Dcc_dh_kg.c65 static uint32_t DhKgAddValueToMsbLsbBytesArray(uint32_t *arr_ptr, uint32_t val, uint32_t sizeBytes) in DhKgAddValueToMsbLsbBytesArray()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c171 uint8_t FfcAddValueToMsbLsbBytesArray(uint8_t *pArr, uint32_t val, uint32_t sizeBytes) in FfcAddValueToMsbLsbBytesArray()