Searched defs:ctx (Results 176 - 200 of 1047) sorted by relevance

1234567891011>>

/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dselftest_guc_hangcheck.c33 struct i915_gem_context *ctx; local
/openbsd-current/sys/dev/pci/drm/i915/gem/selftests/
H A Digt_gem_utils.c21 igt_request_alloc(struct i915_gem_context *ctx, struct intel_engine_cs *engine) argument
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_deps.c132 int i915_deps_sync(const struct i915_deps *deps, const struct ttm_operation_ctx *ctx) argument
75 i915_deps_grow(struct i915_deps *deps, struct dma_fence *fence, const struct ttm_operation_ctx *ctx) argument
176 i915_deps_add_dependency(struct i915_deps *deps, struct dma_fence *fence, const struct ttm_operation_ctx *ctx) argument
222 i915_deps_add_resv(struct i915_deps *deps, struct dma_resv *resv, const struct ttm_operation_ctx *ctx) argument
[all...]
H A Di915_drm_client.c52 static u64 busy_add(struct i915_gem_context *ctx, unsigned int class) argument
76 struct i915_gem_context *ctx; local
/openbsd-current/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Dabm.h33 struct dc_context *ctx; member in struct:abm
/openbsd-current/lib/libcrypto/pkcs12/
H A Dp12_key.c103 EVP_MD_CTX *ctx = NULL; local
[all...]
H A Dp12_decr.c78 EVP_CIPHER_CTX ctx; local
/openbsd-current/lib/libcrypto/evp/
H A De_xcbc_d.c109 desx_cbc_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
122 desx_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
[all...]
H A De_rc4.c130 rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, argument
138 rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, argument
/openbsd-current/lib/libcrypto/dh/
H A Ddh_key.c73 BN_CTX *ctx; local
138 BN_CTX *ctx = NULL; local
192 dh_bn_mod_exp(const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
[all...]
/openbsd-current/regress/lib/libcrypto/hmac/
H A Dhmactest.c145 HMAC_CTX *ctx = NULL, *ctx2 = NULL; local
[all...]
/openbsd-current/lib/libradius/
H A Dradius_mppe.c51 MD5_CTX ctx; local
92 MD5_CTX ctx; local
[all...]
/openbsd-current/sys/crypto/
H A Dgmac.c76 ghash_update_mi(GHASH_CTX *ctx, uint8_t *X, size_t len) argument
104 AES_GMAC_CTX *ctx = xctx; local
115 AES_GMAC_CTX *ctx = xctx; local
127 AES_GMAC_CTX *ctx = xctx; local
136 AES_GMAC_CTX *ctx = xctx; local
158 AES_GMAC_CTX *ctx = xctx; local
[all...]
H A Dmd5.c51 MD5Init(MD5_CTX *ctx) argument
65 MD5Update(MD5_CTX *ctx, const void *inputptr, size_t len) argument
104 MD5Final(unsigned char digest[MD5_DIGEST_LENGTH], MD5_CTX *ctx) argument
[all...]
H A Dsiphash.c55 SipHash_Init(SIPHASH_CTX *ctx, const SIPHASH_KEY *key) argument
72 SipHash_Update(SIPHASH_CTX *ctx, int rc, int rf, const void *src, size_t len) argument
109 SipHash_Final(void *dst, SIPHASH_CTX *ctx, int rc, int rf) argument
118 SipHash_End(SIPHASH_CTX *ctx, int rc, int rf) argument
140 SIPHASH_CTX ctx; local
150 SipHash_Rounds(SIPHASH_CTX *ctx, int rounds) argument
174 SipHash_CRounds(SIPHASH_CTX *ctx, int rounds) argument
[all...]
/openbsd-current/usr.sbin/ldapd/
H A Devbuffer_tls.c72 struct tls *ctx = buftls->bt_ctx; local
153 struct tls *ctx = buftls->bt_ctx; local
211 struct tls *ctx = buftls->bt_ctx; local
295 evtls_read(struct evbuffer *buf, int fd, int howmuch, struct tls *ctx) argument
252 buffertls_set(struct buffertls *buftls, struct bufferevent *bufev, struct tls *ctx, int fd) argument
325 evtls_write(struct evbuffer *buffer, int fd, struct tls *ctx) argument
[all...]
/openbsd-current/lib/libc/hash/
H A Dsiphash.c55 SipHash_Init(SIPHASH_CTX *ctx, const SIPHASH_KEY *key) argument
73 SipHash_Update(SIPHASH_CTX *ctx, int rc, int rf, const void *src, size_t len) argument
111 SipHash_Final(void *dst, SIPHASH_CTX *ctx, int rc, int rf) argument
121 SipHash_End(SIPHASH_CTX *ctx, int rc, int rf) argument
144 SIPHASH_CTX ctx; local
155 SipHash_Rounds(SIPHASH_CTX *ctx, int rounds) argument
179 SipHash_CRounds(SIPHASH_CTX *ctx, int rounds) argument
[all...]
H A Dmd5.c51 MD5Init(MD5_CTX *ctx) argument
66 MD5Update(MD5_CTX *ctx, const unsigned char *input, size_t len) argument
105 MD5Pad(MD5_CTX *ctx) argument
127 MD5Final(unsigned char digest[MD5_DIGEST_LENGTH], MD5_CTX *ctx) argument
[all...]
/openbsd-current/regress/lib/libcrypto/poly1305/
H A Dpoly1305test.c21 poly1305_context ctx; local
109 poly1305_context ctx; local
[all...]
/openbsd-current/sys/net80211/
H A Dieee80211_crypto_wep.c57 struct ieee80211_wep_ctx *ctx; local
84 struct ieee80211_wep_ctx *ctx = k->k_priv; local
203 struct ieee80211_wep_ctx *ctx = k->k_priv; local
[all...]
H A Dieee80211_crypto_bip.c58 struct ieee80211_bip_ctx *ctx; local
90 struct ieee80211_bip_ctx *ctx = k->k_priv; local
155 struct ieee80211_bip_ctx *ctx = k->k_priv; local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/
H A Dhw_gpio.c179 dal_hw_gpio_construct( struct hw_gpio *pin, enum gpio_id id, uint32_t en, struct dc_context *ctx) argument
/openbsd-current/regress/sys/kern/pipe/
H A Dtest-thundering-herd.c88 struct context ctx; local
157 block_proc(const struct context *ctx) argument
[all...]
/openbsd-current/lib/libutil/
H A Dpkcs5_pbkdf2.c37 SHA1_CTX ctx; local
[all...]
/openbsd-current/usr.bin/dig/lib/isc/
H A Dbase32.c126 base32_decode_init(base32_decode_ctx_t *ctx, int length, const char base[], argument
139 base32_decode_char(base32_decode_ctx_t *ctx, int c) { argument
234 base32_decode_finish(base32_decode_ctx_t *ctx) argument
256 base32_decode_ctx_t ctx; local
[all...]

Completed in 354 milliseconds

1234567891011>>