Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/common/bsp/StdDriver/src/
Drng.c146 int32_t RNG_Random(uint32_t *pu32Buf, int32_t nWords) in RNG_Random() argument
154 if(nWords > 8) in RNG_Random()
155 nWords = 8; in RNG_Random()
166 for(i = 0; i < nWords; i++) in RNG_Random()
171 return nWords; in RNG_Random()
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/common/bsp/StdDriver/inc/
Drng.h39 int32_t RNG_Random(uint32_t *pu32Buf, int32_t nWords);
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/inc/
Drng.h39 int32_t RNG_Random(uint32_t *pu32Buf, int32_t nWords);
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpka.c130 uint32_t nBits, nWords; in PkaDivLongNum() local
136 nWords = (CALC_FULL_32BIT_WORDS((uint32_t)S)); in PkaDivLongNum()
147 for (i = 0; i < nWords; i++) { in PkaDivLongNum()