mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 22:25:44 +01:00
Document in-out param of dhm_calc_secret()
This commit is contained in:
parent
bf31977c42
commit
5af0e5b194
@ -237,7 +237,8 @@ int dhm_make_public( dhm_context *ctx, int x_size,
|
|||||||
*
|
*
|
||||||
* \param ctx DHM context
|
* \param ctx DHM context
|
||||||
* \param output destination buffer
|
* \param output destination buffer
|
||||||
* \param olen number of chars written
|
* \param olen on entry, must hold the size of the destination buffer
|
||||||
|
* on exit, holds the actual number of bytes written
|
||||||
* \param f_rng RNG function, for blinding purposes
|
* \param f_rng RNG function, for blinding purposes
|
||||||
* \param p_rng RNG parameter
|
* \param p_rng RNG parameter
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user