Searched refs:hwctx (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/vendor_defns/
H A Dhwcryptohook.h368 void HWCryptoHook_Finish_t(HWCryptoHook_ContextHandle hwctx);
373 int HWCryptoHook_RandomBytes_t(HWCryptoHook_ContextHandle hwctx,
379 int HWCryptoHook_ModExp_t(HWCryptoHook_ContextHandle hwctx,
388 int HWCryptoHook_RSAImmedPub_t(HWCryptoHook_ContextHandle hwctx,
397 int HWCryptoHook_ModExpCRT_t(HWCryptoHook_ContextHandle hwctx,
409 int HWCryptoHook_RSAImmedPriv_t(HWCryptoHook_ContextHandle hwctx,
437 int HWCryptoHook_RSALoadKey_t(HWCryptoHook_ContextHandle hwctx,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/vendor_defns/
H A Dhwcryptohook.h355 void HWCryptoHook_Finish_t(HWCryptoHook_ContextHandle hwctx);
360 int HWCryptoHook_RandomBytes_t(HWCryptoHook_ContextHandle hwctx,
366 int HWCryptoHook_ModExp_t(HWCryptoHook_ContextHandle hwctx,
375 int HWCryptoHook_RSAImmedPub_t(HWCryptoHook_ContextHandle hwctx,
384 int HWCryptoHook_ModExpCRT_t(HWCryptoHook_ContextHandle hwctx,
396 int HWCryptoHook_RSAImmedPriv_t(HWCryptoHook_ContextHandle hwctx,
423 int HWCryptoHook_RSALoadKey_t(HWCryptoHook_ContextHandle hwctx,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/vendor_defns/
H A Dhwcryptohook.h368 void HWCryptoHook_Finish_t(HWCryptoHook_ContextHandle hwctx);
373 int HWCryptoHook_RandomBytes_t(HWCryptoHook_ContextHandle hwctx,
379 int HWCryptoHook_ModExp_t(HWCryptoHook_ContextHandle hwctx,
388 int HWCryptoHook_RSAImmedPub_t(HWCryptoHook_ContextHandle hwctx,
397 int HWCryptoHook_ModExpCRT_t(HWCryptoHook_ContextHandle hwctx,
409 int HWCryptoHook_RSAImmedPriv_t(HWCryptoHook_ContextHandle hwctx,
437 int HWCryptoHook_RSALoadKey_t(HWCryptoHook_ContextHandle hwctx,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvdpau_h264.c193 AVVDPAUContext *hwctx = avctx->hwaccel_context; local
201 hwctx->info = pic_ctx->info;
202 hwctx->bitstream_buffers = pic_ctx->bitstream_buffers;
203 hwctx->bitstream_buffers_used = pic_ctx->bitstream_buffers_used;
204 hwctx->bitstream_buffers_allocated = pic_ctx->bitstream_buffers_allocated;
208 if (!hwctx->render) {
209 res = hwctx->render2(avctx, &pic->f, (void *)&pic_ctx->info,
212 hwctx->render(hwctx->decoder, surf, (void *)&pic_ctx->info,
220 hwctx
[all...]
H A Dvdpau.c64 AVVDPAUContext *hwctx = avctx->hwaccel_context; local
72 hwctx->info = pic_ctx->info;
73 hwctx->bitstream_buffers = pic_ctx->bitstream_buffers;
74 hwctx->bitstream_buffers_used = pic_ctx->bitstream_buffers_used;
75 hwctx->bitstream_buffers_allocated = pic_ctx->bitstream_buffers_allocated;
79 if (!hwctx->render) {
80 res = hwctx->render2(avctx, pic->f, (void *)&pic_ctx->info,
83 hwctx->render(hwctx->decoder, surf, (void *)&pic_ctx->info,
91 hwctx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/netxen/
H A Dnetxen_nic_ctx.c555 struct netxen_ring_ctx *hwctx; local
560 hwctx = recv_ctx->hwctx;
562 hwctx->cmd_ring_addr = cpu_to_le64(tx_ring->phys_addr);
563 hwctx->cmd_ring_size = cpu_to_le32(tx_ring->num_desc);
569 hwctx->rcv_rings[ring].addr =
571 hwctx->rcv_rings[ring].size =
579 hwctx->sts_ring_addr = cpu_to_le64(sds_ring->phys_addr);
580 hwctx->sts_ring_size = cpu_to_le32(sds_ring->num_desc);
582 hwctx
[all...]
H A Dnetxen_nic.h682 struct netxen_ring_ctx *hwctx; member in struct:netxen_recv_context

Completed in 37 milliseconds