Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/
Dn2_core.c709 struct n2_skcipher_alg { struct
715 static inline struct n2_skcipher_alg *n2_skcipher_alg(struct crypto_skcipher *tfm) in n2_skcipher_alg() argument
719 return container_of(alg, struct n2_skcipher_alg, skcipher); in n2_skcipher_alg()
731 struct n2_skcipher_alg *n2alg = n2_skcipher_alg(skcipher); in n2_aes_setkey()
759 struct n2_skcipher_alg *n2alg = n2_skcipher_alg(skcipher); in n2_des_setkey()
778 struct n2_skcipher_alg *n2alg = n2_skcipher_alg(skcipher); in n2_3des_setkey()
1298 struct n2_skcipher_alg *skcipher, *skcipher_tmp; in __n2_unregister_algs()
1327 struct n2_skcipher_alg *p = kzalloc(sizeof(*p), GFP_KERNEL); in __n2_register_one_skcipher()