| tag | line | file | source code |
|---|---|---|---|
| extract_entropy | 642 | drivers/char/random.c | extract_entropy(&random_state, (char *) buf, nbytes, 0); |
| extract_entropy | 675 | drivers/char/random.c | n = extract_entropy(&random_state, buf, n, 1); |
| extract_entropy | 692 | drivers/char/random.c | return extract_entropy(&random_state, buf, nbytes, 1); |