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…
296 walk->walk_blocksize = crypto_blkcipher_blocksize(desc->tfm); in blkcipher_walk_virt()308 walk->walk_blocksize = crypto_blkcipher_blocksize(desc->tfm); in blkcipher_walk_phys()347 walk->cipher_blocksize = crypto_blkcipher_blocksize(desc->tfm); in blkcipher_walk_virt_block()
1414 static inline unsigned int crypto_blkcipher_blocksize( in crypto_blkcipher_blocksize() function