Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpka.c275 uint32_t *pW, /*!< [in] Pointer to 32-bit current word, which must be saved by in PkaGetNextMsBit() argument
284 PKA_READ_WORD_FROM_REG(*pW, i>>5, rX); in PkaGetNextMsBit()
287 *pW <<= (31 - (i & 31UL)); in PkaGetNextMsBit()
291 b = *pW >> 31; in PkaGetNextMsBit()
292 *pW <<= 1; in PkaGetNextMsBit()
309 uint32_t *pW, /*!< [in] Pointer to 32-bit current word, which must be saved by in PkaGet2MsBits() argument
320 PKA_READ_WORD_FROM_REG(*pW, i>>5, rX); in PkaGet2MsBits()
324 b = (*pW >> (i&0x1F)) & 0x3; in PkaGet2MsBits()
Dpka.h350 uint32_t PkaGetNextMsBit(uint32_t r, int32_t i, uint32_t *pW, uint32_t *pIsNew);
353 uint32_t PkaGet2MsBits(uint32_t r, int32_t i, uint32_t *pW, uint32_t *pIsNew);