Searched refs:crypto_cipher_blocksize (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/crypto/
H A Dcbc.c48 int bsize = crypto_cipher_blocksize(tfm); crypto_cbc_encrypt_segment()
72 int bsize = crypto_cipher_blocksize(tfm); crypto_cbc_encrypt_inplace()
120 int bsize = crypto_cipher_blocksize(tfm); crypto_cbc_decrypt_segment()
146 int bsize = crypto_cipher_blocksize(tfm); crypto_cbc_decrypt_inplace()
H A Dpcbc.c51 int bsize = crypto_cipher_blocksize(tfm); crypto_pcbc_encrypt_segment()
76 int bsize = crypto_cipher_blocksize(tfm); crypto_pcbc_encrypt_inplace()
129 int bsize = crypto_cipher_blocksize(tfm); crypto_pcbc_decrypt_segment()
156 int bsize = crypto_cipher_blocksize(tfm); crypto_pcbc_decrypt_inplace()
H A Dctr.c58 unsigned int bsize = crypto_cipher_blocksize(tfm); crypto_ctr_crypt_final()
79 unsigned int bsize = crypto_cipher_blocksize(tfm); crypto_ctr_crypt_segment()
105 unsigned int bsize = crypto_cipher_blocksize(tfm); crypto_ctr_crypt_inplace()
135 unsigned int bsize = crypto_cipher_blocksize(child); crypto_ctr_crypt()
H A Dxts.c253 if (crypto_cipher_blocksize(cipher) != XTS_BLOCK_SIZE) { init_tfm()
268 if (crypto_cipher_blocksize(cipher) != XTS_BLOCK_SIZE) { init_tfm()
H A Decb.c46 int bsize = crypto_cipher_blocksize(tfm); crypto_ecb_crypt()
H A Dlrw.c308 if (crypto_cipher_blocksize(cipher) != LRW_BLOCK_SIZE) { init_tfm()
H A Ddrbg.c1641 BUG_ON(drbg_blocklen(drbg) != crypto_cipher_blocksize(tfm)); drbg_init_sym_kernel()
H A Dtestmgr.c879 k += crypto_cipher_blocksize(tfm)) { test_cipher()
/linux-4.1.27/include/linux/
H A Dcrypto.h2016 * crypto_cipher_blocksize() - obtain block size for cipher
2025 static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm) crypto_cipher_blocksize() function
/linux-4.1.27/drivers/md/
H A Ddm-crypt.c321 if (crypto_cipher_blocksize(essiv_tfm) != setup_essiv_cpu()

Completed in 105 milliseconds