Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dcfb.c30 static unsigned int crypto_cfb_bsize(struct crypto_skcipher *tfm) in crypto_cfb_bsize() function
60 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt_segment()
83 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt_inplace()
106 unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt()
130 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt_segment()
153 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt_inplace()
182 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt()