Searched refs:destroy (Results 1 – 4 of 4) sorted by relevance
134 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()
82 void (*destroy)(struct rt_hwcrypto_ctx *ctx); /**< Delete hardware context */ member
187 tcp_extarg_callback_pcb_destroyed_fn destroy; member
2652 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