Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/qce/
Dcipher.h48 static inline struct qce_alg_template *to_cipher_tmpl(struct crypto_skcipher *tfm) in to_cipher_tmpl() function
Dskcipher.c32 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_skcipher_done()
69 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_skcipher_async_req_handle()
175 unsigned long flags = to_cipher_tmpl(ablk)->alg_flags; in qce_skcipher_setkey()
261 struct qce_alg_template *tmpl = to_cipher_tmpl(tfm); in qce_skcipher_crypt()
Dcommon.c318 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_setup_regs_skcipher()