crypto_tfm_get_flags   34 crypto/cbc.c   	crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) &
crypto_tfm_get_flags   40 crypto/ctr.c   	crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) &
crypto_tfm_get_flags  261 crypto/ctr.c   	crypto_blkcipher_set_flags(child, crypto_tfm_get_flags(parent) &
crypto_tfm_get_flags   65 crypto/cts.c   	crypto_blkcipher_set_flags(child, crypto_tfm_get_flags(parent) &
crypto_tfm_get_flags   33 crypto/ecb.c   	crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) &
crypto_tfm_get_flags   61 crypto/lrw.c   	crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) &
crypto_tfm_get_flags   37 crypto/pcbc.c  	crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) &
crypto_tfm_get_flags   54 crypto/xts.c   	crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) &
crypto_tfm_get_flags   67 crypto/xts.c   	crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) &
crypto_tfm_get_flags   66 include/crypto/hash.h 	return crypto_tfm_get_flags(crypto_ahash_tfm(tfm));
crypto_tfm_get_flags  687 include/linux/crypto.h 	return crypto_tfm_get_flags(crypto_ablkcipher_tfm(tfm));
crypto_tfm_get_flags  831 include/linux/crypto.h 	return crypto_tfm_get_flags(crypto_aead_tfm(tfm));
crypto_tfm_get_flags 1006 include/linux/crypto.h 	return crypto_tfm_get_flags(crypto_blkcipher_tfm(tfm));
crypto_tfm_get_flags 1131 include/linux/crypto.h 	return crypto_tfm_get_flags(crypto_cipher_tfm(tfm));
crypto_tfm_get_flags 1232 include/linux/crypto.h 	return crypto_tfm_get_flags(crypto_hash_tfm(tfm));