Home
last modified time | relevance | path

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

/reactos/dll/win32/schannel/
H A Dschannel_mbedtls_lazyload.h27 MAKE_FUNCPTR(mbedtls_ctr_drbg_free)
82 LOAD_FUNCPTR(mbedtls_ctr_drbg_free) in MAKE_FUNCPTR()
142 #define mbedtls_ctr_drbg_free pmbedtls_ctr_drbg_free macro
H A Dschannel_mbedtls.c247 mbedtls_ctr_drbg_free(&s->ctr_drbg); in schan_imp_dispose_session()
/reactos/dll/3rdparty/mbedtls/
H A Dctr_drbg.c92 void mbedtls_ctr_drbg_free( mbedtls_ctr_drbg_context *ctx ) in mbedtls_ctr_drbg_free() function
720 mbedtls_ctr_drbg_free( &ctx ); in mbedtls_ctr_drbg_self_test()
744 mbedtls_ctr_drbg_free( &ctx ); in mbedtls_ctr_drbg_self_test()
H A Dmbedtls.spec1 @ cdecl mbedtls_ctr_drbg_free(ptr)
H A Decp.c238 mbedtls_ctr_drbg_free( ctx ); in ecp_drbg_free()
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dctr_drbg.h336 void mbedtls_ctr_drbg_free( mbedtls_ctr_drbg_context *ctx );
H A Dcompat-1.3.h1858 #define ctr_drbg_free mbedtls_ctr_drbg_free
/reactos/drivers/network/tcpip/lwip/src/apps/altcp_tls/
H A Daltcp_tls_mbedtls.c743 mbedtls_ctr_drbg_free(&altcp_tls_entropy_rng->ctr_drbg); in altcp_mbedtls_ref_entropy()
1061 mbedtls_ctr_drbg_free(&altcp_tls_entropy_rng->ctr_drbg); in altcp_tls_free_entropy()