Home
last modified time | relevance | path

Searched refs:ctx_handle (Results 1 – 25 of 107) sorted by relevance

12345

/dports/x11/virglrenderer/virglrenderer-7d204f3927be65fb3365dce01dbcd04d447a4985/tests/
H A Dtest_virgl_cmd.c42 int ctx_handle = 1; in START_TEST() local
49 int blend_handle = ctx_handle; in START_TEST()
59 int dsa_handle = ctx_handle; in START_TEST()
271 int ctx_handle = 1; in START_TEST() local
352 vs_handle = ctx_handle++; in START_TEST()
368 fs_handle = ctx_handle++; in START_TEST()
497 int ctx_handle = 1; in START_TEST() local
632 fs_handle = ctx_handle++; in START_TEST()
766 int ctx_handle = 1; in START_TEST() local
878 fs_handle = ctx_handle++; in START_TEST()
[all …]
/dports/security/trousers/trousers-0.3.14_3/src/tcs/
H A Dtcs_context_key.c51 ctx_has_key_loaded(TCS_CONTEXT_HANDLE ctx_handle, TCS_KEY_HANDLE key_handle) in ctx_has_key_loaded() argument
58 c = get_context(ctx_handle); in ctx_has_key_loaded()
78 ctx_remove_key_loaded(TCS_CONTEXT_HANDLE ctx_handle, TCS_KEY_HANDLE key_handle) in ctx_remove_key_loaded() argument
85 c = get_context(ctx_handle); in ctx_remove_key_loaded()
112 ctx_mark_key_loaded(TCS_CONTEXT_HANDLE ctx_handle, TCS_KEY_HANDLE key_handle) in ctx_mark_key_loaded() argument
120 c = get_context(ctx_handle); in ctx_mark_key_loaded()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/cavium/nitrox/
H A Dnitrox_aead.c172 creq->ctx_handle = rctx->ctx_handle; in nitrox_set_creq()
234 rctx->ctx_handle = nctx->u.ctx_handle; in nitrox_aes_gcm_enc()
268 rctx->ctx_handle = nctx->u.ctx_handle; in nitrox_aes_gcm_dec()
298 nctx->u.ctx_handle = (uintptr_t)((u8 *)chdr->vaddr + in nitrox_aead_init()
346 if (nctx->u.ctx_handle) { in nitrox_aead_exit()
355 nctx->u.ctx_handle = 0; in nitrox_aead_exit()
456 aead_rctx->ctx_handle = nctx->u.ctx_handle; in nitrox_rfc4106_enc()
489 aead_rctx->ctx_handle = nctx->u.ctx_handle; in nitrox_rfc4106_dec()
H A Dnitrox_skcipher.c127 nctx->u.ctx_handle = (uintptr_t)((u8 *)chdr->vaddr + in nitrox_skcipher_init()
152 if (nctx->u.ctx_handle) { in nitrox_skcipher_exit()
161 nctx->u.ctx_handle = 0; in nitrox_skcipher_exit()
272 creq->ctx_handle = nctx->u.ctx_handle; in nitrox_skcipher_crypt()
H A Dnitrox_reqmgr.c384 dma_addr_t ctx_handle = 0; in nitrox_process_se_request() local
412 if (req->ctx_handle) { in nitrox_process_se_request()
416 ctx_ptr = (u8 *)(uintptr_t)req->ctx_handle; in nitrox_process_se_request()
418 ctx_handle = hdr->ctx_dma; in nitrox_process_se_request()
468 sr->instr.irh.s.ctxp = cpu_to_be64(ctx_handle); in nitrox_process_se_request()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/cavium/nitrox/
H A Dnitrox_aead.c172 creq->ctx_handle = rctx->ctx_handle; in nitrox_set_creq()
234 rctx->ctx_handle = nctx->u.ctx_handle; in nitrox_aes_gcm_enc()
268 rctx->ctx_handle = nctx->u.ctx_handle; in nitrox_aes_gcm_dec()
298 nctx->u.ctx_handle = (uintptr_t)((u8 *)chdr->vaddr + in nitrox_aead_init()
346 if (nctx->u.ctx_handle) { in nitrox_aead_exit()
355 nctx->u.ctx_handle = 0; in nitrox_aead_exit()
456 aead_rctx->ctx_handle = nctx->u.ctx_handle; in nitrox_rfc4106_enc()
489 aead_rctx->ctx_handle = nctx->u.ctx_handle; in nitrox_rfc4106_dec()
H A Dnitrox_skcipher.c127 nctx->u.ctx_handle = (uintptr_t)((u8 *)chdr->vaddr + in nitrox_skcipher_init()
152 if (nctx->u.ctx_handle) { in nitrox_skcipher_exit()
161 nctx->u.ctx_handle = 0; in nitrox_skcipher_exit()
272 creq->ctx_handle = nctx->u.ctx_handle; in nitrox_skcipher_crypt()
H A Dnitrox_reqmgr.c384 dma_addr_t ctx_handle = 0; in nitrox_process_se_request() local
412 if (req->ctx_handle) { in nitrox_process_se_request()
416 ctx_ptr = (u8 *)(uintptr_t)req->ctx_handle; in nitrox_process_se_request()
418 ctx_handle = hdr->ctx_dma; in nitrox_process_se_request()
468 sr->instr.irh.s.ctxp = cpu_to_be64(ctx_handle); in nitrox_process_se_request()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/cavium/nitrox/
H A Dnitrox_aead.c172 creq->ctx_handle = rctx->ctx_handle; in nitrox_set_creq()
234 rctx->ctx_handle = nctx->u.ctx_handle; in nitrox_aes_gcm_enc()
268 rctx->ctx_handle = nctx->u.ctx_handle; in nitrox_aes_gcm_dec()
298 nctx->u.ctx_handle = (uintptr_t)((u8 *)chdr->vaddr + in nitrox_aead_init()
346 if (nctx->u.ctx_handle) { in nitrox_aead_exit()
355 nctx->u.ctx_handle = 0; in nitrox_aead_exit()
456 aead_rctx->ctx_handle = nctx->u.ctx_handle; in nitrox_rfc4106_enc()
489 aead_rctx->ctx_handle = nctx->u.ctx_handle; in nitrox_rfc4106_dec()
H A Dnitrox_skcipher.c127 nctx->u.ctx_handle = (uintptr_t)((u8 *)chdr->vaddr + in nitrox_skcipher_init()
152 if (nctx->u.ctx_handle) { in nitrox_skcipher_exit()
161 nctx->u.ctx_handle = 0; in nitrox_skcipher_exit()
272 creq->ctx_handle = nctx->u.ctx_handle; in nitrox_skcipher_crypt()
H A Dnitrox_reqmgr.c384 dma_addr_t ctx_handle = 0; in nitrox_process_se_request() local
412 if (req->ctx_handle) { in nitrox_process_se_request()
416 ctx_ptr = (u8 *)(uintptr_t)req->ctx_handle; in nitrox_process_se_request()
418 ctx_handle = hdr->ctx_dma; in nitrox_process_se_request()
468 sr->instr.irh.s.ctxp = cpu_to_be64(ctx_handle); in nitrox_process_se_request()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/gssapi/spnego/
H A Dspnego_mech.c2132 sc->ctx_handle, in spnego_gss_unwrap()
2158 sc->ctx_handle, in spnego_gss_wrap()
2182 sc->ctx_handle, in spnego_gss_process_context_token()
2226 sc->ctx_handle, in spnego_gss_context_time()
2366 sc->ctx_handle, in spnego_gss_wrap_size_limit()
2389 sc->ctx_handle, in spnego_gss_get_mic()
2411 sc->ctx_handle, in spnego_gss_verify_mic()
2433 sc->ctx_handle, in spnego_gss_inquire_sec_context_by_oid()
2596 sc->ctx_handle, in spnego_gss_wrap_iov()
2644 sc->ctx_handle, in spnego_gss_wrap_iov_length()
[all …]
/dports/security/krb5/krb5-1.19.2/src/lib/gssapi/spnego/
H A Dspnego_mech.c2134 sc->ctx_handle, in spnego_gss_unwrap()
2160 sc->ctx_handle, in spnego_gss_wrap()
2184 sc->ctx_handle, in spnego_gss_process_context_token()
2228 sc->ctx_handle, in spnego_gss_context_time()
2368 sc->ctx_handle, in spnego_gss_wrap_size_limit()
2398 sc->ctx_handle, in spnego_gss_get_mic()
2420 sc->ctx_handle, in spnego_gss_verify_mic()
2442 sc->ctx_handle, in spnego_gss_inquire_sec_context_by_oid()
2605 sc->ctx_handle, in spnego_gss_wrap_iov()
2653 sc->ctx_handle, in spnego_gss_wrap_iov_length()
[all …]
/dports/devel/distcc/distcc-3.3.5/src/
H A Dauth_common.c164 void dcc_gssapi_delete_ctx(gss_ctx_id_t *ctx_handle) { in dcc_gssapi_delete_ctx() argument
167 if (ctx_handle != NULL) { in dcc_gssapi_delete_ctx()
168 if (*ctx_handle != GSS_C_NO_CONTEXT) { in dcc_gssapi_delete_ctx()
170 ctx_handle, in dcc_gssapi_delete_ctx()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_context.c41 void drm_ctxbitmap_free(struct drm_device *dev, int ctx_handle) in drm_ctxbitmap_free() argument
43 if (ctx_handle < 0 || ctx_handle >= DRM_MAX_CTXBITMAP || in drm_ctxbitmap_free()
46 ctx_handle); in drm_ctxbitmap_free()
51 clear_bit(ctx_handle, dev->ctx_bitmap); in drm_ctxbitmap_free()
52 dev->context_sareas[ctx_handle] = NULL; in drm_ctxbitmap_free()
/dports/security/wolfssl/wolfssl-5.1.0/wrapper/CSharp/wolfSSL_CSharp/
H A DwolfSSL.cs56 private class ctx_handle class in wolfSSL.CSharp.wolfssl
425 ctx_handle handles = (ctx_handle)gch.Target; in unwrap_ctx()
944 ctx_handle handles = (ctx_handle)gch.Target; in SetIORecv()
975 ctx_handle handles = (ctx_handle)gch.Target; in SetIOSend()
1009 ctx_handle io = new ctx_handle(); in CTX_new()
1044 ctx_handle io = new ctx_handle(); in CTX_dtls_new()
1075 ctx_handle handles = (ctx_handle)gch.Target; in CTX_free()
1124 ctx_handle handles = (ctx_handle)gch.Target; in CTX_set_psk_server_callback()
1146 ctx_handle handles = (ctx_handle)gch.Target; in CTX_set_psk_client_callback()
1878 ctx_handle handles; in CTX_set_verify()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wrapper/CSharp/wolfSSL_CSharp/
H A DwolfSSL.cs56 private class ctx_handle class in wolfSSL.CSharp.wolfssl
425 ctx_handle handles = (ctx_handle)gch.Target; in unwrap_ctx()
944 ctx_handle handles = (ctx_handle)gch.Target; in SetIORecv()
975 ctx_handle handles = (ctx_handle)gch.Target; in SetIOSend()
1009 ctx_handle io = new ctx_handle(); in CTX_new()
1044 ctx_handle io = new ctx_handle(); in CTX_dtls_new()
1075 ctx_handle handles = (ctx_handle)gch.Target; in CTX_free()
1124 ctx_handle handles = (ctx_handle)gch.Target; in CTX_set_psk_server_callback()
1146 ctx_handle handles = (ctx_handle)gch.Target; in CTX_set_psk_client_callback()
1878 ctx_handle handles; in CTX_set_verify()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wrapper/CSharp/wolfSSL_CSharp/
H A DwolfSSL.cs56 private class ctx_handle class in wolfSSL.CSharp.wolfssl
425 ctx_handle handles = (ctx_handle)gch.Target; in unwrap_ctx()
944 ctx_handle handles = (ctx_handle)gch.Target; in SetIORecv()
975 ctx_handle handles = (ctx_handle)gch.Target; in SetIOSend()
1009 ctx_handle io = new ctx_handle(); in CTX_new()
1044 ctx_handle io = new ctx_handle(); in CTX_dtls_new()
1075 ctx_handle handles = (ctx_handle)gch.Target; in CTX_free()
1124 ctx_handle handles = (ctx_handle)gch.Target; in CTX_set_psk_server_callback()
1146 ctx_handle handles = (ctx_handle)gch.Target; in CTX_set_psk_client_callback()
1878 ctx_handle handles; in CTX_set_verify()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wrapper/CSharp/wolfSSL_CSharp/
H A DwolfSSL.cs56 private class ctx_handle class in wolfSSL.CSharp.wolfssl
425 ctx_handle handles = (ctx_handle)gch.Target; in unwrap_ctx()
944 ctx_handle handles = (ctx_handle)gch.Target; in SetIORecv()
975 ctx_handle handles = (ctx_handle)gch.Target; in SetIOSend()
1009 ctx_handle io = new ctx_handle(); in CTX_new()
1044 ctx_handle io = new ctx_handle(); in CTX_dtls_new()
1075 ctx_handle handles = (ctx_handle)gch.Target; in CTX_free()
1124 ctx_handle handles = (ctx_handle)gch.Target; in CTX_set_psk_server_callback()
1146 ctx_handle handles = (ctx_handle)gch.Target; in CTX_set_psk_client_callback()
1878 ctx_handle handles; in CTX_set_verify()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wrapper/CSharp/wolfSSL_CSharp/
H A DwolfSSL.cs56 private class ctx_handle class in wolfSSL.CSharp.wolfssl
425 ctx_handle handles = (ctx_handle)gch.Target; in unwrap_ctx()
944 ctx_handle handles = (ctx_handle)gch.Target; in SetIORecv()
975 ctx_handle handles = (ctx_handle)gch.Target; in SetIOSend()
1009 ctx_handle io = new ctx_handle(); in CTX_new()
1044 ctx_handle io = new ctx_handle(); in CTX_dtls_new()
1075 ctx_handle handles = (ctx_handle)gch.Target; in CTX_free()
1124 ctx_handle handles = (ctx_handle)gch.Target; in CTX_set_psk_server_callback()
1146 ctx_handle handles = (ctx_handle)gch.Target; in CTX_set_psk_client_callback()
1878 ctx_handle handles; in CTX_set_verify()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_verbs.c347 context->ctx_handle = resp->ctx_handle; in pvrdma_alloc_ucontext()
377 cmd->ctx_handle = context->ctx_handle; in pvrdma_dealloc_ucontext()
446 cmd->ctx_handle = context ? context->ctx_handle : 0; in pvrdma_alloc_pd()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_verbs.c347 context->ctx_handle = resp->ctx_handle; in pvrdma_alloc_ucontext()
377 cmd->ctx_handle = context->ctx_handle; in pvrdma_dealloc_ucontext()
446 cmd->ctx_handle = context ? context->ctx_handle : 0; in pvrdma_alloc_pd()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_verbs.c347 context->ctx_handle = resp->ctx_handle; in pvrdma_alloc_ucontext()
377 cmd->ctx_handle = context->ctx_handle; in pvrdma_dealloc_ucontext()
446 cmd->ctx_handle = context ? context->ctx_handle : 0; in pvrdma_alloc_pd()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cpal-0.13.4/src/host/webaudio/
H A Dmod.rs241 let ctx_handle = ctx.clone(); in build_output_stream_raw() localVariable
270 let now = ctx_handle.current_time(); in build_output_stream_raw()
314 let source = ctx_handle in build_output_stream_raw()
319 .connect_with_audio_node(&ctx_handle.destination()) in build_output_stream_raw()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cpal-0.13.4/src/host/webaudio/
H A Dmod.rs241 let ctx_handle = ctx.clone(); in build_output_stream_raw() localVariable
270 let now = ctx_handle.current_time(); in build_output_stream_raw()
314 let source = ctx_handle in build_output_stream_raw()
319 .connect_with_audio_node(&ctx_handle.destination()) in build_output_stream_raw()

12345