Home
last modified time | relevance | path

Searched refs:cryptd_skcipher_ctx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dcryptd.c69 struct cryptd_skcipher_ctx { struct
230 struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(parent); in cryptd_skcipher_setkey()
243 struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in cryptd_skcipher_complete()
261 struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in cryptd_skcipher_encrypt()
289 struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in cryptd_skcipher_decrypt()
340 struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in cryptd_skcipher_init_tfm()
356 struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in cryptd_skcipher_exit_tfm()
407 inst->alg.base.cra_ctxsize = sizeof(struct cryptd_skcipher_ctx); in cryptd_create_skcipher()
909 struct cryptd_skcipher_ctx *ctx; in cryptd_alloc_skcipher()
934 struct cryptd_skcipher_ctx *ct in cryptd_skcipher_child()
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dcryptd.c69 struct cryptd_skcipher_ctx { struct
230 struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(parent); in cryptd_skcipher_setkey()
245 struct cryptd_skcipher_ctx *ctx; in cryptd_skcipher_prepare()
271 struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in cryptd_skcipher_complete()
344 struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in cryptd_skcipher_init_tfm()
360 struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(tfm); in cryptd_skcipher_exit_tfm()
411 inst->alg.base.cra_ctxsize = sizeof(struct cryptd_skcipher_ctx); in cryptd_create_skcipher()
953 struct cryptd_skcipher_ctx *ctx; in cryptd_alloc_skcipher()
978 struct cryptd_skcipher_ctx *ctx = crypto_skcipher_ctx(&tfm->base); in cryptd_skcipher_child()
986 struct cryptd_skcipher_ctx *ct in cryptd_skcipher_queued()
[all...]

Completed in 5 milliseconds