crypto_cipher_blocksize 32 crypto/cfb.c return crypto_cipher_blocksize(skcipher_cipher_simple(tfm)); crypto_cipher_blocksize 30 crypto/ctr.c unsigned int bsize = crypto_cipher_blocksize(tfm); crypto_cipher_blocksize 50 crypto/ctr.c unsigned int bsize = crypto_cipher_blocksize(tfm); crypto_cipher_blocksize 76 crypto/ctr.c unsigned int bsize = crypto_cipher_blocksize(tfm); crypto_cipher_blocksize 102 crypto/ctr.c const unsigned int bsize = crypto_cipher_blocksize(cipher); crypto_cipher_blocksize 1754 crypto/drbg.c BUG_ON(drbg_blocklen(drbg) != crypto_cipher_blocksize(tfm)); crypto_cipher_blocksize 19 crypto/ecb.c const unsigned int bsize = crypto_cipher_blocksize(cipher); crypto_cipher_blocksize 21 crypto/ofb.c const unsigned int bsize = crypto_cipher_blocksize(cipher); crypto_cipher_blocksize 23 crypto/pcbc.c int bsize = crypto_cipher_blocksize(tfm); crypto_cipher_blocksize 45 crypto/pcbc.c int bsize = crypto_cipher_blocksize(tfm); crypto_cipher_blocksize 90 crypto/pcbc.c int bsize = crypto_cipher_blocksize(tfm); crypto_cipher_blocksize 112 crypto/pcbc.c int bsize = crypto_cipher_blocksize(tfm); crypto_cipher_blocksize 2410 crypto/testmgr.c k += crypto_cipher_blocksize(tfm)) {