Searched refs:crypto_cipher_blocksize (Results 1 – 3 of 3) sorted by relevance
109 static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm) in crypto_cipher_blocksize() function
67 unsigned int bs = crypto_cipher_blocksize(tfm); in cipher_crypt_one()
2773 k += crypto_cipher_blocksize(tfm)) { in test_cipher()