Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/
H A Dn2_core.c710 struct n2_skcipher_alg { struct
716 static inline struct n2_skcipher_alg *n2_skcipher_alg(struct crypto_skcipher *tfm) in n2_skcipher_alg() function
720 return container_of(alg, struct n2_skcipher_alg, skcipher); in n2_skcipher_alg()
732 struct n2_skcipher_alg *n2alg = n2_skcipher_alg(skcipher); in n2_aes_setkey()
760 struct n2_skcipher_alg *n2alg = n2_skcipher_alg(skcipher); in n2_des_setkey()
779 struct n2_skcipher_alg *n2alg = n2_skcipher_alg(skcipher); in n2_3des_setkey()
1304 struct n2_skcipher_alg *skcipher, *skcipher_tmp; in __n2_unregister_algs()
1333 struct n2_skcipher_alg *p = kzalloc(sizeof(*p), GFP_KERNEL); in __n2_register_one_skcipher()