n2_cipher_alg     717 drivers/crypto/n2_core.c static inline struct n2_cipher_alg *n2_cipher_alg(struct crypto_tfm *tfm)
n2_cipher_alg     721 drivers/crypto/n2_core.c 	return container_of(alg, struct n2_cipher_alg, alg);
n2_cipher_alg     733 drivers/crypto/n2_core.c 	struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm);
n2_cipher_alg     762 drivers/crypto/n2_core.c 	struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm);
n2_cipher_alg     781 drivers/crypto/n2_core.c 	struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm);
n2_cipher_alg     800 drivers/crypto/n2_core.c 	struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm);
n2_cipher_alg    1347 drivers/crypto/n2_core.c 	struct n2_cipher_alg *cipher, *cipher_tmp;
n2_cipher_alg    1376 drivers/crypto/n2_core.c 	struct n2_cipher_alg *p = kzalloc(sizeof(*p), GFP_KERNEL);