Searched refs:lfifo (Results 1 – 1 of 1) sorted by relevance
87 static uint8_t lfifo[_LOCAL_FIFO_SIZE]; /* local fifo */ in hw_get_random_bytes() local117 lfifo[pos] = tmpval[i] & 0xFF; in hw_get_random_bytes()119 lfifo[pos] = (tmpval[i] >> 8) & 0xFF; in hw_get_random_bytes()125 buffer[buffer_pos++] = lfifo[pos++]; in hw_get_random_bytes()