Home
last modified time | relevance | path

Searched refs:ctx_free_func (Results 1 – 6 of 6) sorted by relevance

/net-tools-3.4.0/mbedtls-2.4.0/include/mbedtls/
Dmd_internal.h77 void (*ctx_free_func)( void *ctx ); member
Dcipher_internal.h91 void (*ctx_free_func)( void *ctx ); member
Dpk_internal.h80 void (*ctx_free_func)( void *ctx ); member
/net-tools-3.4.0/mbedtls-2.4.0/library/
Dmd.c192 ctx->md_info->ctx_free_func( ctx->md_ctx ); in mbedtls_md_free()
238 md_info->ctx_free_func( ctx->md_ctx ); in mbedtls_md_setup()
Dpk.c67 ctx->pk_info->ctx_free_func( ctx->pk_ctx ); in mbedtls_pk_free()
Dcipher.c150 ctx->cipher_info->base->ctx_free_func( ctx->cipher_ctx ); in mbedtls_cipher_free()