| /include/linux/ |
| A D | ascii85.h | 23 ascii85_encode(u32 in, char *out) in ascii85_encode() argument 30 out[5] = '\0'; in ascii85_encode() 32 out[i] = '!' + in % 85; in ascii85_encode() 36 return out; in ascii85_encode()
|
| A D | splice.h | 71 ssize_t splice_from_pipe(struct pipe_inode_info *pipe, struct file *out, 84 ssize_t do_splice(struct file *in, loff_t *off_in, struct file *out, 86 ssize_t do_splice_direct(struct file *in, loff_t *ppos, struct file *out, 88 ssize_t splice_file_range(struct file *in, loff_t *ppos, struct file *out, 92 struct file *out, loff_t pos_out, in splice_copy_file_range() argument 95 return splice_file_range(in, &pos_in, out, &pos_out, len); in splice_copy_file_range() 98 ssize_t do_tee(struct file *in, struct file *out, size_t len, 100 ssize_t splice_to_socket(struct pipe_inode_info *pipe, struct file *out,
|
| A D | tpm_eventlog.h | 190 goto out; in __calc_tpm2_event_size() 209 goto out; in __calc_tpm2_event_size() 225 goto out; in __calc_tpm2_event_size() 239 goto out; in __calc_tpm2_event_size() 258 goto out; in __calc_tpm2_event_size() 273 goto out; in __calc_tpm2_event_size() 288 out: in __calc_tpm2_event_size()
|
| A D | acpi_amd_wbrf.h | 53 int amd_wbrf_retrieve_freq_band(struct device *dev, struct wbrf_ranges_in_out *out); 75 int amd_wbrf_retrieve_freq_band(struct device *dev, struct wbrf_ranges_in_out *out) in amd_wbrf_retrieve_freq_band() argument
|
| A D | apple-gmux.h | 133 goto out; in apple_gmux_detect() 140 goto out; in apple_gmux_detect() 147 out: in apple_gmux_detect()
|
| A D | netfilter.h | 82 struct net_device *out; member 173 p->out = outdev; in nf_hook_state_init() 299 struct sk_buff *skb, struct net_device *in, struct net_device *out, in NF_HOOK_COND() argument 306 ((ret = nf_hook(pf, hook, net, sk, skb, in, out, okfn)) == 1)) in NF_HOOK_COND() 313 struct net_device *in, struct net_device *out, in NF_HOOK() argument 316 int ret = nf_hook(pf, hook, net, sk, skb, in, out, okfn); in NF_HOOK() 324 struct list_head *head, struct net_device *in, struct net_device *out, in NF_HOOK_LIST() argument 352 nf_hook_state_init(&state, hook, pf, in, out, sk, net, okfn); in NF_HOOK_LIST() 410 struct sk_buff *skb, struct net_device *in, struct net_device *out, in NF_HOOK_COND() argument 419 struct sk_buff *skb, struct net_device *in, struct net_device *out, in NF_HOOK() argument [all …]
|
| /include/crypto/ |
| A D | chacha.h | 41 u8 out[CHACHA_BLOCK_SIZE], int nrounds); 43 u8 out[CHACHA_BLOCK_SIZE]) in chacha20_block() 45 chacha_block_generic(state, out, 20); in chacha20_block() 49 u32 out[HCHACHA_OUT_WORDS], int nrounds); 51 u32 out[HCHACHA_OUT_WORDS], int nrounds); 54 u32 out[HCHACHA_OUT_WORDS], int nrounds) in hchacha_block() 57 hchacha_block_arch(state, out, nrounds); in hchacha_block() 59 hchacha_block_generic(state, out, nrounds); in hchacha_block()
|
| A D | sha2.h | 193 void sha224_final(struct sha224_ctx *ctx, u8 out[SHA224_DIGEST_SIZE]); 203 void sha224(const u8 *data, size_t len, u8 out[SHA224_DIGEST_SIZE]); 304 const u8 *data, size_t data_len, u8 out[SHA224_DIGEST_SIZE]); 321 u8 out[SHA224_DIGEST_SIZE]); 376 void sha256(const u8 *data, size_t len, u8 out[SHA256_DIGEST_SIZE]); 477 const u8 *data, size_t data_len, u8 out[SHA256_DIGEST_SIZE]); 494 u8 out[SHA256_DIGEST_SIZE]); 684 const u8 *data, size_t data_len, u8 out[SHA384_DIGEST_SIZE]); 701 u8 out[SHA384_DIGEST_SIZE]); 857 const u8 *data, size_t data_len, u8 out[SHA512_DIGEST_SIZE]); [all …]
|
| A D | sha1.h | 87 void sha1_final(struct sha1_ctx *ctx, u8 out[SHA1_DIGEST_SIZE]); 97 void sha1(const u8 *data, size_t len, u8 out[SHA1_DIGEST_SIZE]); 184 void hmac_sha1_final(struct hmac_sha1_ctx *ctx, u8 out[SHA1_DIGEST_SIZE]); 198 const u8 *data, size_t data_len, u8 out[SHA1_DIGEST_SIZE]); 215 u8 out[SHA1_DIGEST_SIZE]);
|
| A D | hash.h | 160 int (*export)(struct ahash_request *req, void *out); 241 int (*final)(struct shash_desc *desc, u8 *out); 243 unsigned int len, u8 *out); 245 unsigned int len, u8 *out); 246 int (*export)(struct shash_desc *desc, void *out); 248 int (*export_core)(struct shash_desc *desc, void *out); 895 unsigned int len, u8 *out); 914 unsigned int len, u8 *out); 917 unsigned int len, u8 *out); 977 unsigned int len, u8 *out); [all …]
|
| A D | blake2s.h | 87 void blake2s_final(struct blake2s_state *state, u8 *out); 89 static inline void blake2s(u8 *out, const u8 *in, const u8 *key, in blake2s() argument 95 WARN_ON(IS_ENABLED(DEBUG) && ((!in && inlen > 0) || !out || !outlen || in blake2s() 101 blake2s_final(&state, out); in blake2s()
|
| A D | aes.h | 77 void aes_encrypt(const struct crypto_aes_ctx *ctx, u8 *out, const u8 *in); 85 void aes_decrypt(const struct crypto_aes_ctx *ctx, u8 *out, const u8 *in);
|
| /include/video/ |
| A D | imx-ipu-image-convert.h | 52 void ipu_image_convert_adjust(struct ipu_image *in, struct ipu_image *out, 66 int ipu_image_convert_verify(struct ipu_image *in, struct ipu_image *out, 88 struct ipu_image *in, struct ipu_image *out, 161 struct ipu_image *in, struct ipu_image *out,
|
| /include/net/ |
| A D | flow_offload.h | 98 struct flow_match_meta *out); 100 struct flow_match_basic *out); 106 struct flow_match_vlan *out); 108 struct flow_match_vlan *out); 110 struct flow_match_arp *out); 116 struct flow_match_ip *out); 122 struct flow_match_tcp *out); 126 struct flow_match_icmp *out); 128 struct flow_match_mpls *out); 136 struct flow_match_ip *out); [all …]
|
| A D | ipv6_frag.h | 78 goto out; in ip6frag_expire_frag_queue() 85 goto out; in ip6frag_expire_frag_queue() 92 goto out; in ip6frag_expire_frag_queue() 100 goto out; in ip6frag_expire_frag_queue() 109 out: in ip6frag_expire_frag_queue()
|
| A D | cipso_ipv4.h | 280 goto out; in cipso_v4_validate() 285 goto out; in cipso_v4_validate() 291 goto out; in cipso_v4_validate() 296 goto out; in cipso_v4_validate() 301 out: in cipso_v4_validate()
|
| /include/net/netfilter/ |
| A D | nf_nat_masquerade.h | 11 const struct net_device *out); 18 const struct net_device *out);
|
| A D | nf_log.h | 44 const struct net_device *out, 85 const struct net_device *out, 95 const struct net_device *out,
|
| /include/uapi/linux/ |
| A D | coda.h | 342 struct coda_out_hdr out; member 353 struct coda_out_hdr out; member 364 struct coda_out_hdr out; member 404 struct coda_out_hdr out; member 415 struct coda_out_hdr out; member 463 struct coda_out_hdr out; member 475 struct coda_out_hdr out; member 489 struct coda_out_hdr out; member 515 struct coda_out_hdr out; member 528 struct coda_out_hdr out; member [all …]
|
| A D | vboxguest.h | 92 } out; member 118 } out; member 218 } out; member 300 } out; member 324 } out; member
|
| /include/linux/platform_data/x86/ |
| A D | intel_scu_ipc.h | 62 size_t size, void *out, size_t outlen); 66 void *out, size_t outlen) in intel_scu_ipc_dev_command() argument 69 inlen, out, outlen); in intel_scu_ipc_dev_command()
|
| /include/rdma/ |
| A D | iba.h | 93 #define _IBA_GET_MEM(field_struct, field_offset, type, num_bits, ptr, out, \ argument 96 type *_out_ptr = out; \ 98 if (out && bytes) \ 104 #define IBA_GET_MEM(field, ptr, out, bytes) _IBA_GET_MEM(field, ptr, out, bytes) argument
|
| /include/uapi/ |
| A D | Kbuild | 2 ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h),) 3 no-export-headers += linux/a.out.h
|
| /include/linux/mlx5/ |
| A D | port.h | 140 #define MLX5_GET_ETH_PROTO(reg, out, ext, field) \ argument 141 (ext ? MLX5_GET(reg, out, ext_##field) : \ 142 MLX5_GET(reg, out, field))
|
| /include/crypto/internal/ |
| A D | ecc.h | 63 static inline void ecc_swap_digits(const void *in, u64 *out, unsigned int ndigits) in ecc_swap_digits() argument 69 out[i] = get_unaligned_be64(&src[ndigits - 1 - i]); in ecc_swap_digits() 83 u64 *out, unsigned int ndigits);
|