Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/poly/
Dpoly.c119 static CCError_t PolyAccCalcFullBlocks(const uint8_t *pSrc, size_t size) in PolyAccCalcFullBlocks() function
225 CCError_t ret = PolyAccCalcFullBlocks(pSrc, blocksCount * CC_POLY_BLOCK_SIZE_IN_BYTES); in PolyAccCalc()
550 rc = PolyAccCalcFullBlocks(pStateByte, CC_POLY_BLOCK_SIZE_IN_BYTES); in PolyUpdate()
569 rc = PolyAccCalcFullBlocks(data, GET_FULL_DATA_BLOCKS_SIZE(data_size)); in PolyUpdate()