mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 23:25:44 +01:00
Corrects incorrectly named function in ctr_drbg.c comment
This commit is contained in:
parent
ae79124905
commit
da01266599
@ -67,8 +67,8 @@ void mbedtls_ctr_drbg_init( mbedtls_ctr_drbg_context *ctx )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Non-public function wrapped by mbedtls_ctr_drbg_init(). Necessary to allow NIST
|
* Non-public function wrapped by mbedtls_ctr_drbg_seed(). Necessary to allow
|
||||||
* tests to succeed (which require known length fixed entropy)
|
* NIST tests to succeed (which require known length fixed entropy)
|
||||||
*/
|
*/
|
||||||
int mbedtls_ctr_drbg_seed_entropy_len(
|
int mbedtls_ctr_drbg_seed_entropy_len(
|
||||||
mbedtls_ctr_drbg_context *ctx,
|
mbedtls_ctr_drbg_context *ctx,
|
||||||
|
Loading…
Reference in New Issue
Block a user