Home
last modified time | relevance | path

Searched defs:bsize (Results 1 – 10 of 10) sorted by relevance

/crypto/
Dcfb.c60 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt_segment() local
83 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt_inplace() local
106 unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt() local
130 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt_segment() local
153 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt_inplace() local
182 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt() local
Dpcbc.c23 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_segment() local
45 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_inplace() local
90 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_segment() local
112 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_inplace() local
Dcts.c107 int bsize = crypto_skcipher_blocksize(tfm); in cts_cbc_encrypt() local
153 int bsize = crypto_skcipher_blocksize(tfm); in crypto_cts_encrypt() local
188 int bsize = crypto_skcipher_blocksize(tfm); in cts_cbc_decrypt() local
247 int bsize = crypto_skcipher_blocksize(tfm); in crypto_cts_decrypt() local
294 unsigned bsize; in crypto_cts_init_tfm() local
Dctr.c30 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_final() local
50 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_segment() local
76 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_inplace() local
102 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ctr_crypt() local
Dofb.c21 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ofb_crypt() local
Dblkcipher.c69 unsigned int bsize) in blkcipher_done_slow()
141 unsigned int bsize, in blkcipher_next_slow()
219 unsigned int bsize; in blkcipher_walk_next() local
Decb.c19 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ecb_crypt() local
Dablkcipher.c139 unsigned int bsize, in ablkcipher_next_slow()
217 unsigned int alignmask, bsize, n; in ablkcipher_walk_next() local
Dskcipher.c93 static int skcipher_done_slow(struct skcipher_walk *walk, unsigned int bsize) in skcipher_done_slow()
224 static int skcipher_next_slow(struct skcipher_walk *walk, unsigned int bsize) in skcipher_next_slow()
345 unsigned int bsize; in skcipher_walk_next() local
Dlrw.c73 int err, bsize = LRW_BLOCK_SIZE; in setkey() local