Searched refs:crypto_tfm_alg_alignmask (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcipher.c40 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm);
53 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm);
67 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm);
84 ops->cit_encrypt_one = crypto_tfm_alg_alignmask(tfm) ?
86 ops->cit_decrypt_one = crypto_tfm_alg_alignmask(tfm) ?
H A Ddigest.c38 unsigned int alignmask = crypto_tfm_alg_alignmask(tfm);
97 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm);
H A Dblkcipher.c418 unsigned long align = crypto_tfm_alg_alignmask(tfm) + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h447 static inline unsigned int crypto_tfm_alg_alignmask(struct crypto_tfm *tfm) function
540 return crypto_tfm_alg_alignmask(crypto_ablkcipher_tfm(tfm));
716 return crypto_tfm_alg_alignmask(crypto_blkcipher_tfm(tfm));
841 return crypto_tfm_alg_alignmask(crypto_cipher_tfm(tfm));
935 return crypto_tfm_alg_alignmask(crypto_hash_tfm(tfm));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/crypto/
H A Dalgapi.h134 unsigned long align = crypto_tfm_alg_alignmask(tfm);

Completed in 54 milliseconds