Searched refs:crypto_hash_blocksize (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dhmac.c40 crypto_hash_blocksize(tfm) * 2 +
47 int bs = crypto_hash_blocksize(parent);
89 int bs = crypto_hash_blocksize(parent);
123 int bs = crypto_hash_blocksize(parent);
147 int bs = crypto_hash_blocksize(parent);
H A Dxcbc.c72 int bs = crypto_hash_blocksize(parent);
102 int bs = crypto_hash_blocksize(pdesc->tfm);
118 int bs = crypto_hash_blocksize(parent);
201 int bs = crypto_hash_blocksize(parent);
263 int bs = crypto_hash_blocksize(__crypto_hash_cast(tfm));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h928 static inline unsigned int crypto_hash_blocksize(struct crypto_hash *tfm) function

Completed in 61 milliseconds