mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-25 12:55:34 +00:00
fix doxigen issue
Co-Authored-By: netanelgonen <netanel.gonen@arm.com>
This commit is contained in:
parent
1d7195f715
commit
0cfaed1858
|
@ -95,8 +95,8 @@ void mbedtls_psa_crypto_free( void );
|
||||||
* and mbedtls_nv_seed_write.
|
* and mbedtls_nv_seed_write.
|
||||||
* * In a client-server integration of PSA Cryptography, on the client side,
|
* * In a client-server integration of PSA Cryptography, on the client side,
|
||||||
* if the server supports this feature.
|
* if the server supports this feature.
|
||||||
* \param seed[in] Buffer containing the seed value to inject.
|
* \param[in] seed Buffer containing the seed value to inject.
|
||||||
* \param seed_size Size of the \p seed buffer.
|
* \param[in] seed_size Size of the \p seed buffer.
|
||||||
* The size of the seed in bytes must be greater
|
* The size of the seed in bytes must be greater
|
||||||
* or equal to both #MBEDTLS_ENTROPY_MIN_PLATFORM
|
* or equal to both #MBEDTLS_ENTROPY_MIN_PLATFORM
|
||||||
* and #MBEDTLS_ENTROPY_BLOCK_SIZE.
|
* and #MBEDTLS_ENTROPY_BLOCK_SIZE.
|
||||||
|
|
Loading…
Reference in a new issue