Home
last modified time | relevance | path

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

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