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

/drivers/crypto/amcc/
H A DMakefile2 crypto4xx-y := crypto4xx_core.o crypto4xx_alg.o crypto4xx_sa.o
H A Dcrypto4xx_core.h151 struct crypto4xx_alg { struct
157 static inline struct crypto4xx_alg *crypto_alg_to_crypto4xx_alg(
163 struct crypto4xx_alg, alg.u.hash);
166 return container_of(x, struct crypto4xx_alg, alg.u.cipher);
H A Dcrypto4xx_core.c995 struct crypto4xx_alg *amcc_alg = crypto_alg_to_crypto4xx_alg(alg);
1030 struct crypto4xx_alg *alg;
1035 alg = kzalloc(sizeof(struct crypto4xx_alg), GFP_KERNEL);
1065 struct crypto4xx_alg *alg, *tmp;
1129 struct crypto4xx_alg_common crypto4xx_alg[] = { variable in typeref:struct:crypto4xx_alg_common
1239 rc = crypto4xx_register_alg(core_dev->dev, crypto4xx_alg,
1240 ARRAY_SIZE(crypto4xx_alg));
H A Dcrypto4xx_alg.c186 struct crypto4xx_alg *my_alg = crypto_alg_to_crypto4xx_alg(alg);

Completed in 412 milliseconds