Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/crypto/amcc/
Dcrypto4xx_core.h151 struct crypto4xx_alg { struct
157 static inline struct crypto4xx_alg *crypto_alg_to_crypto4xx_alg( in crypto_alg_to_crypto4xx_alg() argument
163 struct crypto4xx_alg, alg.u.hash); in crypto_alg_to_crypto4xx_alg()
166 return container_of(x, struct crypto4xx_alg, alg.u.cipher); in crypto_alg_to_crypto4xx_alg()
DMakefile2 crypto4xx-y := crypto4xx_core.o crypto4xx_alg.o crypto4xx_sa.o
Dcrypto4xx_core.c990 struct crypto4xx_alg *amcc_alg = crypto_alg_to_crypto4xx_alg(alg); in crypto4xx_alg_init()
1025 struct crypto4xx_alg *alg; in crypto4xx_register_alg()
1030 alg = kzalloc(sizeof(struct crypto4xx_alg), GFP_KERNEL); in crypto4xx_register_alg()
1060 struct crypto4xx_alg *alg, *tmp; in crypto4xx_unregister_alg()
1124 struct crypto4xx_alg_common crypto4xx_alg[] = { variable
1233 rc = crypto4xx_register_alg(core_dev->dev, crypto4xx_alg, in crypto4xx_probe()
1234 ARRAY_SIZE(crypto4xx_alg)); in crypto4xx_probe()
Dcrypto4xx_alg.c185 struct crypto4xx_alg *my_alg = crypto_alg_to_crypto4xx_alg(alg); in crypto4xx_hash_alg_init()