Searched defs:ctx (Results 276 - 300 of 1053) sorted by relevance

<<11121314151617181920>>

/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/
H A Dhw_gpio.h45 struct dc_context *ctx; member in struct:hw_gpio_pin
/openbsd-current/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Dipp.h38 struct dc_context *ctx; member in struct:input_pixel_processor
/openbsd-current/usr.bin/ssh/
H A Dhmac.c63 ssh_hmac_init(struct ssh_hmac_ctx *ctx, const void *key, size_t klen) argument
92 ssh_hmac_update(struct ssh_hmac_ctx *ctx, const void *m, size_t mlen) argument
98 ssh_hmac_update_buffer(struct ssh_hmac_ctx *ctx, const struct sshbuf *b) argument
104 ssh_hmac_final(struct ssh_hmac_ctx *ctx, u_char *d, size_t dlen) argument
121 ssh_hmac_free(struct ssh_hmac_ctx *ctx) argument
141 struct ssh_hmac_ctx *ctx; local
[all...]
H A Ddigest-libc.c146 ssh_digest_blocksize(struct ssh_digest_ctx *ctx) argument
182 ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen) argument
193 ssh_digest_update_buffer(struct ssh_digest_ctx *ctx, const struct sshbuf *b) argument
199 ssh_digest_final(struct ssh_digest_ctx *ctx, u_char *d, size_t dlen) argument
214 ssh_digest_free(struct ssh_digest_ctx *ctx) argument
231 struct ssh_digest_ctx *ctx = ssh_digest_start(alg); local
[all...]
H A Ddigest-openssl.c90 ssh_digest_blocksize(struct ssh_digest_ctx *ctx) argument
127 ssh_digest_update(struct ssh_digest_ctx *ctx, const void *m, size_t mlen) argument
135 ssh_digest_update_buffer(struct ssh_digest_ctx *ctx, const struct sshbuf *b) argument
141 ssh_digest_final(struct ssh_digest_ctx *ctx, u_char *d, size_t dlen) argument
158 ssh_digest_free(struct ssh_digest_ctx *ctx) argument
[all...]
/openbsd-current/sys/net80211/
H A Dieee80211_crypto_ccmp.c56 struct ieee80211_ccmp_ctx *ctx; local
81 ieee80211_ccmp_phase1(AES_CTX *ctx, const struct ieee80211_frame *wh, argument
169 struct ieee80211_ccmp_ctx *ctx = k->k_priv; local
346 struct ieee80211_ccmp_ctx *ctx = k->k_priv; local
[all...]
/openbsd-current/usr.bin/tmux/
H A Dwindow-clock.c210 struct screen_write_ctx ctx; local
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_self_refresh_helper.c74 struct drm_modeset_acquire_ctx ctx; local
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_md5.cpp41 static const void *body(MD5_CTX *ctx, const void *data, ulong_t size) { argument
149 void MD5_Init(MD5_CTX *ctx) { argument
159 MD5_Update(MD5_CTX *ctx, const void *data, ulong_t size) argument
192 MD5_Final(unsigned char *result, MD5_CTX *ctx) argument
244 MD5_CTX ctx; local
[all...]
/openbsd-current/usr.bin/dig/lib/isc/unix/
H A Dapp.c68 isc_app_ctxstart(isc_appctx_t *ctx) { argument
104 isc_app_ctxonrun(isc_appctx_t *ctx, isc_task_t *task, argument
141 evloop(isc_appctx_t *ctx) { argument
202 isc_app_ctxrun(isc_appctx_t *ctx) argument
236 isc_app_ctxshutdown(isc_appctx_t *ctx) argument
[all...]
/openbsd-current/usr.bin/dig/lib/isc/
H A Dhmacsha.c33 isc_hmacsha1_init(isc_hmacsha1_t *ctx, const unsigned char *key, argument
43 isc_hmacsha1_invalidate(isc_hmacsha1_t *ctx) { argument
51 isc_hmacsha1_update(isc_hmacsha1_t *ctx, const unsigned char *buf, unsigned int len) argument
58 isc_hmacsha1_sign(isc_hmacsha1_t *ctx, unsigned char *digest, size_t len) argument
71 isc_hmacsha224_init(isc_hmacsha224_t *ctx, const unsigned char *key, unsigned int len) argument
81 isc_hmacsha224_invalidate(isc_hmacsha224_t *ctx) argument
89 isc_hmacsha224_update(isc_hmacsha224_t *ctx, const unsigned char *buf, unsigned int len) argument
96 isc_hmacsha224_sign(isc_hmacsha224_t *ctx, unsigned char *digest, size_t len) argument
109 isc_hmacsha256_init(isc_hmacsha256_t *ctx, const unsigned char *key, unsigned int len) argument
119 isc_hmacsha256_invalidate(isc_hmacsha256_t *ctx) argument
127 isc_hmacsha256_update(isc_hmacsha256_t *ctx, const unsigned char *buf, unsigned int len) argument
134 isc_hmacsha256_sign(isc_hmacsha256_t *ctx, unsigned char *digest, size_t len) argument
147 isc_hmacsha384_init(isc_hmacsha384_t *ctx, const unsigned char *key, unsigned int len) argument
157 isc_hmacsha384_invalidate(isc_hmacsha384_t *ctx) argument
165 isc_hmacsha384_update(isc_hmacsha384_t *ctx, const unsigned char *buf, unsigned int len) argument
172 isc_hmacsha384_sign(isc_hmacsha384_t *ctx, unsigned char *digest, size_t len) argument
185 isc_hmacsha512_init(isc_hmacsha512_t *ctx, const unsigned char *key, unsigned int len) argument
195 isc_hmacsha512_invalidate(isc_hmacsha512_t *ctx) argument
203 isc_hmacsha512_update(isc_hmacsha512_t *ctx, const unsigned char *buf, unsigned int len) argument
210 isc_hmacsha512_sign(isc_hmacsha512_t *ctx, unsigned char *digest, size_t len) argument
227 isc_hmacsha1_verify(isc_hmacsha1_t *ctx, unsigned char *digest, size_t len) argument
240 isc_hmacsha224_verify(isc_hmacsha224_t *ctx, unsigned char *digest, size_t len) argument
253 isc_hmacsha256_verify(isc_hmacsha256_t *ctx, unsigned char *digest, size_t len) argument
266 isc_hmacsha384_verify(isc_hmacsha384_t *ctx, unsigned char *digest, size_t len) argument
279 isc_hmacsha512_verify(isc_hmacsha512_t *ctx, unsigned char *digest, size_t len) argument
[all...]
/openbsd-current/sys/kern/
H A Dkern_srp.c148 struct srp_gc_ctx *ctx; local
170 struct srp_gc_ctx *ctx = x; local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_cm_common.c43 cm_helper_program_gamcor_xfer_func( struct dc_context *ctx, const struct pwl_params *params, const struct dcn3_xfer_func_reg *reg) argument
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddce_abm.c262 dce_abm_construct( struct dce_abm *abm_dce, struct dc_context *ctx, const struct dce_abm_registers *regs, const struct dce_abm_shift *abm_shift, const struct dce_abm_mask *abm_mask) argument
280 dce_abm_create( struct dc_context *ctx, const struct dce_abm_registers *regs, const struct dce_abm_shift *abm_shift, const struct dce_abm_mask *abm_mask) argument
/openbsd-current/regress/lib/libssl/verify/
H A Dverify.c142 SSL_CTX *ctx; local
/openbsd-current/usr.sbin/nsd/
H A Dtsig-openssl.c218 HMAC_CTX *ctx = (HMAC_CTX *) context; local
262 HMAC_CTX *ctx = (HMAC_CTX *) context; local
276 HMAC_CTX *ctx = (HMAC_CTX *) context; local
/openbsd-current/lib/libfido2/src/
H A Dhid_openbsd.c97 terrible_ping_kludge(struct hid_openbsd *ctx) argument
176 struct hid_openbsd *ctx = (struct hid_openbsd *)handle; local
187 struct hid_openbsd *ctx = handle; local
198 struct hid_openbsd *ctx = (struct hid_openbsd *)handle; local
228 struct hid_openbsd *ctx = (struct hid_openbsd *)handle; local
253 struct hid_openbsd *ctx = handle; local
261 struct hid_openbsd *ctx = handle; local
[all...]
/openbsd-current/regress/sys/crypto/gmac/
H A Dgmac_test.c642 AES_GMAC_CTX ctx; local
/openbsd-current/regress/sys/crypto/chachapoly/
H A Dchachapoly_test.c289 struct chacha20_ctx ctx; local
320 CHACHA20_POLY1305_CTX ctx; local
[all...]
/openbsd-current/regress/sys/crypto/aesctr/
H A Daesctr.c168 struct aes_ctr_ctx ctx; local
/openbsd-current/regress/sys/crypto/aes/
H A Daestest.c46 AES_CTX ctx; local
/openbsd-current/regress/sys/crypto/enc/
H A Ddes3.c61 u_int8_t ctx[384]; local
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A Dlibdebugserver.cpp68 RNBContext &ctx = remote->Context(); local
144 RNBContext &ctx = remote->Context(); local
228 RNBContext &ctx = remote->Context(); local
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h45 u64 ctx; member in struct:__sanitizer::DDMutex
80 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return nullptr; } argument
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_format_interceptor_test.cpp67 static void testScanf3(void *ctx, int result, bool allowGnuMalloc, argument
227 static void testPrintf3(void *ctx, const char *format, ...) { argument
[all...]

Completed in 320 milliseconds

<<11121314151617181920>>