Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/qce/
H A Daead.c29 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_aead_done()
96 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_aead_prepare_result_buf()
116 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_aead_prepare_dst_buf()
304 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_aead_prepare_buf()
414 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_aead_async_req_handle()
507 struct qce_alg_template *tmpl = to_aead_tmpl(tfm); in qce_aead_crypt()
569 unsigned long flags = to_aead_tmpl(tfm)->alg_flags; in qce_aead_ccm_setkey()
599 unsigned long flags = to_aead_tmpl(tfm)->alg_flags; in qce_aead_setkey()
654 unsigned long flags = to_aead_tmpl(tfm)->alg_flags; in qce_aead_setauthsize()
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()