Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/crypto/
Dapi-skcipher.rst62 …crypto_free_blkcipher crypto_has_blkcipher crypto_blkcipher_name crypto_blkcipher_ivsize crypto_bl…
/Linux-v4.19/crypto/
Dblkcipher.c303 walk->ivsize = crypto_blkcipher_ivsize(desc->tfm); in blkcipher_walk_virt()
315 walk->ivsize = crypto_blkcipher_ivsize(desc->tfm); in blkcipher_walk_phys()
353 walk->ivsize = crypto_blkcipher_ivsize(desc->tfm); in blkcipher_walk_virt_block()
Dskcipher.c676 skcipher->ivsize = crypto_blkcipher_ivsize(blkcipher); in crypto_init_skcipher_ops_blkcipher()
/Linux-v4.19/drivers/crypto/bcm/
Dutil.c232 ivsize = crypto_blkcipher_ivsize(tfm); in do_decrypt()
/Linux-v4.19/include/linux/
Dcrypto.h1217 static inline unsigned int crypto_blkcipher_ivsize(struct crypto_blkcipher *tfm) in crypto_blkcipher_ivsize() function