Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dcipher.h109 static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm) in crypto_cipher_blocksize() function
/linux/crypto/
H A Dcipher.c67 unsigned int bs = crypto_cipher_blocksize(tfm); in cipher_crypt_one()
H A Dtestmgr.c2773 k += crypto_cipher_blocksize(tfm)) { in test_cipher()