Home
last modified time | relevance | path

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

/components/drivers/hwcrypto/
A Dhwcrypto.c134 if (ctx->device->ops->destroy) in rt_hwcrypto_ctx_destroy()
136 ctx->device->ops->destroy(ctx); in rt_hwcrypto_ctx_destroy()
232 RT_ASSERT(device->ops->destroy != RT_NULL); in rt_hwcrypto_register()
A Dhwcrypto.h82 void (*destroy)(struct rt_hwcrypto_ctx *ctx); /**< Delete hardware context */ member
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dtcp.h187 tcp_extarg_callback_pcb_destroyed_fn destroy; member
/components/net/lwip/lwip-2.1.2/src/core/
A Dtcp.c2652 if (ext_args[i].callbacks->destroy != NULL) { in tcp_ext_arg_invoke_callbacks_destroyed()
2653 ext_args[i].callbacks->destroy((u8_t)i, ext_args[i].data); in tcp_ext_arg_invoke_callbacks_destroyed()

Completed in 10 milliseconds