Searched refs:tctx (Results 1 – 4 of 4) sorted by relevance
| /include/crypto/internal/ |
| A D | blake2b.h | 46 struct blake2b_tfm_ctx *tctx = crypto_shash_ctx(tfm); in crypto_blake2b_setkey() local 53 memcpy(tctx->key, key, keylen); in crypto_blake2b_setkey() 54 memset(tctx->key + keylen, 0, BLAKE2B_BLOCK_SIZE - keylen); in crypto_blake2b_setkey() 55 tctx->keylen = keylen; in crypto_blake2b_setkey() 62 const struct blake2b_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm); in crypto_blake2b_init() local 66 __blake2b_init(state, outlen, tctx->keylen); in crypto_blake2b_init() 67 return tctx->keylen ? in crypto_blake2b_init() 68 crypto_shash_update(desc, tctx->key, BLAKE2B_BLOCK_SIZE) : 0; in crypto_blake2b_init()
|
| /include/trace/events/ |
| A D | io_uring.h | 603 TP_PROTO(void *tctx, unsigned int count), 605 TP_ARGS(tctx, count), 608 __field( void *, tctx ) 613 __entry->tctx = tctx; 617 TP_printk("tctx %p, count %u", __entry->tctx, __entry->count)
|
| /include/linux/io_uring/ |
| A D | cmd.h | 133 return cmd_to_io_kiocb(cmd)->tctx->task; in io_uring_cmd_get_task()
|
| /include/linux/ |
| A D | io_uring_types.h | 671 struct io_uring_task *tctx; member
|
Completed in 9 milliseconds