Home
last modified time | relevance | path

Searched refs:n2_cipher_alg (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/crypto/
Dn2_core.c697 struct n2_cipher_alg { struct
703 static inline struct n2_cipher_alg *n2_cipher_alg(struct crypto_tfm *tfm) in n2_cipher_alg() argument
707 return container_of(alg, struct n2_cipher_alg, alg); in n2_cipher_alg()
719 struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm); in n2_aes_setkey()
748 struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm); in n2_des_setkey()
775 struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm); in n2_3des_setkey()
793 struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm); in n2_arc4_setkey()
1361 struct n2_cipher_alg *cipher, *cipher_tmp; in __n2_unregister_algs()
1390 struct n2_cipher_alg *p = kzalloc(sizeof(*p), GFP_KERNEL); in __n2_register_one_cipher()