/kernel/linux/linux-5.10/arch/x86/crypto/ |
D | cast5_avx_glue.c | 36 unsigned int nbytes) in cast5_fpu_begin() argument 39 walk, fpu_enabled, nbytes); in cast5_fpu_begin() 54 unsigned int nbytes; in ecb_crypt() local 60 while ((nbytes = walk.nbytes)) { in ecb_crypt() 64 fpu_enabled = cast5_fpu_begin(fpu_enabled, &walk, nbytes); in ecb_crypt() 67 if (nbytes >= bsize * CAST5_PARALLEL_BLOCKS) { in ecb_crypt() 74 nbytes -= bsize * CAST5_PARALLEL_BLOCKS; in ecb_crypt() 75 } while (nbytes >= bsize * CAST5_PARALLEL_BLOCKS); in ecb_crypt() 77 if (nbytes < bsize) in ecb_crypt() 89 nbytes -= bsize; in ecb_crypt() [all …]
|
D | glue_helper.c | 28 unsigned int nbytes; in glue_ecb_req_128bit() local 33 while ((nbytes = walk.nbytes)) { in glue_ecb_req_128bit() 40 &walk, fpu_enabled, nbytes); in glue_ecb_req_128bit() 44 if (nbytes < func_bytes) in glue_ecb_req_128bit() 52 nbytes -= func_bytes; in glue_ecb_req_128bit() 53 } while (nbytes >= func_bytes); in glue_ecb_req_128bit() 55 if (nbytes < bsize) in glue_ecb_req_128bit() 58 err = skcipher_walk_done(&walk, nbytes); in glue_ecb_req_128bit() 72 unsigned int nbytes; in glue_cbc_encrypt_req_128bit() local 77 while ((nbytes = walk.nbytes)) { in glue_cbc_encrypt_req_128bit() [all …]
|
D | blowfish_glue.c | 79 unsigned int nbytes; in ecb_crypt() local 84 while ((nbytes = walk.nbytes)) { in ecb_crypt() 89 if (nbytes >= bsize * 4) { in ecb_crypt() 95 nbytes -= bsize * 4; in ecb_crypt() 96 } while (nbytes >= bsize * 4); in ecb_crypt() 98 if (nbytes < bsize) in ecb_crypt() 108 nbytes -= bsize; in ecb_crypt() 109 } while (nbytes >= bsize); in ecb_crypt() 112 err = skcipher_walk_done(&walk, nbytes); in ecb_crypt() 132 unsigned int nbytes = walk->nbytes; in __cbc_encrypt() local [all …]
|
D | des3_ede_glue.c | 80 unsigned int nbytes; in ecb_crypt() local 85 while ((nbytes = walk.nbytes)) { in ecb_crypt() 90 if (nbytes >= bsize * 3) { in ecb_crypt() 97 nbytes -= bsize * 3; in ecb_crypt() 98 } while (nbytes >= bsize * 3); in ecb_crypt() 100 if (nbytes < bsize) in ecb_crypt() 110 nbytes -= bsize; in ecb_crypt() 111 } while (nbytes >= bsize); in ecb_crypt() 114 err = skcipher_walk_done(&walk, nbytes); in ecb_crypt() 140 unsigned int nbytes = walk->nbytes; in __cbc_encrypt() local [all …]
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/ |
D | vidtv_ts.c | 53 u32 nbytes = 0; in vidtv_ts_null_write_into() local 62 nbytes += vidtv_memcpy(args.dest_buf, in vidtv_ts_null_write_into() 63 args.dest_offset + nbytes, in vidtv_ts_null_write_into() 71 nbytes += vidtv_memset(args.dest_buf, in vidtv_ts_null_write_into() 72 args.dest_offset + nbytes, in vidtv_ts_null_write_into() 75 TS_PACKET_LEN - nbytes); in vidtv_ts_null_write_into() 78 if (nbytes != TS_PACKET_LEN) in vidtv_ts_null_write_into() 81 nbytes); in vidtv_ts_null_write_into() 83 return nbytes; in vidtv_ts_null_write_into() 88 u32 nbytes = 0; in vidtv_ts_pcr_write_into() local [all …]
|
D | vidtv_pes.c | 82 u32 nbytes = 0; /* the number of bytes written by this function */ in vidtv_pes_write_pts_dts() local 122 nbytes += vidtv_memcpy(args->dest_buf, in vidtv_pes_write_pts_dts() 123 args->dest_offset + nbytes, in vidtv_pes_write_pts_dts() 128 return nbytes; in vidtv_pes_write_pts_dts() 133 u32 nbytes = 0; /* the number of bytes written by this function */ in vidtv_pes_write_h() local 158 nbytes += vidtv_memcpy(args->dest_buf, in vidtv_pes_write_h() 159 args->dest_offset + nbytes, in vidtv_pes_write_h() 165 nbytes += vidtv_memcpy(args->dest_buf, in vidtv_pes_write_h() 166 args->dest_offset + nbytes, in vidtv_pes_write_h() 173 pts_dts_args.dest_offset = args->dest_offset + nbytes; in vidtv_pes_write_h() [all …]
|
D | vidtv_psi.c | 179 u32 nbytes = 0; in vidtv_psi_ts_psi_write_into() local 191 nbytes += vidtv_memset(args->dest_buf, in vidtv_psi_ts_psi_write_into() 192 args->dest_offset + nbytes, in vidtv_psi_ts_psi_write_into() 199 nbytes_past_boundary = (args->dest_offset + nbytes) % TS_PACKET_LEN; in vidtv_psi_ts_psi_write_into() 206 nbytes += vidtv_memcpy(args->dest_buf, in vidtv_psi_ts_psi_write_into() 207 args->dest_offset + nbytes, in vidtv_psi_ts_psi_write_into() 220 nbytes += vidtv_memset(args->dest_buf, in vidtv_psi_ts_psi_write_into() 221 args->dest_offset + nbytes, in vidtv_psi_ts_psi_write_into() 227 nbytes_past_boundary = (args->dest_offset + nbytes) % TS_PACKET_LEN; in vidtv_psi_ts_psi_write_into() 230 nbytes += vidtv_memcpy(args->dest_buf, in vidtv_psi_ts_psi_write_into() [all …]
|
D | vidtv_mux.c | 164 u32 nbytes; in vidtv_mux_push_si() local 214 nbytes = m->mux_buf_offset - initial_offset; in vidtv_mux_push_si() 218 return nbytes; in vidtv_mux_push_si() 225 u32 nbytes = 0; in vidtv_mux_push_pcr() local 236 nbytes += vidtv_ts_pcr_write_into(args); in vidtv_mux_push_pcr() 237 m->mux_buf_offset += nbytes; in vidtv_mux_push_pcr() 241 return nbytes; in vidtv_mux_push_pcr() 287 u32 nbytes = 0; in vidtv_mux_packetize_access_units() local 302 args.access_unit_len = au->nbytes; in vidtv_mux_packetize_access_units() 318 nbytes = m->mux_buf_offset - initial_offset; in vidtv_mux_packetize_access_units() [all …]
|
/kernel/linux/linux-5.10/crypto/ |
D | pcbc.c | 24 unsigned int nbytes = walk->nbytes; in crypto_pcbc_encrypt_segment() local 36 } while ((nbytes -= bsize) >= bsize); in crypto_pcbc_encrypt_segment() 38 return nbytes; in crypto_pcbc_encrypt_segment() 46 unsigned int nbytes = walk->nbytes; in crypto_pcbc_encrypt_inplace() local 58 } while ((nbytes -= bsize) >= bsize); in crypto_pcbc_encrypt_inplace() 60 return nbytes; in crypto_pcbc_encrypt_inplace() 68 unsigned int nbytes; in crypto_pcbc_encrypt() local 73 while ((nbytes = walk.nbytes)) { in crypto_pcbc_encrypt() 75 nbytes = crypto_pcbc_encrypt_inplace(req, &walk, in crypto_pcbc_encrypt() 78 nbytes = crypto_pcbc_encrypt_segment(req, &walk, in crypto_pcbc_encrypt() [all …]
|
D | cfb.c | 51 unsigned int nbytes = walk->nbytes; in crypto_cfb_final() local 54 crypto_xor_cpy(dst, stream, src, nbytes); in crypto_cfb_final() 61 unsigned int nbytes = walk->nbytes; in crypto_cfb_encrypt_segment() local 73 } while ((nbytes -= bsize) >= bsize); in crypto_cfb_encrypt_segment() 77 return nbytes; in crypto_cfb_encrypt_segment() 84 unsigned int nbytes = walk->nbytes; in crypto_cfb_encrypt_inplace() local 95 } while ((nbytes -= bsize) >= bsize); in crypto_cfb_encrypt_inplace() 99 return nbytes; in crypto_cfb_encrypt_inplace() 111 while (walk.nbytes >= bsize) { in crypto_cfb_encrypt() 119 if (walk.nbytes) { in crypto_cfb_encrypt() [all …]
|
D | cbc.c | 21 unsigned int nbytes = walk->nbytes; in crypto_cbc_encrypt_segment() local 39 } while ((nbytes -= bsize) >= bsize); in crypto_cbc_encrypt_segment() 41 return nbytes; in crypto_cbc_encrypt_segment() 49 unsigned int nbytes = walk->nbytes; in crypto_cbc_encrypt_inplace() local 65 } while ((nbytes -= bsize) >= bsize); in crypto_cbc_encrypt_inplace() 69 return nbytes; in crypto_cbc_encrypt_inplace() 80 while (walk.nbytes) { in crypto_cbc_encrypt() 96 unsigned int nbytes = walk->nbytes; in crypto_cbc_decrypt_segment() local 114 } while ((nbytes -= bsize) >= bsize); in crypto_cbc_decrypt_segment() 118 return nbytes; in crypto_cbc_decrypt_segment() [all …]
|
D | scatterwalk.c | 18 static inline void memcpy_dir(void *buf, void *sgdata, size_t nbytes, int out) in memcpy_dir() argument 23 memcpy(dst, src, nbytes); in memcpy_dir() 27 size_t nbytes, int out) in scatterwalk_copychunks() argument 33 if (len_this_page > nbytes) in scatterwalk_copychunks() 34 len_this_page = nbytes; in scatterwalk_copychunks() 44 if (nbytes == len_this_page) in scatterwalk_copychunks() 48 nbytes -= len_this_page; in scatterwalk_copychunks() 56 unsigned int start, unsigned int nbytes, int out) in scatterwalk_map_and_copy() argument 61 if (!nbytes) in scatterwalk_map_and_copy() 67 scatterwalk_copychunks(buf, &walk, nbytes, out); in scatterwalk_map_and_copy()
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
D | ghash-ce-glue.c | 369 int nbytes = walk.nbytes; in gcm_encrypt() local 373 if (unlikely(nbytes > 0 && nbytes < AES_BLOCK_SIZE)) { in gcm_encrypt() 374 src = dst = memcpy(buf + sizeof(buf) - nbytes, in gcm_encrypt() 375 src, nbytes); in gcm_encrypt() 376 } else if (nbytes < walk.total) { in gcm_encrypt() 377 nbytes &= ~(AES_BLOCK_SIZE - 1); in gcm_encrypt() 382 pmull_gcm_encrypt(nbytes, dst, src, ctx->ghash_key.h, in gcm_encrypt() 387 if (unlikely(!nbytes)) in gcm_encrypt() 390 if (unlikely(nbytes > 0 && nbytes < AES_BLOCK_SIZE)) in gcm_encrypt() 392 buf + sizeof(buf) - nbytes, nbytes); in gcm_encrypt() [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/crypto/ |
D | aes-spe-glue.c | 185 unsigned int nbytes; in ppc_ecb_crypt() local 190 while ((nbytes = walk.nbytes) != 0) { in ppc_ecb_crypt() 191 nbytes = min_t(unsigned int, nbytes, MAX_BYTES); in ppc_ecb_crypt() 192 nbytes = round_down(nbytes, AES_BLOCK_SIZE); in ppc_ecb_crypt() 197 ctx->key_enc, ctx->rounds, nbytes); in ppc_ecb_crypt() 200 ctx->key_dec, ctx->rounds, nbytes); in ppc_ecb_crypt() 203 err = skcipher_walk_done(&walk, walk.nbytes - nbytes); in ppc_ecb_crypt() 224 unsigned int nbytes; in ppc_cbc_crypt() local 229 while ((nbytes = walk.nbytes) != 0) { in ppc_cbc_crypt() 230 nbytes = min_t(unsigned int, nbytes, MAX_BYTES); in ppc_cbc_crypt() [all …]
|
/kernel/linux/linux-5.10/drivers/staging/comedi/ |
D | comedi_buf.c | 341 unsigned int nbytes) in comedi_buf_write_alloc() argument 346 if (nbytes > unalloc) in comedi_buf_write_alloc() 347 nbytes = unalloc; in comedi_buf_write_alloc() 349 async->buf_write_alloc_count += nbytes; in comedi_buf_write_alloc() 357 return nbytes; in comedi_buf_write_alloc() 431 unsigned int nbytes) in comedi_buf_write_free() argument 436 if (nbytes > allocated) in comedi_buf_write_free() 437 nbytes = allocated; in comedi_buf_write_free() 439 async->buf_write_count += nbytes; in comedi_buf_write_free() 440 async->buf_write_ptr += nbytes; in comedi_buf_write_free() [all …]
|
/kernel/linux/linux-5.10/lib/mpi/ |
D | mpicoder.c | 36 MPI mpi_read_raw_data(const void *xbuffer, size_t nbytes) in mpi_read_raw_data() argument 44 while (nbytes > 0 && buffer[0] == 0) { in mpi_read_raw_data() 46 nbytes--; in mpi_read_raw_data() 49 nbits = nbytes * 8; in mpi_read_raw_data() 54 if (nbytes > 0) in mpi_read_raw_data() 57 nlimbs = DIV_ROUND_UP(nbytes, BYTES_PER_MPI_LIMB); in mpi_read_raw_data() 65 if (nbytes > 0) { in mpi_read_raw_data() 66 i = BYTES_PER_MPI_LIMB - nbytes % BYTES_PER_MPI_LIMB; in mpi_read_raw_data() 85 unsigned int nbits, nbytes; in mpi_read_from_buffer() local 97 nbytes = DIV_ROUND_UP(nbits, 8); in mpi_read_from_buffer() [all …]
|
/kernel/linux/linux-5.10/drivers/spi/ |
D | spi-mtk-nor.c | 145 if (op->addr.nbytes == 4) { in mtk_nor_set_addr() 163 dummy = op->dummy.nbytes * BITS_PER_BYTE / op->dummy.buswidth; in mtk_nor_match_read() 190 tx_len = op->cmd.nbytes + op->addr.nbytes; in mtk_nor_match_prg() 194 tx_len += op->dummy.nbytes; in mtk_nor_match_prg() 202 if ((!op->addr.nbytes) && in mtk_nor_match_prg() 203 (tx_len + op->data.nbytes > MTK_NOR_REG_PRGDATA_MAX + 1)) in mtk_nor_match_prg() 209 rx_len = op->data.nbytes; in mtk_nor_match_prg() 210 prg_left = MTK_NOR_PRG_CNT_MAX / 8 - tx_len - op->dummy.nbytes; in mtk_nor_match_prg() 214 if (!op->addr.nbytes) in mtk_nor_match_prg() 219 prg_len = tx_len + op->dummy.nbytes + rx_len; in mtk_nor_match_prg() [all …]
|
D | spi-mem.c | 40 if (!op->data.nbytes) in spi_controller_dma_map_mem_op_data() 53 return spi_map_buf(ctlr, dmadev, sgt, op->data.buf.in, op->data.nbytes, in spi_controller_dma_map_mem_op_data() 86 if (!op->data.nbytes) in spi_controller_dma_unmap_mem_op_data() 146 if (op->addr.nbytes && in spi_mem_default_supports_op() 150 if (op->dummy.nbytes && in spi_mem_default_supports_op() 162 if (op->cmd.nbytes != 1) in spi_mem_default_supports_op() 179 if (!op->cmd.buswidth || !op->cmd.nbytes) in spi_mem_check_op() 182 if ((op->addr.nbytes && !op->addr.buswidth) || in spi_mem_check_op() 183 (op->dummy.nbytes && !op->dummy.buswidth) || in spi_mem_check_op() 184 (op->data.nbytes && !op->data.buswidth)) in spi_mem_check_op() [all …]
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | pio_copy.c | 225 unsigned int nbytes) in read_low_bytes() argument 228 jcopy(&pbuf->carry.val8[0], from, nbytes); in read_low_bytes() 229 pbuf->carry_bytes = nbytes; in read_low_bytes() 241 const void *from, unsigned int nbytes) in read_extra_bytes() argument 243 jcopy(&pbuf->carry.val8[pbuf->carry_bytes], from, nbytes); in read_extra_bytes() 244 pbuf->carry_bytes += nbytes; in read_extra_bytes() 304 const void *from, size_t nbytes) in seg_pio_copy_start() argument 314 dend = dest + ((nbytes >> 3) * sizeof(u64)); in seg_pio_copy_start() 379 read_low_bytes(pbuf, from, nbytes & 0x7); in seg_pio_copy_start() 381 pbuf->qw_written = 1 /*PBC*/ + (nbytes >> 3); in seg_pio_copy_start() [all …]
|
/kernel/linux/linux-5.10/lib/crypto/ |
D | poly1305.c | 31 unsigned int nbytes) in poly1305_update_generic() argument 36 bytes = min(nbytes, POLY1305_BLOCK_SIZE - desc->buflen); in poly1305_update_generic() 39 nbytes -= bytes; in poly1305_update_generic() 49 if (likely(nbytes >= POLY1305_BLOCK_SIZE)) { in poly1305_update_generic() 51 nbytes / POLY1305_BLOCK_SIZE, 1); in poly1305_update_generic() 52 src += nbytes - (nbytes % POLY1305_BLOCK_SIZE); in poly1305_update_generic() 53 nbytes %= POLY1305_BLOCK_SIZE; in poly1305_update_generic() 56 if (unlikely(nbytes)) { in poly1305_update_generic() 57 desc->buflen = nbytes; in poly1305_update_generic() 58 memcpy(desc->buf, src, nbytes); in poly1305_update_generic()
|
/kernel/linux/linux-5.10/tools/arch/x86/lib/ |
D | insn.c | 144 prefixes->nbytes++; in insn_get_prefixes() 168 insn->rex_prefix.nbytes = 1; in insn_get_prefixes() 198 insn->vex_prefix.nbytes = 4; in insn_get_prefixes() 206 insn->vex_prefix.nbytes = 3; in insn_get_prefixes() 218 insn->vex_prefix.nbytes = 2; in insn_get_prefixes() 265 opcode->nbytes = 1; in insn_get_opcode() 288 opcode->bytes[opcode->nbytes++] = op; in insn_get_opcode() 336 modrm->nbytes = 1; in insn_get_modrm() 384 return (modrm->nbytes && (modrm->value & 0xc7) == 0x5); in insn_rip_relative() 412 if (insn->modrm.nbytes) { in insn_get_sib() [all …]
|
/kernel/linux/linux-5.10/arch/x86/lib/ |
D | insn.c | 144 prefixes->nbytes++; in insn_get_prefixes() 168 insn->rex_prefix.nbytes = 1; in insn_get_prefixes() 198 insn->vex_prefix.nbytes = 4; in insn_get_prefixes() 206 insn->vex_prefix.nbytes = 3; in insn_get_prefixes() 218 insn->vex_prefix.nbytes = 2; in insn_get_prefixes() 265 opcode->nbytes = 1; in insn_get_opcode() 288 opcode->bytes[opcode->nbytes++] = op; in insn_get_opcode() 336 modrm->nbytes = 1; in insn_get_modrm() 384 return (modrm->nbytes && (modrm->value & 0xc7) == 0x5); in insn_rip_relative() 412 if (insn->modrm.nbytes) { in insn_get_sib() [all …]
|
/kernel/linux/linux-5.10/include/crypto/ |
D | ctr.h | 36 while (walk.nbytes > 0) { in crypto_ctr_encrypt_walk() 39 int nbytes = walk.nbytes; in crypto_ctr_encrypt_walk() local 42 if (nbytes < walk.total) { in crypto_ctr_encrypt_walk() 43 tail = walk.nbytes & (blocksize - 1); in crypto_ctr_encrypt_walk() 44 nbytes -= tail; in crypto_ctr_encrypt_walk() 48 int bsize = min(nbytes, blocksize); in crypto_ctr_encrypt_walk() 57 nbytes -= bsize; in crypto_ctr_encrypt_walk() 58 } while (nbytes > 0); in crypto_ctr_encrypt_walk()
|
/kernel/linux/linux-5.10/fs/coda/ |
D | psdev.c | 92 size_t nbytes, loff_t *off) in coda_psdev_write() argument 103 if (nbytes < (2 * sizeof(u_int32_t))) in coda_psdev_write() 114 if ( nbytes < sizeof(struct coda_out_hdr) ) { in coda_psdev_write() 117 count = nbytes; in coda_psdev_write() 120 if ( nbytes > size ) { in coda_psdev_write() 123 nbytes = size; in coda_psdev_write() 125 dcbuf = kvmalloc(nbytes, GFP_KERNEL); in coda_psdev_write() 130 if (copy_from_user(dcbuf, buf, nbytes)) { in coda_psdev_write() 137 error = coda_downcall(vcp, hdr.opcode, dcbuf, nbytes); in coda_psdev_write() 146 count = nbytes; in coda_psdev_write() [all …]
|
/kernel/linux/linux-5.10/arch/sparc/crypto/ |
D | aes_glue.c | 224 unsigned int nbytes; in ecb_encrypt() local 232 while ((nbytes = walk.nbytes) != 0) { in ecb_encrypt() 235 round_down(nbytes, AES_BLOCK_SIZE)); in ecb_encrypt() 236 err = skcipher_walk_done(&walk, nbytes % AES_BLOCK_SIZE); in ecb_encrypt() 248 unsigned int nbytes; in ecb_decrypt() local 257 while ((nbytes = walk.nbytes) != 0) { in ecb_decrypt() 260 round_down(nbytes, AES_BLOCK_SIZE)); in ecb_decrypt() 261 err = skcipher_walk_done(&walk, nbytes % AES_BLOCK_SIZE); in ecb_decrypt() 273 unsigned int nbytes; in cbc_encrypt() local 281 while ((nbytes = walk.nbytes) != 0) { in cbc_encrypt() [all …]
|