Home
last modified time | relevance | path

Searched refs:mbedtls_ctr_drbg_free (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_random_impl.h95 mbedtls_ctr_drbg_free(p_rng); in mbedtls_psa_drbg_free()
H A Dctr_drbg.c93 void mbedtls_ctr_drbg_free(mbedtls_ctr_drbg_context *ctx) in mbedtls_ctr_drbg_free() function
975 mbedtls_ctr_drbg_free(&ctx); in mbedtls_ctr_drbg_self_test()
1002 mbedtls_ctr_drbg_free(&ctx); in mbedtls_ctr_drbg_self_test()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dctr_drbg.h359 void mbedtls_ctr_drbg_free(mbedtls_ctr_drbg_context *ctx);
/optee_os/lib/libmbedtls/core/
H A Drsa.c306 mbedtls_ctr_drbg_free(&rngctx); in sw_crypto_acipher_gen_rsa_key()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1324 * Fix mbedtls_ctr_drbg_free() on an initialized but unseeded context. When