/Linux-v4.19/arch/s390/crypto/ |
D | des_s390.c | 88 unsigned int nbytes, n; in ecb_desall_crypt() local 106 unsigned int nbytes, n; in cbc_desall_crypt() local 129 unsigned int nbytes) in ecb_des_encrypt() 139 unsigned int nbytes) in ecb_des_decrypt() 169 unsigned int nbytes) in cbc_des_encrypt() 179 unsigned int nbytes) in cbc_des_decrypt() 286 unsigned int nbytes) in ecb_des3_encrypt() 296 unsigned int nbytes) in ecb_des3_decrypt() 327 unsigned int nbytes) in cbc_des3_encrypt() 337 unsigned int nbytes) in cbc_des3_decrypt() [all …]
|
D | paes_s390.c | 99 unsigned int nbytes, n, k; in ecb_paes_crypt() local 120 unsigned int nbytes) in ecb_paes_encrypt() 130 unsigned int nbytes) in ecb_paes_decrypt() 194 unsigned int nbytes, n, k; in cbc_paes_crypt() local 223 unsigned int nbytes) in cbc_paes_encrypt() 233 unsigned int nbytes) in cbc_paes_decrypt() 315 unsigned int keylen, offset, nbytes, n, k; in xts_paes_crypt() local 359 unsigned int nbytes) in xts_paes_encrypt() 369 unsigned int nbytes) in xts_paes_decrypt() 431 static unsigned int __ctrblk_init(u8 *ctrptr, u8 *iv, unsigned int nbytes) in __ctrblk_init() [all …]
|
D | aes_s390.c | 68 unsigned int nbytes; member 202 unsigned int nbytes) in fallback_blk_dec() 221 unsigned int nbytes) in fallback_blk_enc() 261 unsigned int nbytes, n; in ecb_aes_crypt() local 278 unsigned int nbytes) in ecb_aes_encrypt() 292 unsigned int nbytes) in ecb_aes_decrypt() 377 unsigned int nbytes, n; in cbc_aes_crypt() local 400 unsigned int nbytes) in cbc_aes_encrypt() 414 unsigned int nbytes) in cbc_aes_decrypt() 471 unsigned int nbytes) in xts_fallback_decrypt() [all …]
|
/Linux-v4.19/arch/x86/crypto/ |
D | cast5_avx_glue.c | 51 unsigned int nbytes) in cast5_fpu_begin() 69 unsigned int nbytes; in ecb_crypt() local 131 unsigned int nbytes; in cbc_encrypt() local 161 unsigned int nbytes = walk->nbytes; in __cbc_decrypt() local 217 unsigned int nbytes; in cbc_decrypt() local 238 unsigned int nbytes = walk->nbytes; in ctr_crypt_final() local 250 unsigned int nbytes = walk->nbytes; in __ctr_crypt() local 297 unsigned int nbytes; in ctr_crypt() local
|
D | blowfish_glue.c | 94 unsigned int nbytes; in ecb_crypt() local 147 unsigned int nbytes = walk->nbytes; in __cbc_encrypt() local 171 unsigned int nbytes; in cbc_encrypt() local 188 unsigned int nbytes = walk->nbytes; in __cbc_decrypt() local 252 unsigned int nbytes; in cbc_decrypt() local 271 unsigned int nbytes = walk->nbytes; in ctr_crypt_final() local 282 unsigned int nbytes = walk->nbytes; in __ctr_crypt() local 338 unsigned int nbytes; in ctr_crypt() local
|
D | glue_helper.c | 42 unsigned int nbytes; in glue_ecb_req_128bit() local 86 unsigned int nbytes; in glue_cbc_encrypt_req_128bit() local 119 unsigned int nbytes; in glue_cbc_decrypt_req_128bit() local 179 unsigned int nbytes; in glue_ctr_req_128bit() local 244 unsigned int nbytes = walk->nbytes; in __glue_xts_req_128bit() local 282 unsigned int nbytes; in glue_xts_req_128bit() local
|
D | des3_ede_glue.c | 90 unsigned int nbytes; in ecb_crypt() local 150 unsigned int nbytes = walk->nbytes; in __cbc_encrypt() local 174 unsigned int nbytes; in cbc_encrypt() local 191 unsigned int nbytes = walk->nbytes; in __cbc_decrypt() local 253 unsigned int nbytes; in cbc_decrypt() local 273 unsigned int nbytes = walk->nbytes; in ctr_crypt_final() local 285 unsigned int nbytes = walk->nbytes; in __ctr_crypt() local 336 unsigned int nbytes; in ctr_crypt() local
|
/Linux-v4.19/arch/sparc/crypto/ |
D | des_glue.c | 95 unsigned int nbytes, bool encrypt) in __ecb_crypt() 126 unsigned int nbytes) in ecb_encrypt() 133 unsigned int nbytes) in ecb_decrypt() 143 unsigned int nbytes) in cbc_encrypt() 174 unsigned int nbytes) in cbc_decrypt() 263 unsigned int nbytes, bool encrypt) in __ecb3_crypt() 297 unsigned int nbytes) in ecb3_encrypt() 304 unsigned int nbytes) in ecb3_decrypt() 315 unsigned int nbytes) in cbc3_encrypt() 351 unsigned int nbytes) in cbc3_decrypt()
|
D | aes_glue.c | 217 unsigned int nbytes) in ecb_encrypt() 246 unsigned int nbytes) in ecb_decrypt() 277 unsigned int nbytes) in cbc_encrypt() 306 unsigned int nbytes) in cbc_decrypt() 343 unsigned int nbytes = walk->nbytes; in ctr_crypt_final() local 353 unsigned int nbytes) in ctr_crypt()
|
D | camellia_glue.c | 87 unsigned int nbytes, bool encrypt) in __ecb_crypt() 128 unsigned int nbytes) in ecb_encrypt() 135 unsigned int nbytes) in ecb_decrypt() 150 unsigned int nbytes) in cbc_encrypt() 189 unsigned int nbytes) in cbc_decrypt()
|
/Linux-v4.19/lib/mpi/ |
D | mpicoder.c | 35 MPI mpi_read_raw_data(const void *xbuffer, size_t nbytes) in mpi_read_raw_data() 84 unsigned int nbits, nbytes; in mpi_read_from_buffer() local 143 int mpi_read_buffer(MPI a, uint8_t *buf, unsigned buf_len, unsigned *nbytes, in mpi_read_buffer() 203 void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign) in mpi_get_buffer() 247 int mpi_write_to_sgl(MPI a, struct scatterlist *sgl, unsigned nbytes, in mpi_write_to_sgl() 330 MPI mpi_read_raw_from_sgl(struct scatterlist *sgl, unsigned int nbytes) in mpi_read_raw_from_sgl()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | pio_copy.c | 226 unsigned int nbytes) in read_low_bytes() 242 const void *from, unsigned int nbytes) in read_extra_bytes() 305 const void *from, size_t nbytes) in seg_pio_copy_start() 397 static void mid_copy_mix(struct pio_buf *pbuf, const void *from, size_t nbytes) in mid_copy_mix() 525 const void *from, size_t nbytes) in mid_copy_straight() 613 void seg_pio_copy_mid(struct pio_buf *pbuf, const void *from, size_t nbytes) in seg_pio_copy_mid()
|
/Linux-v4.19/crypto/ |
D | pcbc.c | 51 unsigned int nbytes = walk->nbytes; in crypto_pcbc_encrypt_segment() local 73 unsigned int nbytes = walk->nbytes; in crypto_pcbc_encrypt_inplace() local 98 unsigned int nbytes; in crypto_pcbc_encrypt() local 121 unsigned int nbytes = walk->nbytes; in crypto_pcbc_decrypt_segment() local 145 unsigned int nbytes = walk->nbytes; in crypto_pcbc_decrypt_inplace() local 170 unsigned int nbytes; in crypto_pcbc_decrypt() local
|
D | scatterwalk.c | 23 static inline void memcpy_dir(void *buf, void *sgdata, size_t nbytes, int out) in memcpy_dir() 32 size_t nbytes, int out) in scatterwalk_copychunks() 61 unsigned int start, unsigned int nbytes, int out) in scatterwalk_map_and_copy()
|
D | cfb.c | 62 unsigned int nbytes = walk->nbytes; in crypto_cfb_final() local 72 unsigned int nbytes = walk->nbytes; in crypto_cfb_encrypt_segment() local 93 unsigned int nbytes = walk->nbytes; in crypto_cfb_encrypt_inplace() local 140 unsigned int nbytes = walk->nbytes; in crypto_cfb_decrypt_segment() local 163 unsigned int nbytes = walk->nbytes; in crypto_cfb_decrypt_inplace() local
|
/Linux-v4.19/arch/powerpc/crypto/ |
D | aes-spe-glue.c | 187 struct scatterlist *src, unsigned int nbytes) in ppc_ecb_encrypt() 215 struct scatterlist *src, unsigned int nbytes) in ppc_ecb_decrypt() 243 struct scatterlist *src, unsigned int nbytes) in ppc_cbc_encrypt() 271 struct scatterlist *src, unsigned int nbytes) in ppc_cbc_decrypt() 299 struct scatterlist *src, unsigned int nbytes) in ppc_ctr_crypt() 329 struct scatterlist *src, unsigned int nbytes) in ppc_xts_encrypt() 360 struct scatterlist *src, unsigned int nbytes) in ppc_xts_decrypt()
|
/Linux-v4.19/drivers/staging/comedi/ |
D | comedi_buf.c | 291 unsigned int nbytes) in comedi_buf_write_alloc() 381 unsigned int nbytes) in comedi_buf_write_free() 446 unsigned int nbytes) in comedi_buf_read_alloc() 486 unsigned int nbytes) in comedi_buf_read_free() 532 void *dest, unsigned int nbytes) in comedi_buf_memcpy_from() 576 unsigned int nbytes; in comedi_buf_write_samples() local 622 unsigned int nbytes; in comedi_buf_read_samples() local
|
/Linux-v4.19/drivers/crypto/nx/ |
D | nx-aes-ecb.c | 68 unsigned int nbytes, in ecb_aes_nx_crypt() 117 unsigned int nbytes) in ecb_aes_nx_encrypt() 125 unsigned int nbytes) in ecb_aes_nx_decrypt()
|
D | nx-aes-cbc.c | 68 unsigned int nbytes, in cbc_aes_nx_crypt() 117 unsigned int nbytes) in cbc_aes_nx_encrypt() 125 unsigned int nbytes) in cbc_aes_nx_decrypt()
|
/Linux-v4.19/include/crypto/ |
D | cbc.h | 25 unsigned int nbytes = walk->nbytes; in crypto_cbc_encrypt_segment() local 47 unsigned int nbytes = walk->nbytes; in crypto_cbc_encrypt_inplace() local 90 unsigned int nbytes = walk->nbytes; in crypto_cbc_decrypt_segment() local 114 unsigned int nbytes = walk->nbytes; in crypto_cbc_decrypt_inplace() local
|
/Linux-v4.19/include/linux/ |
D | once.h | 55 #define get_random_once(buf, nbytes) \ argument 57 #define get_random_once_wait(buf, nbytes) \ argument
|
/Linux-v4.19/drivers/crypto/ |
D | geode-aes.c | 186 unsigned int nbytes) in fallback_blk_dec() 202 unsigned int nbytes) in fallback_blk_enc() 308 unsigned int nbytes) in geode_cbc_decrypt() 340 unsigned int nbytes) in geode_cbc_encrypt() 421 unsigned int nbytes) in geode_ecb_decrypt() 451 unsigned int nbytes) in geode_ecb_encrypt()
|
/Linux-v4.19/drivers/crypto/vmx/ |
D | aes_xts.c | 102 unsigned int nbytes, int enc) in p8_aes_xts_crypt() 158 struct scatterlist *src, unsigned int nbytes) in p8_aes_xts_encrypt() 165 struct scatterlist *src, unsigned int nbytes) in p8_aes_xts_decrypt()
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_debugfs.c | 1766 size_t nbytes, loff_t *ppos) in lpfc_debugfs_dumpDataDif_write() 1789 size_t nbytes, loff_t *ppos) in lpfc_debugfs_dif_err_read() 1830 size_t nbytes, loff_t *ppos) in lpfc_debugfs_dif_err_write() 1967 size_t nbytes, loff_t *ppos) in lpfc_debugfs_read() 2041 size_t nbytes, loff_t *ppos) in lpfc_debugfs_nvmestat_write() 2129 size_t nbytes, loff_t *ppos) in lpfc_debugfs_nvmektime_write() 2256 size_t nbytes, loff_t *ppos) in lpfc_debugfs_nvmeio_trc_write() 2361 size_t nbytes, loff_t *ppos) in lpfc_debugfs_cpucheck_write() 2435 static int lpfc_idiag_cmd_get(const char __user *buf, size_t nbytes, in lpfc_idiag_cmd_get() 2586 lpfc_idiag_pcicfg_read(struct file *file, char __user *buf, size_t nbytes, in lpfc_idiag_pcicfg_read() [all …]
|
/Linux-v4.19/drivers/char/ |
D | random.c | 522 int nbytes) in _mix_pool_bytes() 569 int nbytes) in __mix_pool_bytes() 576 int nbytes) in mix_pool_bytes() 1043 static ssize_t extract_crng_user(void __user *buf, size_t nbytes) in extract_crng_user() 1322 static void xfer_secondary_pool(struct entropy_store *r, size_t nbytes) in xfer_secondary_pool() 1332 static void _xfer_secondary_pool(struct entropy_store *r, size_t nbytes) in _xfer_secondary_pool() 1371 static size_t account(struct entropy_store *r, size_t nbytes, int min, in account() 1478 size_t nbytes, int fips) in _extract_entropy() 1517 size_t nbytes, int min, int reserved) in extract_entropy() 1550 size_t nbytes) in extract_entropy_user() [all …]
|