Searched refs:mbedtls_hmac_drbg_update_ret (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/mbedtls/library/ |
A D | hmac_drbg.c | 69 int mbedtls_hmac_drbg_update_ret( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_update_ret() function 119 (void) mbedtls_hmac_drbg_update_ret( ctx, additional, add_len ); in mbedtls_hmac_drbg_update() 145 if( ( ret = mbedtls_hmac_drbg_update_ret( ctx, data, data_len ) ) != 0 ) in mbedtls_hmac_drbg_seed_buf() 185 if( ( ret = mbedtls_hmac_drbg_update_ret( ctx, seed, seedlen ) ) != 0 ) in mbedtls_hmac_drbg_reseed() 315 if( ( ret = mbedtls_hmac_drbg_update_ret( ctx, in mbedtls_hmac_drbg_random_with_add() 340 if( ( ret = mbedtls_hmac_drbg_update_ret( ctx, in mbedtls_hmac_drbg_random_with_add() 443 ret = mbedtls_hmac_drbg_update_ret( ctx, buf, n ); in mbedtls_hmac_drbg_update_seed_file()
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | hmac_drbg.h | 204 int mbedtls_hmac_drbg_update_ret( mbedtls_hmac_drbg_context *ctx,
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 22 mbedtls_hmac_drbg_update() -> mbedtls_hmac_drbg_update_ret() 84 mbedtls_hmac_drbg_update_ret() are similar to mbedtls_ctr_drbg_update()
|
Completed in 8 milliseconds