Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dcipher_wrap.h105 void (*ctx_free_func)( void *ctx ); member
Dpk_wrap.h92 void (*ctx_free_func)( void *ctx ); member
Dpk.c72 ctx->pk_info->ctx_free_func( ctx->pk_ctx ); in mbedtls_pk_free()
Dcipher.c188 ctx->cipher_info->base->ctx_free_func( ctx->cipher_ctx ); in mbedtls_cipher_free()