Home
last modified time | relevance | path

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

/linux/drivers/crypto/qce/
H A Daead.h47 static inline struct qce_alg_template *to_aead_tmpl(struct crypto_aead *tfm) in to_aead_tmpl() function
H A Dcommon.c425 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_setup_regs_aead()