Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/marvell/
Dcipher.c397 unsigned int blksize = crypto_ablkcipher_blocksize(tfm); in mv_cesa_ablkcipher_req_init()
/linux-4.4.14/include/linux/
Dcrypto.h820 static inline unsigned int crypto_ablkcipher_blocksize( in crypto_ablkcipher_blocksize() function
/linux-4.4.14/drivers/md/
Ddm-crypt.c422 unsigned bs = crypto_ablkcipher_blocksize(any_tfm(cc)); in crypt_iv_benbi_ctr()