Home
last modified time | relevance | path

Searched refs:crypto_blkcipher_ivsize (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/Documentation/crypto/
Dapi-skcipher.rst62 …crypto_free_blkcipher crypto_has_blkcipher crypto_blkcipher_name crypto_blkcipher_ivsize crypto_bl…
/Linux-v5.4/crypto/
Dblkcipher.c298 walk->ivsize = crypto_blkcipher_ivsize(desc->tfm); in blkcipher_walk_virt()
310 walk->ivsize = crypto_blkcipher_ivsize(desc->tfm); in blkcipher_walk_phys()
348 walk->ivsize = crypto_blkcipher_ivsize(desc->tfm); in blkcipher_walk_virt_block()
Dskcipher.c689 skcipher->ivsize = crypto_blkcipher_ivsize(blkcipher); in crypto_init_skcipher_ops_blkcipher()
/Linux-v5.4/include/linux/
Dcrypto.h1399 static inline unsigned int crypto_blkcipher_ivsize(struct crypto_blkcipher *tfm) in crypto_blkcipher_ivsize() function