1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Doxygen changes to match the code changes. clarifications.

This commit is contained in:
Derek Miller
2019-02-15 17:23:42 -06:00
parent 28d483ef2f
commit f0c1d0d375
3 changed files with 310 additions and 290 deletions

View File

@ -95,10 +95,9 @@ typedef struct {
/** The driver-specific size of the entropy context */
const size_t context_size;
/** Function that performs initialization for the entropy source */
psa_drv_entropy_init_t p_init;
/** Function that performs the get_bits operation for the entropy source
*/
psa_drv_entropy_get_bits_t p_get_bits;
psa_drv_entropy_init_t p_init;
/** Function that performs the get_bits operation for the entropy source */
psa_drv_entropy_get_bits_t p_get_bits;
} psa_drv_entropy_t;
/**@}*/