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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h452 static inline u32 crypto_tfm_get_flags(struct crypto_tfm *tfm) function
545 return crypto_tfm_get_flags(crypto_ablkcipher_tfm(tfm));
721 return crypto_tfm_get_flags(crypto_blkcipher_tfm(tfm));
846 return crypto_tfm_get_flags(crypto_cipher_tfm(tfm));
945 return crypto_tfm_get_flags(crypto_hash_tfm(tfm));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Decb.c33 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) &
H A Dlrw.c61 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) &
H A Dcbc.c34 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) &
H A Dpcbc.c38 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) &

Completed in 180 milliseconds