/linux-3.3/arch/s390/crypto/ |
D | des_s390.c | 89 unsigned int nbytes; in ecb_desall_crypt() local 111 unsigned int nbytes = walk->nbytes; in cbc_desall_crypt() local 137 unsigned int nbytes) in ecb_des_encrypt() 148 unsigned int nbytes) in ecb_des_decrypt() 180 unsigned int nbytes) in cbc_des_encrypt() 191 unsigned int nbytes) in cbc_des_decrypt() 288 unsigned int nbytes) in ecb_des3_encrypt() 299 unsigned int nbytes) in ecb_des3_decrypt() 332 unsigned int nbytes) in cbc_des3_encrypt() 343 unsigned int nbytes) in cbc_des3_decrypt() [all …]
|
D | aes_s390.c | 254 unsigned int nbytes) in fallback_blk_dec() 271 unsigned int nbytes) in fallback_blk_enc() 320 unsigned int nbytes; in ecb_aes_crypt() local 340 unsigned int nbytes) in ecb_aes_encrypt() 354 unsigned int nbytes) in ecb_aes_decrypt() 449 unsigned int nbytes = walk->nbytes; in cbc_aes_crypt() local 475 unsigned int nbytes) in cbc_aes_encrypt() 489 unsigned int nbytes) in cbc_aes_decrypt() 547 unsigned int nbytes) in xts_fallback_decrypt() 564 unsigned int nbytes) in xts_fallback_encrypt() [all …]
|
D | prng.c | 69 static void prng_seed(int nbytes) in prng_seed() 87 static ssize_t prng_read(struct file *file, char __user *ubuf, size_t nbytes, in prng_read()
|
/linux-3.3/arch/x86/crypto/ |
D | twofish_glue_3way.c | 68 unsigned int nbytes; in ecb_crypt() local 108 struct scatterlist *src, unsigned int nbytes) in ecb_encrypt() 117 struct scatterlist *src, unsigned int nbytes) in ecb_decrypt() 152 unsigned int nbytes = walk->nbytes; in __cbc_encrypt() local 172 struct scatterlist *src, unsigned int nbytes) in cbc_encrypt() 193 unsigned int nbytes = walk->nbytes; in __cbc_decrypt() local 254 struct scatterlist *src, unsigned int nbytes) in cbc_decrypt() 320 unsigned int nbytes = walk->nbytes; in ctr_crypt_final() local 334 unsigned int nbytes = walk->nbytes; in __ctr_crypt() local 393 struct scatterlist *src, unsigned int nbytes) in ctr_crypt() [all …]
|
D | blowfish_glue.c | 106 unsigned int nbytes; in ecb_crypt() local 146 struct scatterlist *src, unsigned int nbytes) in ecb_encrypt() 155 struct scatterlist *src, unsigned int nbytes) in ecb_decrypt() 190 unsigned int nbytes = walk->nbytes; in __cbc_encrypt() local 210 struct scatterlist *src, unsigned int nbytes) in cbc_encrypt() 231 unsigned int nbytes = walk->nbytes; in __cbc_decrypt() local 294 struct scatterlist *src, unsigned int nbytes) in cbc_decrypt() 339 unsigned int nbytes = walk->nbytes; in ctr_crypt_final() local 353 unsigned int nbytes = walk->nbytes; in __ctr_crypt() local 405 struct scatterlist *src, unsigned int nbytes) in ctr_crypt()
|
D | serpent_sse2_glue.c | 54 static inline bool serpent_fpu_begin(bool fpu_enabled, unsigned int nbytes) in serpent_fpu_begin() 81 unsigned int nbytes; in ecb_crypt() local 131 struct scatterlist *src, unsigned int nbytes) in ecb_encrypt() 140 struct scatterlist *src, unsigned int nbytes) in ecb_decrypt() 175 unsigned int nbytes = walk->nbytes; in __cbc_encrypt() local 195 struct scatterlist *src, unsigned int nbytes) in cbc_encrypt() 216 unsigned int nbytes = walk->nbytes; in __cbc_decrypt() local 278 struct scatterlist *src, unsigned int nbytes) in cbc_decrypt() 347 unsigned int nbytes = walk->nbytes; in ctr_crypt_final() local 361 unsigned int nbytes = walk->nbytes; in __ctr_crypt() local [all …]
|
/linux-3.3/drivers/staging/rtl8192u/ieee80211/ |
D | cipher.c | 51 unsigned int nbytes, cryptfn_t crfn, in crypt() 144 struct scatterlist *src, unsigned int nbytes) in ecb_encrypt() 154 unsigned int nbytes) in ecb_decrypt() 164 unsigned int nbytes) in cbc_encrypt() 174 unsigned int nbytes, u8 *iv) in cbc_encrypt_iv() 184 unsigned int nbytes) in cbc_decrypt() 194 unsigned int nbytes, u8 *iv) in cbc_decrypt_iv() 204 unsigned int nbytes) in nocrypt() 212 unsigned int nbytes, u8 *iv) in nocrypt_iv()
|
D | scatterwalk.c | 33 void *scatterwalk_whichbuf(struct scatter_walk *walk, unsigned int nbytes, void *scratch) in scatterwalk_whichbuf() 43 static void memcpy_dir(void *buf, void *sgdata, size_t nbytes, int out) in memcpy_dir() 106 size_t nbytes, int out) in scatterwalk_copychunks()
|
D | crypto_compat.h | 17 unsigned int nbytes) in crypto_cipher_encrypt() 27 unsigned int nbytes) in crypto_cipher_decrypt()
|
/linux-3.3/lib/mpi/ |
D | mpicoder.c | 29 unsigned nbits, nbytes, nlimbs, nread = 0; in mpi_read_from_buffer() local 82 unsigned nbits, nbytes, nlimbs; in mpi_fromstr() local 158 void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign) in mpi_get_buffer() 209 int mpi_set_buffer(MPI a, const void *xbuffer, unsigned nbytes, int sign) in mpi_set_buffer()
|
/linux-3.3/crypto/ |
D | pcbc.c | 52 unsigned int nbytes = walk->nbytes; in crypto_pcbc_encrypt_segment() local 77 unsigned int nbytes = walk->nbytes; in crypto_pcbc_encrypt_inplace() local 99 unsigned int nbytes) in crypto_pcbc_encrypt() 130 unsigned int nbytes = walk->nbytes; in crypto_pcbc_decrypt_segment() local 157 unsigned int nbytes = walk->nbytes; in crypto_pcbc_decrypt_inplace() local 179 unsigned int nbytes) in crypto_pcbc_decrypt()
|
D | cbc.c | 49 unsigned int nbytes = walk->nbytes; in crypto_cbc_encrypt_segment() local 73 unsigned int nbytes = walk->nbytes; in crypto_cbc_encrypt_inplace() local 92 unsigned int nbytes) in crypto_cbc_encrypt() 121 unsigned int nbytes = walk->nbytes; in crypto_cbc_decrypt_segment() local 147 unsigned int nbytes = walk->nbytes; in crypto_cbc_decrypt_inplace() local 171 unsigned int nbytes) in crypto_cbc_decrypt()
|
D | scatterwalk.c | 25 static inline void memcpy_dir(void *buf, void *sgdata, size_t nbytes, int out) in memcpy_dir() 77 size_t nbytes, int out) in scatterwalk_copychunks() 104 unsigned int start, unsigned int nbytes, int out) in scatterwalk_map_and_copy()
|
D | ctr.c | 59 unsigned int nbytes = walk->nbytes; in crypto_ctr_crypt_final() local 77 unsigned int nbytes = walk->nbytes; in crypto_ctr_crypt_segment() local 101 unsigned int nbytes = walk->nbytes; in crypto_ctr_crypt_inplace() local 123 unsigned int nbytes) in crypto_ctr_crypt() 274 struct scatterlist *src, unsigned int nbytes) in crypto_rfc3686_crypt()
|
D | cts.c | 78 unsigned int nbytes) in cts_cbc_encrypt() 127 unsigned int nbytes) in crypto_cts_encrypt() 164 unsigned int nbytes) in cts_cbc_decrypt() 221 unsigned int nbytes) in crypto_cts_decrypt()
|
D | ecb.c | 47 unsigned int nbytes; in crypto_ecb_crypt() local 71 unsigned int nbytes) in crypto_ecb_encrypt() 85 unsigned int nbytes) in crypto_ecb_decrypt()
|
/linux-3.3/drivers/crypto/ |
D | geode-aes.c | 184 unsigned int nbytes) in fallback_blk_dec() 200 unsigned int nbytes) in fallback_blk_enc() 307 unsigned int nbytes) in geode_cbc_decrypt() 339 unsigned int nbytes) in geode_cbc_encrypt() 420 unsigned int nbytes) in geode_ecb_decrypt() 450 unsigned int nbytes) in geode_ecb_encrypt()
|
/linux-3.3/drivers/staging/comedi/ |
D | drivers.c | 602 unsigned int nbytes; in comedi_buf_write_n_available() local 620 unsigned int nbytes) in comedi_buf_write_alloc() 637 unsigned int nbytes) in comedi_buf_write_alloc_strict() 652 unsigned comedi_buf_write_free(struct comedi_async *async, unsigned int nbytes) in comedi_buf_write_free() 670 unsigned comedi_buf_read_alloc(struct comedi_async *async, unsigned nbytes) in comedi_buf_read_alloc() 685 unsigned comedi_buf_read_free(struct comedi_async *async, unsigned int nbytes) in comedi_buf_read_free() 730 void *dest, unsigned int nbytes) in comedi_buf_memcpy_from()
|
/linux-3.3/drivers/scsi/lpfc/ |
D | lpfc_debugfs.c | 979 size_t nbytes, loff_t *ppos) in lpfc_debugfs_dumpDataDif_write() 1009 size_t nbytes, loff_t *ppos) in lpfc_debugfs_dif_err_read() 1038 size_t nbytes, loff_t *ppos) in lpfc_debugfs_dif_err_write() 1177 size_t nbytes, loff_t *ppos) in lpfc_debugfs_read() 1243 static int lpfc_idiag_cmd_get(const char __user *buf, size_t nbytes, in lpfc_idiag_cmd_get() 1398 lpfc_idiag_pcicfg_read(struct file *file, char __user *buf, size_t nbytes, in lpfc_idiag_pcicfg_read() 1521 size_t nbytes, loff_t *ppos) in lpfc_idiag_pcicfg_write() 1694 lpfc_idiag_baracc_read(struct file *file, char __user *buf, size_t nbytes, in lpfc_idiag_baracc_read() 1846 size_t nbytes, loff_t *ppos) in lpfc_idiag_baracc_write() 1980 lpfc_idiag_queinfo_read(struct file *file, char __user *buf, size_t nbytes, in lpfc_idiag_queinfo_read() [all …]
|
/linux-3.3/drivers/staging/speakup/ |
D | devsynth.c | 17 size_t nbytes, loff_t *ppos) in speakup_file_write() 40 static ssize_t speakup_file_read(struct file *fp, char *buf, size_t nbytes, in speakup_file_read()
|
/linux-3.3/drivers/char/ |
D | random.c | 468 int nbytes, __u8 out[64]) in mix_pool_bytes_extract() 743 static void xfer_secondary_pool(struct entropy_store *r, size_t nbytes) in xfer_secondary_pool() 781 static size_t account(struct entropy_store *r, size_t nbytes, int min, in account() 863 size_t nbytes, int min, int reserved) in extract_entropy() 896 size_t nbytes) in extract_entropy_user() 937 void get_random_bytes(void *buf, int nbytes) in get_random_bytes() 1029 random_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) in random_read() 1085 urandom_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) in urandom_read()
|
/linux-3.3/drivers/pci/hotplug/ |
D | rpadlpar_sysfs.c | 33 const char *buf, size_t nbytes) in add_slot_store() 64 const char *buf, size_t nbytes) in remove_slot_store()
|
/linux-3.3/tools/usb/ |
D | ffs-test.c | 374 static ssize_t read_wrap(struct thread *t, void *buf, size_t nbytes) in read_wrap() 379 static ssize_t write_wrap(struct thread *t, const void *buf, size_t nbytes) in write_wrap() 392 fill_in_buf(struct thread *ignore, void *buf, size_t nbytes) in fill_in_buf() 417 empty_out_buf(struct thread *ignore, const void *buf, size_t nbytes) in empty_out_buf() 479 ep0_consume(struct thread *ignore, const void *buf, size_t nbytes) in ep0_consume()
|
/linux-3.3/include/crypto/ |
D | scatterwalk.h | 101 unsigned int nbytes) in scatterwalk_clamp() 108 unsigned int nbytes) in scatterwalk_advance()
|
/linux-3.3/drivers/scsi/bfa/ |
D | bfad_debugfs.c | 205 size_t nbytes, loff_t *pos) in bfad_debugfs_read() 248 size_t nbytes, loff_t *pos) in bfad_debugfs_read_regrd() 272 size_t nbytes, loff_t *ppos) in bfad_debugfs_write_regrd() 349 size_t nbytes, loff_t *ppos) in bfad_debugfs_write_regwr()
|