Searched refs:crypto_blkcipher_blocksize (Results 1 – 3 of 3) sorted by relevance
62 …to_has_blkcipher crypto_blkcipher_name crypto_blkcipher_ivsize crypto_blkcipher_blocksize crypto_b…
301 walk->walk_blocksize = crypto_blkcipher_blocksize(desc->tfm); in blkcipher_walk_virt()313 walk->walk_blocksize = crypto_blkcipher_blocksize(desc->tfm); in blkcipher_walk_phys()352 walk->cipher_blocksize = crypto_blkcipher_blocksize(desc->tfm); in blkcipher_walk_virt_block()
1232 static inline unsigned int crypto_blkcipher_blocksize( in crypto_blkcipher_blocksize() function