Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpk_wrap.c509 .ctx_free_func = rsa_free_wrap,
1139 .ctx_free_func = NULL,
1142 .ctx_free_func = eckey_free_wrap,
1172 .ctx_free_func = NULL,
1175 .ctx_free_func = eckey_free_wrap, /* Same underlying key structure */
1264 .ctx_free_func = NULL,
1267 .ctx_free_func = eckey_free_wrap, /* Compatible key structures */
1403 .ctx_free_func = rsa_alt_free_wrap,
1455 .ctx_free_func = NULL,
1578 .ctx_free_func = NULL,
Dcipher_wrap.h138 void (*ctx_free_func)(void *ctx); member
Dpk_wrap.h83 void (*ctx_free_func)(void *ctx); member
Dpk.c65 if ((ctx->pk_info != NULL) && (ctx->pk_info->ctx_free_func != NULL)) { in mbedtls_pk_free()
66 ctx->pk_info->ctx_free_func(ctx->pk_ctx); in mbedtls_pk_free()
Dcipher.c239 mbedtls_cipher_get_base(ctx->cipher_info)->ctx_free_func(ctx->cipher_ctx); in mbedtls_cipher_free()