Home
last modified time | relevance | path

Searched refs:sizeInBits (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpka.c336 void PkaSetLenIds(uint32_t sizeInBits, /*!< [in] The exact size operation for the LenId. */ in PkaSetLenIds() argument
341 PKA_SET_REG_SIZE(sizeInBits, lenId); in PkaSetLenIds()
342 PKA_SET_REG_SIZE(GET_FULL_OP_SIZE_BITS(sizeInBits), lenId+1); in PkaSetLenIds()
354 CCError_t PkaInitAndMutexLock(uint32_t sizeInBits, /*!< [in] Operation (modulus) exact size in b… in PkaInitAndMutexLock() argument
380 err = PkaInitPka(sizeInBits, 0 /*sizeInWords*/, pkaRegCount); in PkaInitAndMutexLock()
Dpka.h285 CCError_t PkaInitAndMutexLock(uint32_t sizeInBits,
290 void PkaSetLenIds(uint32_t sizeInBits,
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/dh/
Dcc_dh_kg.c118 uint32_t sizeInBits = 8 * sizeInBytes; in DhKgGetSizeInBitsOfMsbLsbBytesArray() local
132 sizeInBits--; in DhKgGetSizeInBitsOfMsbLsbBytesArray()
138 return sizeInBits; in DhKgGetSizeInBitsOfMsbLsbBytesArray()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c255 uint32_t sizeInBits = 8 * sizeInBytes; in FfcGetSizeInBitsOfMsbLsbBytesArray() local
269 sizeInBits--; in FfcGetSizeInBitsOfMsbLsbBytesArray()
275 return sizeInBits; in FfcGetSizeInBitsOfMsbLsbBytesArray()