mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-05-05 03:02:20 +00:00
Merge pull request #70 from ARMmbed/dev/Patater/generate-random-doxyfix
psa: doxygen: Fix parameters reference
This commit is contained in:
commit
74e2cd088c
|
@ -1887,7 +1887,7 @@ psa_status_t psa_generate_random(uint8_t *output,
|
||||||
* interpretation of this parameter depends on
|
* interpretation of this parameter depends on
|
||||||
* \c type. All types support \c NULL to use
|
* \c type. All types support \c NULL to use
|
||||||
* the default parameters specified below.
|
* the default parameters specified below.
|
||||||
* \param parameters_size Size of the buffer that \param parameters
|
* \param parameters_size Size of the buffer that \p parameters
|
||||||
* points to, in bytes.
|
* points to, in bytes.
|
||||||
*
|
*
|
||||||
* For any symmetric key type (type such that
|
* For any symmetric key type (type such that
|
||||||
|
|
Loading…
Reference in a new issue