Searched refs:qce_alg_template (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/qce/ |
H A D | cipher.h | 49 static inline struct qce_alg_template *to_cipher_tmpl(struct crypto_skcipher *tfm) in to_cipher_tmpl() 52 return container_of(alg, struct qce_alg_template, alg.skcipher); in to_cipher_tmpl()
|
H A D | sha.h | 60 static inline struct qce_alg_template *to_ahash_tmpl(struct crypto_tfm *tfm) in to_ahash_tmpl() 66 return container_of(alg, struct qce_alg_template, alg.ahash); in to_ahash_tmpl()
|
H A D | sha.c | 36 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_ahash_done() 74 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_ahash_async_req_handle() 128 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_init() 239 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_update() 312 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_final() 339 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_digest() 488 struct qce_alg_template *tmpl; in qce_ahash_register_one() 548 struct qce_alg_template *tmpl, *n; in qce_ahash_unregister()
|
H A D | skcipher.c | 31 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_skcipher_done() 68 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_skcipher_async_req_handle() 228 struct qce_alg_template *tmpl = to_cipher_tmpl(tfm); in qce_skcipher_crypt() 388 struct qce_alg_template *tmpl; in qce_skcipher_register_one() 448 struct qce_alg_template *tmpl, *n; in qce_skcipher_unregister()
|
H A D | common.h | 80 struct qce_alg_template { struct
|
H A D | common.c | 148 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_setup_regs_ahash() 314 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_setup_regs_skcipher()
|
/kernel/linux/linux-6.6/drivers/crypto/qce/ |
H A D | cipher.h | 48 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 D | aead.h | 47 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 D | sha.h | 61 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 D | sha.c | 42 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_ahash_done() 80 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_ahash_async_req_handle() 136 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_init() 187 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_update() 279 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_final() 306 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm); in qce_ahash_digest() 455 struct qce_alg_template *tmpl; in qce_ahash_register_one() 515 struct qce_alg_template *tmpl, *n; in qce_ahash_unregister()
|
H A D | skcipher.c | 32 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() 261 struct qce_alg_template *tmpl = to_cipher_tmpl(tfm); in qce_skcipher_crypt() 439 struct qce_alg_template *tmpl; in qce_skcipher_register_one() 499 struct qce_alg_template *tmpl, *n; in qce_skcipher_unregister()
|
H A D | aead.c | 29 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() 761 struct qce_alg_template *tmpl; in qce_aead_register_one() 817 struct qce_alg_template *tmpl, *n; in qce_aead_unregister()
|
H A D | common.h | 84 struct qce_alg_template { struct
|
H A D | common.c | 152 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm); in qce_setup_regs_ahash() 319 struct qce_alg_template *tmpl = to_cipher_tmpl(crypto_skcipher_reqtfm(req)); in qce_setup_regs_skcipher() 425 struct qce_alg_template *tmpl = to_aead_tmpl(crypto_aead_reqtfm(req)); in qce_setup_regs_aead()
|
Completed in 11 milliseconds