Home
last modified time | relevance | path

Searched refs:crypto_blkcipher_blocksize (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/Documentation/crypto/
Dapi-skcipher.rst62 …to_has_blkcipher crypto_blkcipher_name crypto_blkcipher_ivsize crypto_blkcipher_blocksize crypto_b…
/Linux-v5.4/crypto/
Dblkcipher.c296 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()
/Linux-v5.4/include/linux/
Dcrypto.h1414 static inline unsigned int crypto_blkcipher_blocksize( in crypto_blkcipher_blocksize() function