Searched refs:bsize (Results 1 – 12 of 12) sorted by relevance
/include/crypto/ |
D | cbc.h | 19 unsigned int bsize = crypto_skcipher_blocksize(tfm); in crypto_cbc_encrypt_segment() local 26 crypto_xor(iv, src, bsize); in crypto_cbc_encrypt_segment() 28 memcpy(iv, dst, bsize); in crypto_cbc_encrypt_segment() 30 src += bsize; in crypto_cbc_encrypt_segment() 31 dst += bsize; in crypto_cbc_encrypt_segment() 32 } while ((nbytes -= bsize) >= bsize); in crypto_cbc_encrypt_segment() 41 unsigned int bsize = crypto_skcipher_blocksize(tfm); in crypto_cbc_encrypt_inplace() local 47 crypto_xor(src, iv, bsize); in crypto_cbc_encrypt_inplace() 51 src += bsize; in crypto_cbc_encrypt_inplace() 52 } while ((nbytes -= bsize) >= bsize); in crypto_cbc_encrypt_inplace() [all …]
|
D | ctr.h | 48 int bsize = min(nbytes, blocksize); in crypto_ctr_encrypt_walk() local 52 crypto_xor_cpy(dst, src, buf, bsize); in crypto_ctr_encrypt_walk() 55 dst += bsize; in crypto_ctr_encrypt_walk() 56 src += bsize; in crypto_ctr_encrypt_walk() 57 nbytes -= bsize; in crypto_ctr_encrypt_walk()
|
/include/uapi/linux/ |
D | nfs_mount.h | 43 unsigned int bsize; /* 3 */ member
|
D | coff.h | 139 char bsize[4]; /* uninitialized data " " */ member
|
D | fuse.h | 243 uint32_t bsize; member
|
/include/linux/firmware/meson/ |
D | meson_sm.h | 23 int meson_sm_call_read(void *buffer, unsigned int bsize, unsigned int cmd_index,
|
/include/media/ |
D | videobuf-core.h | 86 size_t bsize; member 224 unsigned int bcount, unsigned int bsize, 227 unsigned int bcount, unsigned int bsize,
|
/include/linux/ |
D | nfs_page.h | 128 size_t bsize,
|
D | nfs_fs_sb.h | 161 unsigned int bsize; /* server block size */ member
|
D | jbd2.h | 1386 unsigned long long start, int len, int bsize);
|
D | nfs_xdr.h | 166 __u32 bsize; /* Filesystem block size */ member
|
/include/net/9p/ |
D | 9p.h | 515 u32 bsize; member
|