Home
last modified time | relevance | path

Searched refs:mbedtls_ctr_drbg_update_ret (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dctr_drbg.h253 int mbedtls_ctr_drbg_update_ret( mbedtls_ctr_drbg_context *ctx,
/AliOS-Things-master/components/mbedtls/library/
A Dctr_drbg.c334 int mbedtls_ctr_drbg_update_ret( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_update_ret() function
363 (void) mbedtls_ctr_drbg_update_ret( ctx, additional, add_len ); in mbedtls_ctr_drbg_update()
593 ret = mbedtls_ctr_drbg_update_ret( ctx, buf, n ); in mbedtls_ctr_drbg_update_seed_file()
/AliOS-Things-master/components/mbedtls/
A DChangeLog21 mbedtls_ctr_drbg_update() -> mbedtls_ctr_drbg_update_ret()
83 * The new functions mbedtls_ctr_drbg_update_ret() and

Completed in 7 milliseconds