Home
last modified time | relevance | path

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

/crypto/
Dcfb.c61 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt_segment() local
84 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt_inplace() local
107 unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt() local
131 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt_segment() local
154 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt_inplace() local
183 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt() local
Dpcbc.c24 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_segment() local
46 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_inplace() local
91 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_segment() local
113 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_inplace() local
Dcbc.c20 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_encrypt_segment() local
48 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_encrypt_inplace() local
95 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_decrypt_segment() local
125 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_decrypt_inplace() local
Dcts.c103 int bsize = crypto_skcipher_blocksize(tfm); in cts_cbc_encrypt() local
149 int bsize = crypto_skcipher_blocksize(tfm); in crypto_cts_encrypt() local
184 int bsize = crypto_skcipher_blocksize(tfm); in cts_cbc_decrypt() local
243 int bsize = crypto_skcipher_blocksize(tfm); in crypto_cts_decrypt() local
290 unsigned bsize; in crypto_cts_init_tfm() local
Dctr.c31 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_final() local
51 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_segment() local
77 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_inplace() local
103 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ctr_crypt() local
Dofb.c22 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ofb_crypt() local
Decb.c20 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ecb_crypt() local
Dskcipher.c94 static int skcipher_done_slow(struct skcipher_walk *walk, unsigned int bsize) in skcipher_done_slow()
225 static int skcipher_next_slow(struct skcipher_walk *walk, unsigned int bsize) in skcipher_next_slow()
346 unsigned int bsize; in skcipher_walk_next() local
Dlrw.c73 int err, bsize = LRW_BLOCK_SIZE; in lrw_setkey() local