fix doxigen issue

Co-Authored-By: netanelgonen <netanel.gonen@arm.com>
This commit is contained in:
Gilles Peskine 2018-11-22 17:11:45 +02:00 committed by Netanel Gonen
parent 1d7195f715
commit 0cfaed1858

View File

@ -89,14 +89,14 @@ void mbedtls_psa_crypto_free( void );
* This is an Mbed TLS extension. * This is an Mbed TLS extension.
* *
* \note This function is only available on the following platforms: * \note This function is only available on the following platforms:
* * If the compile-time options MBEDTLS_ENTROPY_NV_SEED and * * If the compile-time options MBEDTLS_ENTROPY_NV_SEED and
* MBEDTLS_PSA_HAS_ITS_IO are both enabled. Note that you * MBEDTLS_PSA_HAS_ITS_IO are both enabled. Note that you
* must provide compatible implementations of mbedtls_nv_seed_read * must provide compatible implementations of mbedtls_nv_seed_read
* 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.