Home
last modified time | relevance | path

Searched defs:tctx (Results 1 - 25 of 71) sorted by relevance

123

/kernel/linux/linux-6.6/io_uring/
H A Dtctx.h27 struct io_uring_task *tctx = current->io_uring; in io_uring_add_tctx_node() local
H A Dcancel.c75 static int io_async_cancel_one(struct io_uring_task *tctx, in io_async_cancel_one() argument
102 int io_try_cancel(struct io_uring_task *tctx, struct io_cancel_data *cd, in io_try_cancel() argument
156 __io_async_cancel(struct io_cancel_data *cd, struct io_uring_task *tctx, unsigned int issue_flags) __io_async_cancel() argument
178 struct io_uring_task *tctx = node->task->io_uring; __io_async_cancel() local
201 struct io_uring_task *tctx = req->task->io_uring; io_async_cancel() local
238 __io_sync_cancel(struct io_uring_task *tctx, struct io_cancel_data *cd, int fd) __io_sync_cancel() argument
[all...]
H A Dtctx.c49 struct io_uring_task *tctx = tsk->io_uring; in __io_uring_free() local
63 struct io_uring_task *tctx; in io_uring_alloc_task_context() local
96 struct io_uring_task *tctx = current->io_uring; __io_uring_add_tctx_node() local
157 struct io_uring_task *tctx = current->io_uring; io_uring_del_tctx_node() local
178 io_uring_clean_tctx(struct io_uring_task *tctx) io_uring_clean_tctx() argument
200 struct io_uring_task *tctx = current->io_uring; io_uring_unreg_ringfd() local
211 io_ring_add_registered_file(struct io_uring_task *tctx, struct file *file, int start, int end) io_ring_add_registered_file() argument
226 io_ring_add_registered_fd(struct io_uring_task *tctx, int fd, int start, int end) io_ring_add_registered_fd() argument
258 struct io_uring_task *tctx; io_ringfd_register() local
316 struct io_uring_task *tctx = current->io_uring; io_ringfd_unregister() local
[all...]
H A Dio_uring.h342 struct io_uring_task *tctx = current->io_uring; in io_get_task_refs() local
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_desx_hw.c30 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in cipher_hw_desx_cbc_initkey() local
53 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in cipher_hw_desx_cbc() local
[all...]
H A Dcipher_tdes_default_hw.c26 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ede2_initkey() local
51 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; ossl_cipher_hw_tdes_ofb() local
72 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; ossl_cipher_hw_tdes_cfb() local
100 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; ossl_cipher_hw_tdes_cfb1() local
121 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; ossl_cipher_hw_tdes_cfb8() local
[all...]
H A Dcipher_tdes_hw.c26 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ede3_initkey() local
61 PROV_TDES_CTX *tctx in ossl_cipher_hw_tdes_cbc() local
85 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; ossl_cipher_hw_tdes_ecb() local
[all...]
H A Dcipher_tdes_common.c26 PROV_TDES_CTX *tctx; in ossl_tdes_newctx() local
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_desx_hw.c30 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in cipher_hw_desx_cbc_initkey() local
53 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in cipher_hw_desx_cbc() local
[all...]
H A Dcipher_tdes_default_hw.c26 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ede2_initkey() local
51 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; ossl_cipher_hw_tdes_ofb() local
72 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; ossl_cipher_hw_tdes_cfb() local
100 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; ossl_cipher_hw_tdes_cfb1() local
121 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; ossl_cipher_hw_tdes_cfb8() local
[all...]
H A Dcipher_tdes_hw.c26 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ede3_initkey() local
61 PROV_TDES_CTX *tctx in ossl_cipher_hw_tdes_cbc() local
85 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; ossl_cipher_hw_tdes_ecb() local
[all...]
H A Dcipher_tdes_common.c26 PROV_TDES_CTX *tctx; in ossl_tdes_newctx() local
/kernel/linux/linux-5.10/crypto/
H A Dxxhash_generic.c23 struct xxhash64_tfm_ctx *tctx = crypto_shash_ctx(tfm); in xxhash64_setkey() local
33 struct xxhash64_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in xxhash64_init() local
63 struct xxhash64_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in xxhash64_digest() local
H A Dblake2b_generic.c150 struct blake2b_tfm_ctx *tctx = crypto_shash_ctx(tfm); in blake2b_setkey() local
163 struct blake2b_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in blake2b_init() local
H A Dcmac.c122 struct cmac_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_cmac_digest_update() local
168 struct cmac_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_cmac_digest_final() local
H A Dxcbc.c89 struct xcbc_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_xcbc_digest_update() local
135 struct xcbc_tfm_ctx *tctx = crypto_shash_ctx(parent); in crypto_xcbc_digest_final() local
H A Dtgr192.c462 static void tgr192_transform(struct tgr192_ctx *tctx, const u8 * data) in tgr192_transform() argument
495 struct tgr192_ctx *tctx = shash_desc_ctx(desc); in tgr192_init() local
512 struct tgr192_ctx *tctx = shash_desc_ctx(desc); tgr192_update() local
552 struct tgr192_ctx *tctx = shash_desc_ctx(desc); tgr192_final() local
[all...]
/kernel/linux/linux-5.10/include/crypto/internal/
H A Dblake2s.h89 struct blake2s_tfm_ctx *tctx = crypto_shash_ctx(tfm); in crypto_blake2s_setkey() local
102 const struct blake2s_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in crypto_blake2s_init() local
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dblake2b.h75 struct blake2b_tfm_ctx *tctx = crypto_shash_ctx(tfm); in crypto_blake2b_setkey() local
88 const struct blake2b_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in crypto_blake2b_init() local
/kernel/linux/linux-6.6/crypto/
H A Dxxhash_generic.c23 struct xxhash64_tfm_ctx *tctx = crypto_shash_ctx(tfm); in xxhash64_setkey() local
33 struct xxhash64_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in xxhash64_init() local
63 struct xxhash64_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in xxhash64_digest() local
/kernel/linux/linux-5.10/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c80 struct rk_ahash_ctx *tctx = crypto_ahash_ctx(tfm); in rk_ahash_reg_init() local
198 struct rk_ahash_ctx *tctx = crypto_tfm_ctx(req->base.tfm); in rk_ahash_digest() local
223 struct rk_ahash_ctx *tctx = crypto_ahash_ctx(tfm); in rk_hash_prepare() local
240 struct rk_ahash_ctx *tctx = crypto_ahash_ctx(tfm); in rk_hash_unprepare() local
251 struct rk_ahash_ctx *tctx = crypto_ahash_ctx(tfm); in rk_hash_run() local
318 struct rk_ahash_ctx *tctx = crypto_tfm_ctx(tfm); rk_cra_hash_init() local
349 struct rk_ahash_ctx *tctx = crypto_tfm_ctx(tfm); rk_cra_hash_exit() local
[all...]
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dpolyval-ce-glue.c75 struct polyval_tfm_ctx *tctx = crypto_shash_ctx(tfm); in polyval_arm64_setkey() local
105 const struct polyval_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in polyval_arm64_update() local
146 const struct polyval_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in polyval_arm64_final() local
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dpolyval-clmulni_glue.c84 struct polyval_tfm_ctx *tctx = polyval_tfm_ctx(tfm); in polyval_x86_setkey() local
114 const struct polyval_tfm_ctx *tctx = polyval_tfm_ctx(desc->tfm); in polyval_x86_update() local
155 const struct polyval_tfm_ctx *tctx = polyval_tfm_ctx(desc->tfm); in polyval_x86_final() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/
H A Dgeode-aes.c69 geode_aes_crypt(const struct geode_aes_tfm_ctx *tctx, const void *src, in geode_aes_crypt() argument
112 struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm); in geode_setkey_cip() local
138 struct geode_aes_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in geode_setkey_skcipher() local
165 const struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm); geode_encrypt() local
180 const struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm); geode_decrypt() local
194 struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm); fallback_init_cip() local
209 struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm); fallback_exit_cip() local
240 struct geode_aes_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); geode_init_skcipher() local
257 struct geode_aes_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); geode_exit_skcipher() local
265 const struct geode_aes_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); geode_skcipher_crypt() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/
H A Dgeode-aes.c70 geode_aes_crypt(const struct geode_aes_tfm_ctx *tctx, const void *src, in geode_aes_crypt() argument
113 struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm); in geode_setkey_cip() local
139 struct geode_aes_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); in geode_setkey_skcipher() local
166 const struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm); geode_encrypt() local
181 const struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm); geode_decrypt() local
195 struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm); fallback_init_cip() local
210 struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm); fallback_exit_cip() local
241 struct geode_aes_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); geode_init_skcipher() local
258 struct geode_aes_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); geode_exit_skcipher() local
266 const struct geode_aes_tfm_ctx *tctx = crypto_skcipher_ctx(tfm); geode_skcipher_crypt() local
[all...]

Completed in 10 milliseconds

123