| /kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
| H A D | adf_admin.c | 113 adf_put_admin_msg_sync(struct adf_accel_dev *accel_dev, u32 ae, void *in, void *out) adf_put_admin_msg_sync() argument
|
| /kernel/linux/linux-6.6/arch/loongarch/crypto/ |
| H A D | crc32-loongarch.c | 155 static int chksum_final(struct shash_desc *desc, u8 *out) in chksum_final() argument 163 static int chksumc_final(struct shash_desc *desc, u8 *out) in chksumc_final() argument 171 static int __chksum_finup(u32 crc, const u8 *data, unsigned int len, u8 *out) in __chksum_finup() argument 173 put_unaligned_le32(crc32_loongarch_hw(crc, data, len), out); in __chksum_finup() local 177 static int __chksumc_finup(u32 crc, const u8 *data, unsigned int len, u8 *out) in __chksumc_finup() argument 179 put_unaligned_le32(~crc32c_loongarch_hw(crc, data, len), out); in __chksumc_finup() local 183 static int chksum_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) in chksum_finup() argument 190 chksumc_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) chksumc_finup() argument 197 chksum_digest(struct shash_desc *desc, const u8 *data, unsigned int length, u8 *out) chksum_digest() argument 204 chksumc_digest(struct shash_desc *desc, const u8 *data, unsigned int length, u8 *out) chksumc_digest() argument [all...] |
| /kernel/linux/linux-6.6/arch/mips/boot/ |
| H A D | elf2ecoff.c | 68 static void copy(int out, int in, off_t offset, off_t size) in copy() argument
|
| /kernel/linux/linux-6.6/arch/mips/crypto/ |
| H A D | crc32-mips.c | 210 static int chksum_final(struct shash_desc *desc, u8 *out) argument 218 static int chksumc_final(struct shash_desc *desc, u8 *out) argument 226 static int __chksum_finup(u32 crc, const u8 *data, unsigned int len, u8 *out) argument 228 put_unaligned_le32(crc32_mips_le_hw(crc, data, len), out); local 232 static int __chksumc_finup(u32 crc, const u8 *data, unsigned int len, u8 *out) argument 234 put_unaligned_le32(~crc32c_mips_le_hw(crc, data, len), out); local 238 chksum_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) global() argument 246 chksumc_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) global() argument 254 chksum_digest(struct shash_desc *desc, const u8 *data, unsigned int length, u8 *out) global() argument 262 chksumc_digest(struct shash_desc *desc, const u8 *data, unsigned int length, u8 *out) global() argument [all...] |
| /kernel/linux/linux-6.6/arch/powerpc/crypto/ |
| H A D | aes-spe-glue.c | 162 static void ppc_aes_encrypt(struct crypto_tfm *tfm, u8 *out, cons argument 171 ppc_aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) ppc_aes_decrypt() argument [all...] |
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
| H A D | epapr_hcalls.h | 465 epapr_hypercall(unsigned long *in, unsigned long *out, unsigned long nr) epapr_hypercall() argument 501 epapr_hypercall(unsigned long *in, unsigned long *out, unsigned long nr) epapr_hypercall() argument 512 unsigned long out[8]; epapr_hypercall0_1() local 524 unsigned long out[8]; epapr_hypercall0() local 532 unsigned long out[8]; epapr_hypercall1() local 542 unsigned long out[8]; epapr_hypercall2() local 553 unsigned long out[8]; epapr_hypercall3() local 566 unsigned long out[8]; epapr_hypercall4() local [all...] |
| H A D | vio.h | 72 s64 out; member
|
| /kernel/linux/linux-6.6/arch/alpha/boot/ |
| H A D | misc.c | 125 uch *in, *out, ch; in flush_window() local
|
| /kernel/linux/linux-6.6/arch/arm/crypto/ |
| H A D | aes-neonbs-glue.c | 88 __ecb_crypt(struct skcipher_request *req, void (*fn)(u8 out[], u8 const in[], u8 const rk[], int rounds, int blocks)) __ecb_crypt() argument 337 __xts_crypt(struct skcipher_request *req, bool encrypt, void (*fn)(u8 out[], u8 const in[], u8 const rk[], int rounds, int blocks, u8 iv[], int)) __xts_crypt() argument
|
| /kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
| H A D | atags_to_fdt.c | 104 static void hex_str(char *out, uint32_t value) in hex_str() argument
|
| /kernel/linux/linux-6.6/arch/arm64/crypto/ |
| H A D | aes-neonbs-glue.c | 94 __ecb_crypt(struct skcipher_request *req, void (*fn)(u8 out[], u8 const in[], u8 const rk[], int rounds, int blocks)) __ecb_crypt() argument 276 __xts_crypt(struct skcipher_request *req, bool encrypt, void (*fn)(u8 out[], u8 const in[], u8 const rk[], int rounds, int blocks, u8 iv[])) __xts_crypt() argument 289 u8 *out, *in; __xts_crypt() local [all...] |
| /kernel/linux/linux-6.6/arch/powerpc/net/ |
| H A D | bpf_jit_comp64.c | 276 static int bpf_jit_emit_tail_call(u32 *image, struct codegen_context *ctx, u32 out) in bpf_jit_emit_tail_call() argument [all...] |
| H A D | bpf_jit_comp32.c | 220 static int bpf_jit_emit_tail_call(u32 *image, struct codegen_context *ctx, u32 out) in bpf_jit_emit_tail_call() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
| H A D | core_autosize.c | 49 } out; variable [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| H A D | test_core_autosize.c | 90 struct test_struct___samesize *out = (void *)&output_samesized; in handle_samesize() local 111 struct test_struct___downsize *out = (void *)&output_downsized; in handle_downsize() local 171 struct test_struct___signed *out = (void *)&output_signed; handle_signed() local [all...] |
| H A D | test_core_reloc_type_based.c | 14 char out[256]; member 81 struct core_reloc_type_based_output *out = (void *)&data.out; in test_core_type_based() local [all...] |
| H A D | test_core_reloc_type_id.c | 14 char out[256]; member 86 struct core_reloc_type_id_output *out = (void *)&data.out; in test_core_type_id() local [all...] |
| /kernel/linux/linux-6.6/arch/nios2/boot/compressed/ |
| H A D | misc.c | 137 uch *in, *out, ch; in flush_window() local
|
| /kernel/linux/linux-6.6/arch/riscv/kernel/ |
| H A D | sys_riscv.c | 235 size_t out; in do_riscv_hwprobe() local
|
| /kernel/linux/linux-6.6/arch/s390/crypto/ |
| H A D | des_s390.c | 55 static void s390_des_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in s390_des_encrypt() argument 62 static void s390_des_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in s390_des_decrypt() argument
|
| /kernel/linux/linux-5.10/drivers/mfd/ |
| H A D | ucb1x00-core.c | 50 void ucb1x00_io_set_dir(struct ucb1x00 *ucb, unsigned int in, unsigned int out) in ucb1x00_io_set_dir() argument
|
| /kernel/linux/linux-5.10/drivers/hid/usbhid/ |
| H A D | usbhid.h | 77 struct hid_output_fifo out[HID_CONTROL_FIFO_SIZE]; /* Output pipe fifo */ member
|
| /kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
| H A D | gp8psk-fe.h | 66 int (*out)(void *priv, u8 req, u16 value, u16 index, u8 *b, int blen); member
|
| /kernel/linux/linux-5.10/drivers/md/bcache/ |
| H A D | extents.c | 100 char *out = buf, *end = buf + size; in bch_extent_to_text() local
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
| H A D | mad.c | 76 pma_cnt_ext_assign(struct ib_pma_portcounters_ext *pma_cnt_ext, void *out) pma_cnt_ext_assign() argument 109 pma_cnt_assign(struct ib_pma_portcounters *pma_cnt, void *out) pma_cnt_assign() argument 225 mlx5_ib_process_mad(struct ib_device *ibdev, int mad_flags, u8 port_num, const struct ib_wc *in_wc, const struct ib_grh *in_grh, const struct ib_mad *in, struct ib_mad *out, size_t *out_mad_size, u16 *out_mad_pkey_index) mlx5_ib_process_mad() argument [all...] |