Home
last modified time | relevance | path

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

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