Searched defs:bsize (Results 1 – 10 of 10) sorted by relevance
60 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt_segment() local83 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt_inplace() local106 unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt() local130 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt_segment() local153 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt_inplace() local182 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt() local
23 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_segment() local45 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_inplace() local90 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_segment() local112 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_inplace() local
107 int bsize = crypto_skcipher_blocksize(tfm); in cts_cbc_encrypt() local153 int bsize = crypto_skcipher_blocksize(tfm); in crypto_cts_encrypt() local188 int bsize = crypto_skcipher_blocksize(tfm); in cts_cbc_decrypt() local247 int bsize = crypto_skcipher_blocksize(tfm); in crypto_cts_decrypt() local294 unsigned bsize; in crypto_cts_init_tfm() local
30 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_final() local50 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_segment() local76 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_inplace() local102 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ctr_crypt() local
21 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ofb_crypt() local
69 unsigned int bsize) in blkcipher_done_slow()141 unsigned int bsize, in blkcipher_next_slow()219 unsigned int bsize; in blkcipher_walk_next() local
19 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ecb_crypt() local
139 unsigned int bsize, in ablkcipher_next_slow()217 unsigned int alignmask, bsize, n; in ablkcipher_walk_next() local
93 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
73 int err, bsize = LRW_BLOCK_SIZE; in setkey() local