Home
last modified time | relevance | path

Searched refs:qce_alg_template (Results 1 – 4 of 4) 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()
51 return container_of(alg, struct qce_alg_template, alg.skcipher); in to_cipher_tmpl()
H A Dsha.h61 static inline struct qce_alg_template *to_ahash_tmpl(struct crypto_tfm *tfm) in to_ahash_tmpl()
67 return container_of(alg, struct qce_alg_template, alg.ahash); in to_ahash_tmpl()
H A Daead.h47 static inline struct qce_alg_template *to_aead_tmpl(struct crypto_aead *tfm) in to_aead_tmpl()
51 return container_of(alg, struct qce_alg_template, alg.aead); in to_aead_tmpl()
H A Dcommon.h84 struct qce_alg_template { struct