Home
last modified time | relevance | path

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

/linux/drivers/crypto/qce/
H A Dcipher.h48 static inline struct qce_alg_template *to_cipher_tmpl(struct crypto_skcipher *tfm) in to_cipher_tmpl() function
H A Dskcipher.c33 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_skcipher_done()
70 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_skcipher_async_req_handle()
176 unsigned long flags = to_cipher_tmpl(ablk)->alg_flags; in qce_skcipher_setkey()
262 struct qce_alg_template *tmpl = to_cipher_tmpl(tfm); in qce_skcipher_crypt()
H A Dcommon.c319 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_setup_regs_skcipher()