Searched refs:qce_alg_template (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/crypto/qce/
H A Dcipher.h48 static inline struct qce_alg_template *to_cipher_tmpl(struct crypto_skcipher *tfm)
51 return container_of(alg, struct qce_alg_template, alg.skcipher);
H A Dsha.h61 static inline struct qce_alg_template *to_ahash_tmpl(struct crypto_tfm *tfm)
67 return container_of(alg, struct qce_alg_template, alg.ahash);
H A Daead.h47 static inline struct qce_alg_template *to_aead_tmpl(struct crypto_aead *tfm)
51 return container_of(alg, struct qce_alg_template, alg.aead);
H A Dsha.c42 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm);
80 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm);
136 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm);
187 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm);
279 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm);
306 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm);
455 struct qce_alg_template *tmpl;
515 struct qce_alg_template *tmpl, *n;
H A Dcommon.h84 struct qce_alg_template { struct
H A Daead.c29 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req));
96 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req));
116 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req));
304 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req));
414 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req));
507 struct qce_alg_template *tmpl = to_aead_tmpl(tfm);
761 struct qce_alg_template *tmpl;
817 struct qce_alg_template *tmpl, *n;
H A Dskcipher.c32 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req));
69 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req));
261 struct qce_alg_template *tmpl = to_cipher_tmpl(tfm);
439 struct qce_alg_template *tmpl;
499 struct qce_alg_template *tmpl, *n;
H A Dcommon.c152 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm);
319 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req));
425 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req));

Completed in 298 milliseconds