Home
last modified time | relevance | path

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

/drivers/crypto/
Dn2_core.c711 struct n2_cipher_alg { struct
717 static inline struct n2_cipher_alg *n2_cipher_alg(struct crypto_tfm *tfm) in n2_cipher_alg() argument
721 return container_of(alg, struct n2_cipher_alg, alg); in n2_cipher_alg()
733 struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm); in n2_aes_setkey()
762 struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm); in n2_des_setkey()
781 struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm); in n2_3des_setkey()
800 struct n2_cipher_alg *n2alg = n2_cipher_alg(tfm); in n2_arc4_setkey()
1347 struct n2_cipher_alg *cipher, *cipher_tmp; in __n2_unregister_algs()
1376 struct n2_cipher_alg *p = kzalloc(sizeof(*p), GFP_KERNEL); in __n2_register_one_cipher()