Commit 79226e3
committed
Add a flags parameter to the get_entropy callback
Finish aligning the prototype of `mbedtls_platform_get_entropy()` with the
prototype of the `"get_entropy"` entry point in PSA entropy drivers: move
the `estimate_bits` parameter, and add the `flags` parameter.
For the time being, no flags are supported.
Signed-off-by: Gilles Peskine <[email protected]>1 parent db1f13b commit 79226e3
1 file changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
145 | 149 | | |
146 | 150 | | |
147 | 151 | | |
148 | | - | |
149 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
150 | 155 | | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
151 | 161 | | |
152 | 162 | | |
153 | 163 | | |
| |||
0 commit comments