| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | core_reloc.c | 28 .output_len = sizeof(struct core_reloc_flavors), \ 51 .output_len = sizeof(struct core_reloc_nesting) \ 82 .output_len = sizeof(struct core_reloc_arrays_output) \ 108 .output_len = sizeof(struct core_reloc_primitives), \ 135 .output_len = sizeof(struct core_reloc_mods_output), \ 151 .output_len = sizeof(struct core_reloc_ptr_as_arr), \ 175 .output_len = sizeof(struct core_reloc_ints), \ 200 .output_len = sizeof(struct core_reloc_bitfields_output), \ 208 .output_len = sizeof(struct core_reloc_bitfields_output), \ 245 .output_len = sizeof(struct core_reloc_size_output), \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/ |
| H A D | mrvl_sha256_crypto.c | 56 UINT16 context_len, UINT8 *pOutput, UINT16 output_len) in mrvl_sha256_crypto_kdf() argument 80 iterations = (output_len + 255) / 256; in mrvl_sha256_crypto_kdf() 95 vectors[4] = (UINT8 *)&output_len; in mrvl_sha256_crypto_kdf() 96 vectLen[4] = sizeof(output_len); in mrvl_sha256_crypto_kdf() 116 memcpy(util_fns, pOutput, pResult, output_len / 8); in mrvl_sha256_crypto_kdf()
|
| H A D | mrvl_sha256_crypto.h | 38 UINT8 *pOutput, UINT16 output_len);
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | misc.c | 176 static void handle_relocations(void *output, unsigned long output_len, in handle_relocations() argument 232 for (reloc = output + output_len - sizeof(*reloc); *reloc; reloc--) { in handle_relocations() 266 static inline void handle_relocations(void *output, unsigned long output_len, in handle_relocations() argument 345 unsigned long output_len) in extract_kernel() argument 395 needed_size = max(output_len, kernel_total_size); in extract_kernel() 404 debug_putaddr(output_len); in extract_kernel() 426 if (virt_addr + max(output_len, kernel_total_size) > KERNEL_IMAGE_SIZE) in extract_kernel() 440 __decompress(input_data, input_len, NULL, NULL, output, output_len, in extract_kernel() 443 handle_relocations(output, output_len, virt_addr); in extract_kernel()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/zip/ |
| H A D | zip_deflate.c | 92 zip_cmd->s.out_ptr_ctl.s.length = zip_ops->output_len; in prepare_zip_command() 94 zip_cmd->s.totaloutputlength = zip_ops->output_len; in prepare_zip_command() 189 if (zip_ops->output_len < result_ptr->s.totalbyteswritten) { in zip_deflate() 192 zip_ops->output_len, result_ptr->s.totalbyteswritten); in zip_deflate() 193 zip_ops->output_len = 0; in zip_deflate() 196 zip_ops->output_len = result_ptr->s.totalbyteswritten; in zip_deflate()
|
| H A D | zip_inflate.c | 95 zip_cmd->s.out_ptr_ctl.s.length = zip_ops->output_len; in prepare_inflate_zcmd() 98 zip_cmd->s.totaloutputlength = zip_ops->output_len; in prepare_inflate_zcmd() 184 if (zip_ops->output_len < result_ptr->s.totalbyteswritten) { in zip_inflate() 186 zip_ops->output_len, result_ptr->s.totalbyteswritten); in zip_inflate() 187 zip_ops->output_len = 0; in zip_inflate() 189 zip_ops->output_len = result_ptr->s.totalbyteswritten; in zip_inflate()
|
| H A D | zip_crypto.c | 145 zip_ops->output_len = *dlen; in zip_compress() 151 *dlen = zip_ops->output_len; in zip_compress() 186 zip_ops->output_len = *dlen; in zip_decompress() 191 *dlen = zip_ops->output_len; in zip_decompress()
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | net_user.c | 180 static int change_tramp(char **argv, char *output, int output_len) in change_tramp() argument 196 read_output(fds[0], output, output_len); in change_tramp() 215 int output_len, pid; in change() local 222 output_len = UM_KERN_PAGE_SIZE; in change() 223 output = uml_kmalloc(output_len, UM_GFP_KERNEL); in change() 228 pid = change_tramp(argv, output, output_len); in change()
|
| H A D | slip_user.c | 78 int pid, fds[2], err, output_len; in slip_tramp() local 96 output_len = UM_KERN_PAGE_SIZE; in slip_tramp() 97 output = uml_kmalloc(output_len, UM_GFP_KERNEL); in slip_tramp() 107 read_output(fds[0], output, output_len); in slip_tramp()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/drivers/ |
| H A D | ethertap_user.c | 141 int data_fds[2], control_fds[2], err, output_len; in etap_open() local 165 output_len = UM_KERN_PAGE_SIZE; in etap_open() 166 output = uml_kmalloc(output_len, UM_GFP_KERNEL); in etap_open() 167 read_output(control_fds[0], output, output_len); in etap_open()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | ladspa.c | 334 size_t output_len = len / total_output_count; in sox_ladspa_flow() local 337 output_len = input_len; in sox_ladspa_flow() 372 l_st->desc->connect_port(handle, port, outbuf + j * output_len); in sox_ladspa_flow() 392 l = min(output_len, l_st->in_latency); in sox_ladspa_flow() 393 for (i = l; i < output_len; i++) { in sox_ladspa_flow() 395 LADSPA_Data d = outbuf[j * output_len + i]; in sox_ladspa_flow()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | ctr_drbg.h | 464 unsigned char *output, size_t output_len, 484 unsigned char *output, size_t output_len );
|
| H A D | hmac_drbg.h | 314 unsigned char *output, size_t output_len,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | ctr_drbg.h | 464 unsigned char *output, size_t output_len, 484 unsigned char *output, size_t output_len );
|
| H A D | hmac_drbg.h | 314 unsigned char *output, size_t output_len,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | ctr_drbg.h | 464 unsigned char *output, size_t output_len, 484 unsigned char *output, size_t output_len );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | ctr_drbg.h | 464 unsigned char *output, size_t output_len, 484 unsigned char *output, size_t output_len );
|
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | mixer_scarlett.c | 173 int output_len; member 640 .output_len = 6, 682 .output_len = 6, 721 .output_len = 6, 758 .output_len = 8, 800 .output_len = 20,
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | kpp.h | 244 unsigned int output_len) in kpp_request_set_output() argument 247 req->dst_len = output_len; in kpp_request_set_output()
|
| /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 305 output_len = qed_unzip_data(p_hwfn, input_len, in qed_init_cmd_array() 308 if (output_len) { in qed_init_cmd_array() 310 output_len, in qed_init_cmd_array()
|
| /OK3568_Linux_fs/kernel/arch/sh/boot/compressed/ |
| H A D | vmlinux.scr | 7 output_len = . - 4; symbol
|
| /OK3568_Linux_fs/kernel/arch/parisc/boot/compressed/ |
| H A D | vmlinux.scr | 7 output_len = . - 4; /* can be at unaligned address */ symbol
|
| H A D | misc.c | 29 extern __le32 output_len __aligned(1); 312 vmlinux_len = get_unaligned_le32(&output_len); in decompress_kernel()
|
| /OK3568_Linux_fs/u-boot/lib/rsa/ |
| H A D | rsa-verify.c | 206 uint8_t *output, int output_len) in mask_generation_function1() argument 214 memset(output, 0, output_len); in mask_generation_function1() 228 while (i_output < output_len) { in mask_generation_function1() 240 while ((i_output < output_len) && (i < hash_len)) { in mask_generation_function1()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/ |
| H A D | mbedtls_taf.c | 115 static int f_rng(void *rng __unused, unsigned char *output, size_t output_len) in f_rng() argument 117 TEE_GenerateRandom(output, output_len); in f_rng()
|