Home
last modified time | relevance | path

Searched refs:out (Results 251 – 275 of 11027) sorted by relevance

1...<<11121314151617181920>>...442

/openbmc/linux/drivers/crypto/
H A Dpadlock-sha.c89 goto out; in padlock_sha1_finup()
101 goto out; in padlock_sha1_finup()
122 out: in padlock_sha1_finup()
134 unsigned int count, u8 *out) in padlock_sha256_finup() argument
150 goto out; in padlock_sha256_finup()
162 goto out; in padlock_sha256_finup()
183 out: in padlock_sha256_finup()
438 void *out) in padlock_sha_export_nano() argument
443 memcpy(out, sctx, statesize); in padlock_sha_export_nano()
521 goto out; in padlock_init()
[all …]
/openbmc/linux/include/net/
H A Dflow_offload.h98 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 …]
/openbmc/linux/crypto/
H A Dtea.c81 out[0] = cpu_to_le32(y); in tea_encrypt()
82 out[1] = cpu_to_le32(z); in tea_encrypt()
111 out[0] = cpu_to_le32(y); in tea_decrypt()
112 out[1] = cpu_to_le32(z); in tea_decrypt()
147 out[0] = cpu_to_le32(y); in xtea_encrypt()
148 out[1] = cpu_to_le32(z); in xtea_encrypt()
169 out[0] = cpu_to_le32(y); in xtea_decrypt()
170 out[1] = cpu_to_le32(z); in xtea_decrypt()
191 out[0] = cpu_to_le32(y); in xeta_encrypt()
192 out[1] = cpu_to_le32(z); in xeta_encrypt()
[all …]
H A Dsm4.c74 u32 out; in sm4_t_non_lin_sub() local
76 out = (u32)sbox[x & 0xff]; in sm4_t_non_lin_sub()
77 out |= (u32)sbox[(x >> 8) & 0xff] << 8; in sm4_t_non_lin_sub()
78 out |= (u32)sbox[(x >> 16) & 0xff] << 16; in sm4_t_non_lin_sub()
79 out |= (u32)sbox[(x >> 24) & 0xff] << 24; in sm4_t_non_lin_sub()
81 return out; in sm4_t_non_lin_sub()
160 void sm4_crypt_block(const u32 *rk, u8 *out, const u8 *in) in sm4_crypt_block() argument
176 put_unaligned_be32(x[3 - 0], out + 0 * 4); in sm4_crypt_block()
177 put_unaligned_be32(x[3 - 1], out + 1 * 4); in sm4_crypt_block()
178 put_unaligned_be32(x[3 - 2], out + 2 * 4); in sm4_crypt_block()
[all …]
/openbmc/u-boot/drivers/misc/
H A Dcros_ec_spi.c86 uint8_t *out; in cros_ec_spi_command() local
122 out = dev->dout; in cros_ec_spi_command()
123 out[0] = EC_CMD_VERSION0 + cmd_version; in cros_ec_spi_command()
124 out[1] = cmd; in cros_ec_spi_command()
125 out[2] = (uint8_t)dout_len; in cros_ec_spi_command()
126 memcpy(out + 3, dout, dout_len); in cros_ec_spi_command()
127 csum = cros_ec_calc_checksum(out, 3) in cros_ec_spi_command()
129 out[3 + dout_len] = (uint8_t)csum; in cros_ec_spi_command()
137 cros_ec_dump_data("out", cmd, out, len); in cros_ec_spi_command()
138 rv = spi_xfer(slave, max(len, in_bytes) * 8, out, p, in cros_ec_spi_command()
/openbmc/linux/lib/
H A Dsmp_processor_id.c17 goto out; in check_preemption_disabled()
20 goto out; in check_preemption_disabled()
23 goto out; in check_preemption_disabled()
27 goto out; in check_preemption_disabled()
34 goto out; in check_preemption_disabled()
54 out: in check_preemption_disabled()
/openbmc/linux/fs/ntfs3/
H A Dfile.c129 goto out; in ntfs_extend_initialized_size()
146 goto out; in ntfs_extend_initialized_size()
153 goto out; in ntfs_extend_initialized_size()
166 out: in ntfs_extend_initialized_size()
246 out: in ntfs_zero_range()
312 out: in ntfs_file_mmap()
362 out: in ntfs_extend()
655 out: in ntfs_fallocate()
728 out: in ntfs3_setattr()
1045 out: in ntfs_compress_write()
[all …]
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dcmd.c215 out: in wlcore_cmd_wait_for_event_or_timeout()
263 out: in wl12xx_cmd_role_enable()
296 out: in wl12xx_cmd_role_disable()
465 out: in wl12xx_cmd_role_start_dev()
501 out: in wl12xx_cmd_role_stop_dev()
576 out: in wl12xx_cmd_role_start_sta()
612 out: in wl12xx_cmd_role_stop_sta()
722 out: in wl12xx_cmd_role_start_ap()
753 out: in wl12xx_cmd_role_stop_ap()
816 out: in wl12xx_cmd_role_start_ibss()
[all …]
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_zswap.c88 goto out; in test_no_invasive_cgroup_shrink()
90 goto out; in test_no_invasive_cgroup_shrink()
92 goto out; in test_no_invasive_cgroup_shrink()
94 goto out; in test_no_invasive_cgroup_shrink()
96 goto out; in test_no_invasive_cgroup_shrink()
100 goto out; in test_no_invasive_cgroup_shrink()
104 goto out; in test_no_invasive_cgroup_shrink()
107 out: in test_no_invasive_cgroup_shrink()
181 goto out; in test_no_kmem_bypass()
184 goto out; in test_no_kmem_bypass()
[all …]
/openbmc/qemu/scripts/tracetool/format/
H A Dsimpletrace_stap.py15 from tracetool import out
24 out('/* This file is autogenerated by tracetool, do not edit. */',
31 out('probe %(probeprefix)s.simpletrace.%(name)s = %(probeprefix)s.%(name)s ?',
41 out(' try {',
67 out(' printf("%%8b%%%(fmt_str)s", 1, %(arg_str)s)',
70 out('}')
72 out()
H A Dstap.py15 from tracetool import out
40 out('/* This file is autogenerated by tracetool, do not edit. */',
45 out('probe %(probeprefix)s.%(name)s = process("%(binary)s").mark("%(name)s")',
55 out(' %s = $arg%d;' % (name, i))
58 out('}')
60 out()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sk_lookup.c225 goto out; in sk_assign_eexist()
228 goto out; in sk_assign_eexist()
233 goto out; in sk_assign_eexist()
238 goto out; in sk_assign_eexist()
242 out: in sk_assign_eexist()
258 goto out; in sk_assign_replace_flag()
261 goto out; in sk_assign_replace_flag()
274 out: in sk_assign_replace_flag()
317 out: in sk_assign_null()
376 out: in access_ctx_sk()
[all …]
H A Dtest_core_reloc_misc.c13 char out[256]; member
44 struct core_reloc_misc_output *out = (void *)&data.out; in test_core_misc() local
47 if (CORE_READ(&out->a, &in_a->a1) || /* accessor: 0:0 */ in test_core_misc()
48 CORE_READ(&out->b, &in_b->b1)) /* accessor: 0:0 */ in test_core_misc()
55 if (CORE_READ(&out->c, &in_ext[2])) /* accessor: 2 */ in test_core_misc()
H A Dtest_core_reloc_flavors.c13 char out[256]; member
51 struct core_reloc_flavors *out = (void *)&data.out; in test_core_flavors() local
54 if (CORE_READ(&out->a, &in_weird->a)) in test_core_flavors()
57 if (CORE_READ(&out->b, &in_rev->b)) in test_core_flavors()
60 if (CORE_READ(&out->c, &in_orig->c)) in test_core_flavors()
/openbmc/linux/arch/s390/crypto/
H A Dcrc32-vx.c135 *(__le32 *)out = cpu_to_le32p(&ctx->crc); in crc32le_vx_final()
143 *(__be32 *)out = cpu_to_be32p(&ctx->crc); in crc32be_vx_final()
147 static int crc32c_vx_final(struct shash_desc *desc, u8 *out) in crc32c_vx_final() argument
155 *(__le32 *)out = ~cpu_to_le32p(&ctx->crc); in crc32c_vx_final()
160 u8 *out) in __crc32le_vx_finup() argument
167 u8 *out) in __crc32be_vx_finup() argument
174 u8 *out) in __crc32c_vx_finup() argument
187 unsigned int datalen, u8 *out) \
190 data, datalen, out); \
199 unsigned int len, u8 *out) \
[all …]
/openbmc/linux/drivers/mtd/tests/
H A Dsubpagetest.c294 goto out; in mtd_subpagetest_init()
313 goto out; in mtd_subpagetest_init()
316 goto out; in mtd_subpagetest_init()
319 goto out; in mtd_subpagetest_init()
323 goto out; in mtd_subpagetest_init()
327 goto out; in mtd_subpagetest_init()
365 goto out; in mtd_subpagetest_init()
369 goto out; in mtd_subpagetest_init()
409 goto out; in mtd_subpagetest_init()
413 goto out; in mtd_subpagetest_init()
[all …]
/openbmc/qemu/crypto/
H A Dcipher-builtin.c.inc63 uint8_t *out,
70 AES_encrypt(in, out, &ctx->enc);
72 out += AES_BLOCK_SIZE;
86 AES_decrypt(in, out, &ctx->dec);
88 out += AES_BLOCK_SIZE;
107 AES_encrypt(tmp, out, key);
108 memcpy(ivec, out, AES_BLOCK_SIZE);
111 out += AES_BLOCK_SIZE;
127 AES_decrypt(in, out, key);
129 out[n] ^= ivec[n];
[all …]
/openbmc/u-boot/lib/libavb/
H A Davb_descriptor.c35 goto out; in avb_descriptor_foreach()
40 goto out; in avb_descriptor_foreach()
45 goto out; in avb_descriptor_foreach()
51 goto out; in avb_descriptor_foreach()
68 goto out; in avb_descriptor_foreach()
79 goto out; in avb_descriptor_foreach()
84 goto out; in avb_descriptor_foreach()
88 goto out; in avb_descriptor_foreach()
96 out: in avb_descriptor_foreach()
/openbmc/u-boot/lib/
H A Dlz4_wrapper.c69 void *out = dst; in ulz4fn() local
112 size_t size = min((ptrdiff_t)b.size, end - out); in ulz4fn()
113 memcpy(out, in, size); in ulz4fn()
114 out += size; in ulz4fn()
121 ret = LZ4_decompress_generic(in, out, b.size, in ulz4fn()
122 end - out, endOnInputSize, in ulz4fn()
123 full, 0, noDict, out, NULL, 0); in ulz4fn()
128 out += ret; in ulz4fn()
136 *dstn = out - dst; in ulz4fn()
/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c158 out: in ep11_kb_split()
203 out: in ep11_kb_decode()
652 out: in ep11_query_info()
714 out: in ep11_get_card_info()
760 out: in ep11_get_domain_info()
906 out: in _ep11_genaeskey()
1071 out: in ep11_cryptsingle()
1216 out: in _ep11_unwrapkey()
1371 out: in _ep11_wrapkey()
1435 out: in ep11_clr2keyblob()
[all …]
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c450 out: in wcn36xx_smd_send_and_wait()
664 out: in wcn36xx_smd_start()
691 out: in wcn36xx_smd_stop()
730 out: in wcn36xx_smd_init_scan()
761 out: in wcn36xx_smd_start_scan()
792 out: in wcn36xx_smd_end_scan()
834 out: in wcn36xx_smd_finish_scan()
907 out: in wcn36xx_smd_start_hw_scan()
935 out: in wcn36xx_smd_stop_hw_scan()
1014 out: in wcn36xx_smd_update_channel_list()
[all …]
/openbmc/linux/lib/crypto/
H A Dcurve25519-fiat32.c151 out[0] = x52; in fe_freeze()
152 out[1] = x56; in fe_freeze()
153 out[2] = x60; in fe_freeze()
154 out[3] = x64; in fe_freeze()
155 out[4] = x68; in fe_freeze()
156 out[5] = x72; in fe_freeze()
157 out[6] = x76; in fe_freeze()
158 out[7] = x80; in fe_freeze()
159 out[8] = x84; in fe_freeze()
160 out[9] = x88; in fe_freeze()
[all …]
/openbmc/linux/arch/arm/mach-meson/
H A Dplatsmp.c173 goto out; in meson8_smp_boot_secondary()
181 goto out; in meson8_smp_boot_secondary()
191 goto out; in meson8_smp_boot_secondary()
198 goto out; in meson8_smp_boot_secondary()
203 goto out; in meson8_smp_boot_secondary()
205 out: in meson8_smp_boot_secondary()
231 goto out; in meson8b_smp_boot_secondary()
240 goto out; in meson8b_smp_boot_secondary()
248 goto out; in meson8b_smp_boot_secondary()
256 goto out; in meson8b_smp_boot_secondary()
[all …]
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-mdm9615-wp8548-mangoh-green.dts123 * - 3: LED_ON (out active high)
126 * - 6: PCM_ANALOG_SELECT (out active high)
130 * - 10: UART_EXP1_ENn (out active low / pull-down)
131 * - 11: UART_EXP1_IN (out pull-down)
132 * - 12: UART_EXP2_IN (out pull-down)
133 * - 13: SDIO_SEL (out pull-down)
134 * - 14: SPI_EXP1_ENn (out active low / pull-down)
135 * - 15: SPI_EXP1_IN (out pull-down)
208 * - 9: PCM_EXP1_ENn (out active low)
209 * - 10: PCM_EXP1_SEL (out)
[all …]
/openbmc/linux/arch/arm64/crypto/
H A Dsm4-ce-cipher-glue.c18 asmlinkage void sm4_ce_do_crypt(const u32 *rk, void *out, const void *in);
28 static void sm4_ce_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in sm4_ce_encrypt() argument
33 sm4_crypt_block(ctx->rkey_enc, out, in); in sm4_ce_encrypt()
36 sm4_ce_do_crypt(ctx->rkey_enc, out, in); in sm4_ce_encrypt()
41 static void sm4_ce_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in sm4_ce_decrypt() argument
46 sm4_crypt_block(ctx->rkey_dec, out, in); in sm4_ce_decrypt()
49 sm4_ce_do_crypt(ctx->rkey_dec, out, in); in sm4_ce_decrypt()

1...<<11121314151617181920>>...442