Home
last modified time | relevance | path

Searched refs:to_cipher_tmpl (Results 1 – 2 of 2) 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 Dcommon.c319 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_setup_regs_skcipher()