Searched refs:cet (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/crypto/allwinner/sun8i-ce/ |
| H A D | sun8i-ce-trng.c | 31 struct ce_task *cet; in sun8i_ce_trng_read() local 64 cet = &chan->tl[0]; in sun8i_ce_trng_read() 65 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_trng_read() 67 cet->t_id = cpu_to_le32(flow); in sun8i_ce_trng_read() 69 cet->t_common_ctl = cpu_to_le32(common); in sun8i_ce_trng_read() 73 cet->t_dlen = cpu_to_le32(todo); in sun8i_ce_trng_read() 75 cet->t_dlen = cpu_to_le32(todo / 4); in sun8i_ce_trng_read() 77 cet->t_sym_ctl = 0; in sun8i_ce_trng_read() 78 cet->t_asym_ctl = 0; in sun8i_ce_trng_read() 80 cet->t_dst[0].addr = desc_addr_val_le32(ce, dma_dst); in sun8i_ce_trng_read() [all …]
|
| H A D | sun8i-ce-prng.c | 67 struct ce_task *cet; in sun8i_ce_prng_generate() local 118 cet = &chan->tl[0]; in sun8i_ce_prng_generate() 119 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_prng_generate() 121 cet->t_id = cpu_to_le32(flow); in sun8i_ce_prng_generate() 123 cet->t_common_ctl = cpu_to_le32(common); in sun8i_ce_prng_generate() 127 cet->t_dlen = cpu_to_le32(todo); in sun8i_ce_prng_generate() 129 cet->t_dlen = cpu_to_le32(todo / 4); in sun8i_ce_prng_generate() 132 cet->t_sym_ctl = cpu_to_le32(sym); in sun8i_ce_prng_generate() 133 cet->t_asym_ctl = 0; in sun8i_ce_prng_generate() 136 cet->t_iv = desc_addr_val_le32(ce, dma_iv); in sun8i_ce_prng_generate() [all …]
|
| H A D | sun8i-ce-cipher.c | 130 struct ce_task *cet; in sun8i_ce_cipher_prepare() local 157 cet = chan->tl; in sun8i_ce_cipher_prepare() 158 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_cipher_prepare() 160 cet->t_id = cpu_to_le32(flow); in sun8i_ce_cipher_prepare() 163 cet->t_common_ctl = cpu_to_le32(common); in sun8i_ce_cipher_prepare() 166 cet->t_dlen = cpu_to_le32(areq->cryptlen); in sun8i_ce_cipher_prepare() 184 cet->t_sym_ctl = cpu_to_le32(sym); in sun8i_ce_cipher_prepare() 185 cet->t_asym_ctl = 0; in sun8i_ce_cipher_prepare() 311 struct ce_task *cet; in sun8i_ce_cipher_unprepare() local 319 cet = chan->tl; in sun8i_ce_cipher_unprepare() [all …]
|
| H A D | sun8i-ce-hash.c | 339 struct ce_task *cet; in sun8i_ce_hash_run() local 386 cet = chan->tl; in sun8i_ce_hash_run() 387 memset(cet, 0, sizeof(struct ce_task)); in sun8i_ce_hash_run() 389 cet->t_id = cpu_to_le32(flow); in sun8i_ce_hash_run() 392 cet->t_common_ctl = cpu_to_le32(common); in sun8i_ce_hash_run() 394 cet->t_sym_ctl = 0; in sun8i_ce_hash_run() 395 cet->t_asym_ctl = 0; in sun8i_ce_hash_run() 408 cet->t_src[i].len = cpu_to_le32(todo / 4); in sun8i_ce_hash_run() 418 cet->t_dst[0].len = cpu_to_le32(digestsize / 4); in sun8i_ce_hash_run() 449 cet->t_src[i].len = cpu_to_le32(j); in sun8i_ce_hash_run() [all …]
|
| H A D | sun8i-ce-core.c | 186 struct ce_task *cet = ce->chanlist[flow].tl; in sun8i_ce_run_task() local 231 cet, sizeof(struct ce_task), false); in sun8i_ce_run_task() 250 cet, sizeof(struct ce_task), false); in sun8i_ce_run_task() 266 cet, sizeof(struct ce_task), false); in sun8i_ce_run_task()
|
| /linux-6.15/drivers/leds/ |
| H A D | leds-lp3952.c | 148 enum lp3952_tt tt, enum lp3952_cet cet) in lp3952_set_pattern_gen_cmd() argument 157 .cet = cet, in lp3952_set_pattern_gen_cmd()
|
| /linux-6.15/lib/zstd/common/ |
| H A D | portability_macros.h | 108 # if __has_include(<cet.h>)
|
| /linux-6.15/include/linux/ |
| H A D | leds-lp3952.h | 103 u16 cet:4; member
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | Makefile | 156 obj-$(CONFIG_X86_CET) += cet.o
|