Home
last modified time | relevance | path

Searched refs:mbedtls_hmac_drbg_reseed (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dhmac_drbg.h312 int mbedtls_hmac_drbg_reseed(mbedtls_hmac_drbg_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dhmac_drbg.c210 int mbedtls_hmac_drbg_reseed(mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_reseed() function
330 if ((ret = mbedtls_hmac_drbg_reseed(ctx, additional, add_len)) != 0) { in mbedtls_hmac_drbg_random_with_add()
612 CHK(mbedtls_hmac_drbg_reseed(&ctx, NULL, 0)); in mbedtls_hmac_drbg_self_test()