Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/
Dn2_core.c712 struct n2_cipher_alg { struct
718 static inline struct n2_cipher_alg *n2_cipher_alg(struct crypto_tfm *tfm) in n2_cipher_alg() argument
722 return container_of(alg, struct n2_cipher_alg, alg); in n2_cipher_alg()
734 struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm); in n2_aes_setkey()
763 struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm); in n2_des_setkey()
790 struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm); in n2_3des_setkey()
808 struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm); in n2_arc4_setkey()
1355 struct n2_cipher_alg *cipher, *cipher_tmp; in __n2_unregister_algs()
1384 struct n2_cipher_alg *p = kzalloc(sizeof(*p), GFP_KERNEL); in __n2_register_one_cipher()