Searched defs:out (Results 76 - 100 of 1115) sorted by relevance

1234567891011>>

/linux-master/tools/include/tools/
H A Ddis-asm-compat.h18 static inline int fprintf_styled(void *out, argument
/linux-master/fs/hfs/
H A Dtrans.c33 int hfs_mac2asc(struct super_block *sb, char *out, const struct hfs_name *in) argument
97 void hfs_asc2mac(struct super_block *sb, struct hfs_name *out, const struct qstr *in) argument
[all...]
/linux-master/crypto/
H A Daes_ti.c20 static void aesti_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
36 static void aesti_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
H A Dsm4_generic.c41 static void sm4_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
50 static void sm4_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
/linux-master/arch/arm64/crypto/
H A Dsm3-ce-glue.c41 static int sm3_ce_final(struct shash_desc *desc, u8 *out) argument
44 sm3_final(shash_desc_ctx(desc), out); local
55 sm3_ce_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
H A Dsm3-neon-glue.c38 static int sm3_neon_final(struct shash_desc *desc, u8 *out) argument
41 sm3_final(shash_desc_ctx(desc), out); local
52 sm3_neon_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
H A Dsm4-ce-cipher-glue.c28 static void sm4_ce_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
41 static void sm4_ce_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) argument
H A Dsha512-glue.c48 static int sha512_final(struct shash_desc *desc, u8 *out) argument
38 sha512_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Decpf.c22 u32 out[MLX5_ST_SZ_DW(enable_hca_out)] = {}; local
33 u32 out[MLX5_ST_SZ_DW(disable_hca_out)] = {}; local
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_bitfields_probed.c13 char out[256]; member in struct:__anon4511
44 struct core_reloc_bitfields_output *out = (void *)&data.out; local
[all...]
/linux-master/fs/smb/common/
H A Dcifs_arc4.c39 void cifs_arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len) argument
/linux-master/arch/arm/crypto/
H A Dsha1_neon_glue.c63 static int sha1_neon_final(struct shash_desc *desc, u8 *out) argument
48 sha1_neon_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
H A Dsha256_glue.c40 static int crypto_sha256_arm_final(struct shash_desc *desc, u8 *out) argument
46 crypto_sha256_arm_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
H A Dsha512-glue.c37 static int sha512_arm_final(struct shash_desc *desc, u8 *out) argument
43 sha512_arm_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_drv_if.c103 vdec_if_get_param(struct mtk_vcodec_dec_ctx *ctx, enum vdec_get_param_type type, void *out) argument
/linux-master/drivers/usb/gadget/function/
H A Du_serial.h41 struct usb_ep *out; member in struct:gserial
/linux-master/fs/bcachefs/
H A Dnocow_locking.c92 void bch2_nocow_locks_to_text(struct printbuf *out, struct bucket_nocow_lock_table *t) argument
H A Dsb-counters.c30 static void bch2_sb_counters_to_text(struct printbuf *out, struct bch_sb *sb, argument
/linux-master/net/dsa/
H A Dtag_rtl4_a.c41 u16 out; local
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_vcap_debugfs.c8 lan966x_vcap_is1_port_keys(struct lan966x_port *port, struct vcap_admin *admin, struct vcap_output_print *out) argument
125 lan966x_vcap_is2_port_keys(struct lan966x_port *port, struct vcap_admin *admin, struct vcap_output_print *out) argument
195 lan966x_vcap_es0_port_keys(struct lan966x_port *port, struct vcap_admin *admin, struct vcap_output_print *out) argument
215 lan966x_vcap_port_info(struct net_device *dev, struct vcap_admin *admin, struct vcap_output_print *out) argument
[all...]
/linux-master/fs/nfs/
H A Dnfs42.h33 nfs42_files_from_same_server(struct file *in, struct file *out) argument
/linux-master/arch/riscv/crypto/
H A Dsha256-riscv64-glue.c66 static int riscv64_sha256_final(struct shash_desc *desc, u8 *out) argument
47 riscv64_sha256_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
71 riscv64_sha256_digest(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
H A Dsha512-riscv64-glue.c64 static int riscv64_sha512_final(struct shash_desc *desc, u8 *out) argument
47 riscv64_sha512_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
69 riscv64_sha512_digest(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
H A Dsm3-riscv64-glue.c70 static int riscv64_sm3_final(struct shash_desc *desc, u8 *out) argument
46 riscv64_sm3_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) argument
/linux-master/fs/nls/
H A Dnls_ascii.c120 static int uni2char(wchar_t uni, unsigned char *out, int boundlen) argument

Completed in 308 milliseconds

1234567891011>>