mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 19:55:40 +01:00
CTR_DRBG documentation: further wording improvements
This commit is contained in:
parent
596fdfd6cf
commit
e3d8cf1966
@ -1,7 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* \file ctr_drbg.h
|
* \file ctr_drbg.h
|
||||||
*
|
*
|
||||||
* \brief This file contains CTR_DRBG definitions and functions.
|
* \brief This file contains definitions and functions for the
|
||||||
|
* CTR_DRBG pseudorandom generator.
|
||||||
*
|
*
|
||||||
* CTR_DRBG is a standardized way of building a PRNG from a block-cipher
|
* CTR_DRBG is a standardized way of building a PRNG from a block-cipher
|
||||||
* in counter mode operation, as defined in <em>NIST SP 800-90A:
|
* in counter mode operation, as defined in <em>NIST SP 800-90A:
|
||||||
@ -410,7 +411,7 @@ int mbedtls_ctr_drbg_random_with_add( void *p_rng,
|
|||||||
* \param p_rng The CTR_DRBG context. This must be a pointer to a
|
* \param p_rng The CTR_DRBG context. This must be a pointer to a
|
||||||
* #mbedtls_ctr_drbg_context structure.
|
* #mbedtls_ctr_drbg_context structure.
|
||||||
* \param output The buffer to fill.
|
* \param output The buffer to fill.
|
||||||
* \param output_len The length of the buffer.
|
* \param output_len The length of the buffer in bytes.
|
||||||
*
|
*
|
||||||
* \return \c 0 on success.
|
* \return \c 0 on success.
|
||||||
* \return #MBEDTLS_ERR_CTR_DRBG_ENTROPY_SOURCE_FAILED or
|
* \return #MBEDTLS_ERR_CTR_DRBG_ENTROPY_SOURCE_FAILED or
|
||||||
|
Loading…
Reference in New Issue
Block a user