Home
last modified time | relevance | path

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

/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() argument
218 word = pBeBytes[i++]; word = (word<<8) | pBeBytes[i++]; in FfcCmpBeBytes2LeWordsBigNum()
219 word = (word<<8) | pBeBytes[i++]; word = (word<<8) | pBeBytes[i++]; in FfcCmpBeBytes2LeWordsBigNum()