mbedtls_ctr_drbg_set_nonce_len() is only used within mbed TLS Library.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

\c 0 on success. #MBEDTLS_ERR_CTR_DRBG_INPUT_TOO_BIG if \p len is more than #MBEDTLS_CTR_DRBG_MAX_SEED_INPUT. #MBEDTLS_ERR_CTR_DRBG_ENTROPY_SOURCE_FAILED if the initial seeding has already taken place.

References

from examples