Searched refs:crypto_cipher_blocksize (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dlrw.c58 int bsize = crypto_cipher_blocksize(child);
130 const int bs = crypto_cipher_blocksize(ctx->child);
214 if (crypto_cipher_blocksize(cipher) != 16) {
H A Dcbc.c50 int bsize = crypto_cipher_blocksize(tfm);
76 int bsize = crypto_cipher_blocksize(tfm);
129 int bsize = crypto_cipher_blocksize(tfm);
157 int bsize = crypto_cipher_blocksize(tfm);
H A Dpcbc.c54 int bsize = crypto_cipher_blocksize(tfm);
81 int bsize = crypto_cipher_blocksize(tfm);
137 int bsize = crypto_cipher_blocksize(tfm);
166 int bsize = crypto_cipher_blocksize(tfm);
H A Decb.c46 int bsize = crypto_cipher_blocksize(tfm);
H A Dxcbc.c89 if (keylen != crypto_cipher_blocksize(ctx->child))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-crypt.c188 if (crypto_cipher_blocksize(essiv_tfm) !=
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h834 static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm) function

Completed in 188 milliseconds