Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dcfb.c36 static unsigned int crypto_cfb_bsize(struct crypto_skcipher *tfm) in crypto_cfb_bsize() function
71 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt_segment()
92 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt_inplace()
115 unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt()
139 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt_segment()
162 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt_inplace()
209 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt()