| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | crypto_sum.c | 28 int input_len; in do_crypto_csum() local 47 input_len = simple_strtoul(argv[3], NULL, 16); in do_crypto_csum() 57 csha_ctx.length = input_len; in do_crypto_csum() 59 crypto_sha_csum(dev, &csha_ctx, input_data, input_len, hash); in do_crypto_csum() 61 input_data, input_len); in do_crypto_csum() 64 csha_ctx.length = input_len; in do_crypto_csum() 66 crypto_sha_csum(dev, &csha_ctx, input_data, input_len, hash); in do_crypto_csum() 68 input_data, input_len); in do_crypto_csum() 71 csha_ctx.length = input_len; in do_crypto_csum() 73 crypto_sha_csum(dev, &csha_ctx, input_data, input_len, hash); in do_crypto_csum() [all …]
|
| H A D | tftp_update.c | 250 static void sha256_checksum(char *input, u32 input_len, u8 *output) in sha256_checksum() argument 261 csha_ctx.length = input_len; in sha256_checksum() 262 crypto_sha_csum(dev, &csha_ctx, (char *)input, input_len, output); in sha256_checksum() 265 static void sha256_checksum(char *input, u32 input_len, u8 *output) in sha256_checksum() argument 267 sha256_csum((const uchar *)input, input_len, output); in sha256_checksum()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | core_reloc.c | 26 .input_len = sizeof(struct core_reloc_##name), \ 49 .input_len = sizeof(struct core_reloc_##name), \ 74 .input_len = sizeof(struct core_reloc_##name), \ 106 .input_len = sizeof(struct core_reloc_##name), \ 130 .input_len = sizeof(struct core_reloc_##name), \ 147 .input_len = 3 * sizeof(struct core_reloc_##name), \ 173 .input_len = sizeof(struct core_reloc_##name), \ 197 .input_len = sizeof(struct core_reloc_##name), \ 205 .input_len = sizeof(struct core_reloc_##name), \ 243 .input_len = 0, \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | misc.c | 343 unsigned long input_len, in extract_kernel() argument 402 debug_putaddr(input_len); in extract_kernel() 413 choose_random_location((unsigned long)input_data, input_len, in extract_kernel() 440 __decompress(input_data, input_len, NULL, NULL, output, output_len, in extract_kernel()
|
| /OK3568_Linux_fs/kernel/arch/h8300/boot/compressed/ |
| H A D | misc.c | 31 extern int input_len; 75 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
|
| H A D | vmlinux.scr | 4 input_len = .; symbol
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | ladspa.c | 333 const size_t input_len = len / total_input_count; in sox_ladspa_flow() local 337 output_len = input_len; in sox_ladspa_flow() 354 for (i = 0; i < input_len; i++) { in sox_ladspa_flow() 357 buf[j * input_len + i] = SOX_SAMPLE_TO_LADSPA_DATA(s, effp->clips); in sox_ladspa_flow() 365 l_st->desc->connect_port(handle, port, buf + j * input_len); in sox_ladspa_flow() 377 l_st->desc->run(l_st->handles[h], input_len); in sox_ladspa_flow()
|
| /OK3568_Linux_fs/kernel/arch/sh/boot/compressed/ |
| H A D | misc.c | 35 extern int input_len; 140 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
|
| H A D | vmlinux.scr | 4 input_len = .; symbol
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | ie.c | 85 s16 input_len, tlv_len; in mwifiex_update_autoindex_ies() local 89 input_len = le16_to_cpu(ie_list->len); in mwifiex_update_autoindex_ies() 94 while (input_len >= sizeof(struct mwifiex_ie_types_header)) { in mwifiex_update_autoindex_ies() 99 if (input_len < tlv_len + MWIFIEX_IE_HDR_SIZE) in mwifiex_update_autoindex_ies() 138 input_len -= tlv_len + MWIFIEX_IE_HDR_SIZE; in mwifiex_update_autoindex_ies()
|
| /OK3568_Linux_fs/kernel/arch/parisc/boot/compressed/ |
| H A D | misc.c | 27 extern int input_len; 353 printf("input_len = %x\n", input_len); in decompress_kernel() 360 __decompress(input_data, input_len, NULL, NULL, in decompress_kernel()
|
| H A D | vmlinux.scr | 4 input_len = .; symbol
|
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | mixer_scarlett.c | 172 int input_len; member 639 .input_len = 6, 681 .input_len = 8, 720 .input_len = 18, 757 .input_len = 18, 799 .input_len = 18, 975 for (i = 0; i < info->input_len; i++) { in snd_scarlett_controls_create()
|
| /OK3568_Linux_fs/kernel/arch/nios2/boot/compressed/ |
| H A D | misc.c | 74 extern int input_len; 124 insize = input_len; in fill_inbuf()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/zip/ |
| H A D | zip_deflate.c | 86 zip_cmd->s.inp_ptr_ctl.s.length = (zip_ops->input_len + in prepare_zip_command() 125 atomic64_add(zip_ops->input_len, &zip_dev->stats.comp_in_bytes); in zip_deflate()
|
| H A D | zip_inflate.c | 105 zip_cmd->s.inp_ptr_ctl.s.length = zip_ops->input_len; in prepare_inflate_zcmd() 138 atomic64_add(zip_ops->input_len, &zip_dev->stats.decomp_in_bytes); in zip_inflate()
|
| H A D | zip_crypto.c | 144 zip_ops->input_len = slen; in zip_compress() 185 zip_ops->input_len = slen; in zip_decompress()
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | kpp.h | 227 unsigned int input_len) in kpp_request_set_input() argument 230 req->src_len = input_len; in kpp_request_set_input()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | siphash.h | 30 size_t input_len);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | siphash.h | 30 size_t input_len);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | siphash.h | 30 size_t input_len);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | siphash.h | 30 size_t input_len);
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | boot_rkimg.c | 399 static int crypto_csum(u32 cap, char *input, u32 input_len, u8 *output) in crypto_csum() argument 411 csha_ctx.length = input_len; in crypto_csum() 413 input_len, output); in crypto_csum()
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/ |
| H A D | crypto-uclass.c | 213 char *input, u32 input_len, u8 *output) in crypto_sha_csum() argument 221 ret = crypto_sha_update(dev, (u32 *)input, input_len); in crypto_sha_csum()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_init_ops.c | 286 u32 offset, output_len, input_len, max_size; in qed_init_cmd_array() local 300 input_len = GET_FIELD(data, in qed_init_cmd_array() 305 output_len = qed_unzip_data(p_hwfn, input_len, in qed_init_cmd_array()
|