Searched defs:bsize (Results 1 – 9 of 9) sorted by relevance
61 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt_segment() local84 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt_inplace() local107 unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt() local131 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt_segment() local154 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt_inplace() local183 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt() local
24 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_segment() local46 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_inplace() local91 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_segment() local113 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_inplace() local
20 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_encrypt_segment() local48 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_encrypt_inplace() local95 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_decrypt_segment() local125 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_decrypt_inplace() local
103 int bsize = crypto_skcipher_blocksize(tfm); in cts_cbc_encrypt() local149 int bsize = crypto_skcipher_blocksize(tfm); in crypto_cts_encrypt() local184 int bsize = crypto_skcipher_blocksize(tfm); in cts_cbc_decrypt() local243 int bsize = crypto_skcipher_blocksize(tfm); in crypto_cts_decrypt() local290 unsigned bsize; in crypto_cts_init_tfm() local
31 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_final() local51 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_segment() local77 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_inplace() local103 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ctr_crypt() local
22 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ofb_crypt() local
20 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ecb_crypt() local
94 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
73 int err, bsize = LRW_BLOCK_SIZE; in lrw_setkey() local