Searched refs:ctx_free_func (Results 1 – 5 of 5) sorted by relevance
/mbedtls-latest/library/ |
D | pk_wrap.c | 509 .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,
|
D | cipher_wrap.h | 138 void (*ctx_free_func)(void *ctx); member
|
D | pk_wrap.h | 83 void (*ctx_free_func)(void *ctx); member
|
D | pk.c | 65 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()
|
D | cipher.c | 239 mbedtls_cipher_get_base(ctx->cipher_info)->ctx_free_func(ctx->cipher_ctx); in mbedtls_cipher_free()
|