Searched refs:pu8Out (Results 1 – 4 of 4) sorted by relevance
124 int32_t RNG_EntropyPoll(uint8_t* pu8Out, int32_t i32Len) in RNG_EntropyPoll() argument156 *pu8Out++ = u32Entropy & 0xff; in RNG_EntropyPoll()158 *pu8Out++ = (u32Entropy >> 8) & 0xff; in RNG_EntropyPoll()160 *pu8Out++ = (u32Entropy >> 16) & 0xff; in RNG_EntropyPoll()162 *pu8Out++ = (u32Entropy >> 24) & 0xff; in RNG_EntropyPoll()
38 int32_t RNG_EntropyPoll(uint8_t* pu8Out, int32_t i32Len);
322 int32_t RNG_EntropyPoll(uint8_t* pu8Out, int32_t i32Len) in RNG_EntropyPoll() argument350 *pu8Out++ = TRNG->DATA; in RNG_EntropyPoll()
45 int32_t RNG_EntropyPoll(uint8_t* pu8Out, int32_t i32Len);