mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-27 06:35:22 +00:00
Fix indentation
This commit is contained in:
parent
0cfaed1858
commit
596e65e1a5
@ -95,13 +95,13 @@ 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[in] seed Buffer containing the seed value to inject.
|
* \param[in] seed Buffer containing the seed value to inject.
|
||||||
* \param[in] 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.
|
||||||
* It must be less or equal to
|
* It must be less or equal to
|
||||||
* #MBEDTLS_ENTROPY_MAX_SEED_SIZE.
|
* #MBEDTLS_ENTROPY_MAX_SEED_SIZE.
|
||||||
*
|
*
|
||||||
* \retval #PSA_SUCCESS
|
* \retval #PSA_SUCCESS
|
||||||
* The seed value was injected successfully. The random generator
|
* The seed value was injected successfully. The random generator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user