Searched refs:crypto_cipher_blocksize (Results 1 – 10 of 10) sorted by relevance
51 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()
48 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()
58 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()
253 if (crypto_cipher_blocksize(cipher) != XTS_BLOCK_SIZE) { in init_tfm()268 if (crypto_cipher_blocksize(cipher) != XTS_BLOCK_SIZE) { in init_tfm()
46 int bsize = crypto_cipher_blocksize(tfm); in crypto_ecb_crypt()
308 if (crypto_cipher_blocksize(cipher) != LRW_BLOCK_SIZE) { in init_tfm()
1694 BUG_ON(drbg_blocklen(drbg) != crypto_cipher_blocksize(tfm)); in drbg_init_sym_kernel()
898 k += crypto_cipher_blocksize(tfm)) { in test_cipher()
1498 static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm) in crypto_cipher_blocksize() function
322 if (crypto_cipher_blocksize(essiv_tfm) != in setup_essiv_cpu()